DBA Data[Home] [Help]

APPS.PER_RI_PRE_DATAPUMP dependencies on FND_REQUEST

Line 47: where fnd.request_id = c_request_id;

43: is
44: select phase_code,
45: status_code
46: from fnd_concurrent_requests fnd
47: where fnd.request_id = c_request_id;
48: --
49: l_slaves c_slaves%rowtype;
50: --
51: begin

Line 180: l_request_id := fnd_request.submit_request

176: fnd_file.put_line
177: (which => fnd_file.log,
178: buff => 'Before Datapump Call');
179: --
180: l_request_id := fnd_request.submit_request
181: (application => 'PER'
182: ,program => 'DATAPUMP'
183: ,description => NULL
184: ,sub_request => FALSE