We have custom Procedure in Custom Package >C_Payroll_PKG.C_Run_payroll ], this procedure i need to give our users to execute it. Basically this procedure takes more than 3 hrs to run, therefore i created database take to call this procedure. Now i want the user to run this database task via custom menu. I created the cusom menu with the following:
If its not possible to run db job from custom menu and advice aproach you are suggesting??
Regards, Nasser Al-Shabibi
Page 1 / 1
You can use following method to post a background job in IFS. You will be able to see the progress from the application in “Background Jobs” window. Parameter description_ can be adjusted to something suitable.
Dear Tomas, I really appreciate you valuable update, it helped me to follow the right path.
After implementing the Transaction_SYS.Deferred_Call based on your advice, the database task is executed succssfully, but when i check the background job deails , I’m getting another issue as explained below: Seems to me arguments which i’m passing are not accepted.