DBA Data[Home] [Help]

APPS.PO_MOD_SYNC_PROCESS_PVT dependencies on FND_REQUEST

Line 5208: l_request_id := fnd_request.submit_request(application =>'PO',

5204: and pf.DOCUMENT_FORMAT = h.CLM_DOCUMENT_FORMAT and h1.po_header_id = h.document_id
5205: and pf.STYLE_ID = h1.STYLE_ID and h.draft_id = l_draft_id and f.language_code = USERENV('LANG');
5206:
5207: --Submitting concurrent program 'Generate Change Description'
5208: l_request_id := fnd_request.submit_request(application =>'PO',
5209: program =>'POCHGDES',
5210: description => 'Genearting SGD',
5211: start_time => SYSDATE,
5212: sub_request => FALSE,