DBA Data[Home] [Help]

APPS.PAY_CA_PAYREG_EXTRACT_PKG dependencies on FND_GLOBAL

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

1422: *****************************************************/
1423: if p_output_file_type ='HTML' then
1424: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1425: end if;
1426: hr_utility.trace('Concurrent Request ID = ' || FND_GLOBAL.CONC_REQUEST_ID);
1427:
1428:
1429: /**********************************************************
1430: ** Not Required as the output file type is HTML by default

Line 1435: where request_id = FND_GLOBAL.CONC_REQUEST_ID ;

1431: ***********************************************************
1432: if p_output_file_type ='HTML' then
1433: update fnd_concurrent_requests
1434: set output_file_type = 'HTML'
1435: where request_id = FND_GLOBAL.CONC_REQUEST_ID ;
1436:
1437: commit;
1438: end if;
1439: **********************************************************/