DBA Data[Home] [Help]

APPS.OKC_CREATE_PO_FROM_K_PUB dependencies on FND_REQUEST

Line 382: l_request_id := fnd_request.submit_request(

378: -- Submit the request to create the po
379: my_debug('20: Submitting request to Populates PO interface from Contract');
380:
381:
382: l_request_id := fnd_request.submit_request(
383: application => 'OKC'
384: ,program => 'OKCRKPOI'
385: ,argument1 => p_contract_id -- contract id
386: );

Line 530: l_request_id := fnd_request.submit_request(

526: -- Submit the request to report errors on the interface
527: my_debug('20: Submitting request for PDOI Interface errors');
528:
529:
530: l_request_id := fnd_request.submit_request(
531: application => 'PO'
532: ,program => 'POXPIERR'
533: ,sub_request => FALSE -- Indicates that this is a child
534: -- of the parent request