DBA Data[Home] [Help]

APPS.AR_CMGT_REFRESH_CONC dependencies on FND_REQUEST

Line 19: l_options_ok := FND_REQUEST.SET_OPTIONS (

15:
16: BEGIN
17: arp_util.debug('ar_cmgt_refresh_conc.submit_refresh_request (+)');
18:
19: l_options_ok := FND_REQUEST.SET_OPTIONS (
20: implicit => 'NO'
21: , protected => 'YES'
22: , language => ''
23: , territory => '');

Line 27: m_request_id := FND_REQUEST.SUBMIT_REQUEST(

23: , territory => '');
24: IF (l_options_ok)
25: THEN
26:
27: m_request_id := FND_REQUEST.SUBMIT_REQUEST(
28: application => 'AR'
29: , program => 'ARCMRFHB'
30: , description => ''
31: , start_time => ''