Oracle Payables R 12.2 - Payment Process Request Program needs to execute through Oracle Forms
Oracle Payables R 12.2 - Payment Process Request Program needs to execute through Oracle Forms
Hi all, thanks in advance your help !
I need to execute 'AP-Payment Process Request Program' through Oracle Forms 4.5, the ongoing structuring of payment batches with the status of "PENDING_REVIEW" and the payment batch is already populated AP_INV_SELECTION_CRITERIA and related tables.
I need your help to structure the execution of this concurrent to create payment batches.
I tried with example below but it didn´t work.
fnd_request.submit_request(application => 'AP' -- Application Short Name
,program => 'APXPBASL' -- Program Short Name
,description => 'Payment Process Request Program'