DBA Data[Home] [Help]

APPS.AR_CALC_LATE_CHARGE dependencies on FND_CONC_GLOBAL

Line 7459: l_req_data := fnd_conc_global.request_data;

7455:
7456: BEGIN
7457: l_debug_flag := p_enable_debug;
7458:
7459: l_req_data := fnd_conc_global.request_data;
7460:
7461: l_req_status_tab.DELETE;
7462:
7463: IF (l_req_data is null) THEN -- first run

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

7550: submit_subrequest (l_worker_number);
7551:
7552: END LOOP;
7553:
7554: --fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
7555: -- request_data => to_char(l_req_id));
7556:
7557: debug('The Master program waits for child processes');
7558:

Line 7614: l_req_data := fnd_conc_global.request_data;

7610: and hdr.process_status <> 'S')
7611: and bat.request_id = l_request_id;
7612: END IF;
7613:
7614: l_req_data := fnd_conc_global.request_data;
7615:
7616: IF l_req_data IS NULL THEN
7617: /* Call the late charges report */
7618: SELECT lower(iso_language),iso_territory

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

7638: IF l_debug_flag ='Y' THEN
7639: debug('Submitted Late Charge Report, Request Id :' || l_rep_req_id);
7640: END IF;
7641:
7642: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
7643: request_data => to_char(l_rep_req_id));
7644:
7645: END IF;
7646: