DBA Data[Home] [Help]

APPS.AR_BPA_PRINT_CONC dependencies on FND_GLOBAL

Line 1006: m_request_id := fnd_global.conc_request_id;

1002: -- to check if the output directory exists
1003:
1004: -- read the variable request_data to check if it is reentering the program
1005: req_data := fnd_conc_global.request_data;
1006: m_request_id := fnd_global.conc_request_id;
1007:
1008: FND_FILE.PUT_LINE( FND_FILE.LOG, 'print_invoices: ' || 'req_data: '|| req_data );
1009: FND_FILE.PUT_LINE( FND_FILE.LOG, 'print_invoices: ' || 'm_request_id: '|| m_request_id );
1010: IF (req_data is null) THEN