Skip to main content
Question

Background job : Calculate quantities for Inventory Part

  • October 12, 2023
  • 1 reply
  • 88 views

Charles
Sidekick (Partner)
Forum|alt.badge.img+5
  • Sidekick (Partner)
  • 10 replies

Hello,

 

I noticed on my customer environment (already in place) a lot of background jobs (several thousands in a short period of several days) I do not recognize.

Example :

 

I did not find anything with the description and function. Do you know where theses background jobs come from ?

It seems to calculate quantities about an inventory part on a specific site but I don’t know which quantity and the objective of theses calculations.

I’m sure it is simple but I can’t find it.

 

Thank you

1 reply

Marcel.Ausan
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • 1306 replies
  • October 26, 2023

@Charles from the naming of the PL/SQL Package → C_% I would say this is a modification done for that specific customer environment. This Package doesn’t exist in the standard IFS sourcecode.

The only way to know what that procedure does is either:

  • find the relevant business documentation for this modification → your customer should be able to provide that
  • get access to a DEV environment, connect to the Oracle DB and read what that procedure does.

I hope this helps!