DBA Data[Home] [Help]

APPS.XLA_RETRIVE_CCID_PKG dependencies on FND_REQUEST

Line 480: fnd_request.submit_request

476: THEN
477: FOR i IN g_seq_context_value.FIRST .. g_seq_context_value.LAST
478: LOOP
479: l_javacp_request_id_sing :=
480: fnd_request.submit_request
481: (application => 'XLA',
482: program => 'XLAFSAHJCP',
483: description => NULL,
484: start_time => NULL,

Line 526: fnd_request.submit_request

522: p_to_ccid => l_end_index,
523: p_ledger_id => l_ledger_id_i
524: );
525: l_javacp_request_id_sing :=
526: fnd_request.submit_request
527: (application => 'XLA',
528: program => 'XLAFSAHJCP',
529: description => NULL,
530: start_time => NULL,

Line 602: -- Commit is required after fnd_request.submit_request

598: print_logfile (SQLERRM);
599: END;
600:
601: /*-------------------------------------------------------------------------
602: -- Commit is required after fnd_request.submit_request
603: -------------------------------------------------------------------------
604: COMMIT;
605: -------------------------------------------------------------------------
606: -- wait for requests to complete