DBA Data[Home] [Help]

APPS.PAY_ARCHIVER_REPORT_PKG dependencies on FND_GLOBAL

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

3131:
3132: if p_output_file_type ='HTML' then
3133: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
3134: end if;
3135: hr_utility.trace('Concurrent Request ID = ' || FND_GLOBAL.CONC_REQUEST_ID);
3136:
3137: /**********************************************************
3138: ** Not Required as the output file type is HTML by default
3139: ***********************************************************/

Line 3144: where request_id = FND_GLOBAL.CONC_REQUEST_ID ;

3140:
3141: if p_output_file_type ='HTML' then
3142: update fnd_concurrent_requests
3143: set output_file_type = 'HTML'
3144: where request_id = FND_GLOBAL.CONC_REQUEST_ID ;
3145:
3146: commit;
3147: end if;
3148: