DBA Data[Home] [Help]

APPS.PAY_CA_PAYREG_EXTRACT_PKG dependencies on FND_GLOBAL

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

1455: *****************************************************/
1456: if p_output_file_type ='HTML' then
1457: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1458: end if;
1459: hr_utility.trace('Concurrent Request ID = ' || FND_GLOBAL.CONC_REQUEST_ID);
1460:
1461:
1462: /**********************************************************
1463: ** Not Required as the output file type is HTML by default

Line 1468: where request_id = FND_GLOBAL.CONC_REQUEST_ID ;

1464: ***********************************************************
1465: if p_output_file_type ='HTML' then
1466: update fnd_concurrent_requests
1467: set output_file_type = 'HTML'
1468: where request_id = FND_GLOBAL.CONC_REQUEST_ID ;
1469:
1470: commit;
1471: end if;
1472: **********************************************************/