DBA Data[Home] [Help]

APPS.HRI_BPL_PYUGEN_WRAPPER dependencies on FND_REQUEST

Line 474: fnd_request.submit_request

470: --
471: msg('Requesting single threaded foundation HR collection process.');
472: --
473: l_request_id :=
474: fnd_request.submit_request
475: (
476: application => c_application
477: ,program => l_cncrrnt_prcss_name -- Name of concurrent process
478: ,sub_request => TRUE -- Indicates that the request should be

Line 520: fnd_request.submit_request

516: -- Call PYUGEN passing through the parameters that process_request was
517: -- originally called with.
518: --
519: l_request_id :=
520: fnd_request.submit_request
521: (
522: application => c_application
523: ,program => c_cncrrnt_prcss_name -- Name of concurrent process
524: ,sub_request => TRUE -- Indicates that the request should be