DBA Data[Home] [Help]

APPS.IEM_CONCURRENT_DPN_PVT dependencies on FND_REQUEST

Line 28: l_call_status := fnd_request.set_repeat_options('',p_period_to_wake_up,'HOURS','END','');

24: fnd_file.put_line(fnd_file.log, 'Starting Processing');
25:
26:
27:
28: l_call_status := fnd_request.set_repeat_options('',p_period_to_wake_up,'HOURS','END','');
29:
30:
31: -- IEMECDPS is a wrapper for the call to the workflow notification API
32: l_request_id := fnd_request.submit_request('IEM', 'IEMECDPS', '','',FALSE);

Line 32: l_request_id := fnd_request.submit_request('IEM', 'IEMECDPS', '','',FALSE);

28: l_call_status := fnd_request.set_repeat_options('',p_period_to_wake_up,'HOURS','END','');
29:
30:
31: -- IEMECDPS is a wrapper for the call to the workflow notification API
32: l_request_id := fnd_request.submit_request('IEM', 'IEMECDPS', '','',FALSE);
33:
34:
35: if not l_call_status then
36: rollback;