DBA Data[Home] [Help]

APPS.AR_CALC_LATE_CHARGE dependencies on FND_CONC_GLOBAL

Line 6939: l_req_data := fnd_conc_global.request_data;

6935:
6936: BEGIN
6937: l_debug_flag := p_enable_debug;
6938:
6939: l_req_data := fnd_conc_global.request_data;
6940:
6941: l_req_status_tab.DELETE;
6942:
6943: IF (l_req_data is null) THEN -- first run

Line 7034: --fnd_conc_global.set_req_globals(conc_status => 'PAUSED',

7030: submit_subrequest (l_worker_number);
7031:
7032: END LOOP;
7033:
7034: --fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
7035: -- request_data => to_char(l_req_id));
7036:
7037: debug('The Master program waits for child processes');
7038:

Line 7094: l_req_data := fnd_conc_global.request_data;

7090: and hdr.process_status <> 'S')
7091: and bat.request_id = l_request_id;
7092: END IF;
7093:
7094: l_req_data := fnd_conc_global.request_data;
7095:
7096: IF l_req_data IS NULL THEN
7097: /* Call the late charges report */
7098: SELECT lower(iso_language),iso_territory

Line 7122: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',

7118: IF l_debug_flag ='Y' THEN
7119: debug('Submitted Late Charge Report, Request Id :' || l_rep_req_id);
7120: END IF;
7121:
7122: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
7123: request_data => to_char(l_rep_req_id));
7124:
7125: END IF;
7126: