DBA Data[Home] [Help]

APPS.HRI_OPL_MULTI_THREAD dependencies on FND_REQUEST

Line 884: fnd_request.submit_request

880: --
881: FOR l_count in 1..l_slave_count loop
882: --
883: l_request_id :=
884: fnd_request.submit_request
885: (
886: application => 'HRI'
887: ,program => 'HRI_MTHD_CHILD_PROCESS'
888: ,sub_request => FALSE -- Indicates that the request will not be

Line 1127: WHERE fnd.request_id = c_request_id;

1123: CURSOR c_slaves (c_request_id number) IS
1124: SELECT phase_code,
1125: status_code
1126: FROM fnd_concurrent_requests fnd
1127: WHERE fnd.request_id = c_request_id;
1128: --
1129: l_slaves c_slaves%rowtype;
1130: --
1131: BEGIN