ImportBillingEventJob
Summary:
We are calling below URL to import Billing data into Oracle.
UCM Account- prj/projectBilling/import
import job- /oracle/apps/ess/projects/billing/transactions;ImportBillingEventJob
We have an OIC callback gets trigger as soon as the above job complete execution. Currently we can see it is taking around 1.5-2 minutes time to get the callback. We tested with different volume i.e. 10 rows of data, 4000 rows of data to import but it took almost similar time.
Question is generally what is the expected time Oracle ESS job(ImportBillingEventJob) takes to complete its execution and can we improve the job performance to complete its execution in lesser time?