DBA Data[Home] [Help]

APPS.PAY_ARCHIVER_REPORT_PKG dependencies on FND_GLOBAL

Line 3736: hr_utility.trace('Concurrent Request ID = ' || FND_GLOBAL.CONC_REQUEST_ID);

3732:
3733: if p_output_file_type ='HTML' then
3734: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
3735: end if;
3736: hr_utility.trace('Concurrent Request ID = ' || FND_GLOBAL.CONC_REQUEST_ID);
3737:
3738: /**********************************************************
3739: ** Not Required as the output file type is HTML by default
3740: ***********************************************************/

Line 3745: where request_id = FND_GLOBAL.CONC_REQUEST_ID ;

3741:
3742: if p_output_file_type ='HTML' then
3743: update fnd_concurrent_requests
3744: set output_file_type = 'HTML'
3745: where request_id = FND_GLOBAL.CONC_REQUEST_ID ;
3746:
3747: commit;
3748: end if;
3749: