DBA Data[Home] [Help]

APPS.AR_BPA_PRINT_TRX dependencies on FND_CONC_GLOBAL

Line 548: lc_req_data := FND_CONC_GLOBAL.request_data;

544:
545: MO_GLOBAL.init('AR');
546: -- to check if the output directory exists
547: -- read the variable request_data to check if it is reentering the program
548: lc_req_data := FND_CONC_GLOBAL.request_data;
549: ln_m_request_id := FND_GLOBAL.conc_request_id;
550:
551: IF (lc_req_data IS NULL) THEN
552: -- read the user env language

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

714: END IF;
715:
716: END LOOP;
717:
718: FND_CONC_GLOBAL.set_req_globals(conc_status => 'PAUSED'
719: ,request_data => to_char(ln_inserted_row_counts));
720: END IF;
721:
722: ELSE