DBA Data[Home] [Help]

APPS.AR_BPA_PRINT_TRX dependencies on FND_CONC_GLOBAL

Line 579: lc_req_data := FND_CONC_GLOBAL.request_data;

575:
576: MO_GLOBAL.init('AR');
577: -- to check if the output directory exists
578: -- read the variable request_data to check if it is reentering the program
579: lc_req_data := FND_CONC_GLOBAL.request_data;
580: ln_m_request_id := FND_GLOBAL.conc_request_id;
581:
582: IF (lc_req_data IS NULL) THEN
583: -- read the user env language

Line 750: FND_CONC_GLOBAL.set_req_globals(conc_status => 'PAUSED'

746: END IF;
747:
748: END LOOP;
749:
750: FND_CONC_GLOBAL.set_req_globals(conc_status => 'PAUSED'
751: ,request_data => to_char(ln_inserted_row_counts));
752: END IF;
753:
754: ELSE