DBA Data[Home] [Help]

APPS.PAY_ELEMENT_EXTRACT_PKG dependencies on FND_GLOBAL

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

1558:
1559: if p_output_file_type ='HTML' then
1560: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1561: end if;
1562: hr_utility.trace('Concurrent Request ID = ' || FND_GLOBAL.CONC_REQUEST_ID);
1563:
1564:
1565: /**********************************************************
1566: ** Not Required as the output file type is HTML by default

Line 1571: where request_id = FND_GLOBAL.CONC_REQUEST_ID ;

1567: ***********************************************************
1568: if p_output_file_type ='HTML' then
1569: update fnd_concurrent_requests
1570: set output_file_type = 'HTML'
1571: where request_id = FND_GLOBAL.CONC_REQUEST_ID ;
1572:
1573: commit;
1574: end if;
1575: **********************************************************/