DBA Data[Home] [Help]

APPS.IGI_CIS2007_CDROM_PKG dependencies on FND_CONCURRENT

Line 143: If Not fnd_concurrent.wait_for_request(l_request1_id,

139: Commit;
140: End If;
141:
142: -- Wait for request completion
143: If Not fnd_concurrent.wait_for_request(l_request1_id,
144: 10, -- interval seconds
145: 0, -- max wait seconds
146: l_phase,
147: l_status,

Line 272: If Not fnd_concurrent.wait_for_request(l_request2_id,

268: Commit;
269: End If;
270:
271: -- Wait for request completion
272: If Not fnd_concurrent.wait_for_request(l_request2_id,
273: 10, -- interval seconds
274: 0, -- max wait seconds
275: l_phase,
276: l_status,