DBA Data[Home] [Help]

APPS.AR_BPA_PRINT_CONC dependencies on FND_GLOBAL

Line 991: m_request_id := fnd_global.conc_request_id;

987: -- to check if the output directory exists
988:
989: -- read the variable request_data to check if it is reentering the program
990: req_data := fnd_conc_global.request_data;
991: m_request_id := fnd_global.conc_request_id;
992:
993: FND_FILE.PUT_LINE( FND_FILE.LOG, 'print_invoices: ' || 'req_data: '|| req_data );
994: FND_FILE.PUT_LINE( FND_FILE.LOG, 'print_invoices: ' || 'm_request_id: '|| m_request_id );
995: IF (req_data is null) THEN