DBA Data[Home] [Help]

APPS.PAY_ELEMENT_EXTRACT_PKG dependencies on FND_GLOBAL

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

1566:
1567: if p_output_file_type ='HTML' then
1568: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1569: end if;
1570: hr_utility.trace('Concurrent Request ID = ' || FND_GLOBAL.CONC_REQUEST_ID);
1571:
1572:
1573: /**********************************************************
1574: ** Not Required as the output file type is HTML by default

Line 1579: where request_id = FND_GLOBAL.CONC_REQUEST_ID ;

1575: ***********************************************************
1576: if p_output_file_type ='HTML' then
1577: update fnd_concurrent_requests
1578: set output_file_type = 'HTML'
1579: where request_id = FND_GLOBAL.CONC_REQUEST_ID ;
1580:
1581: commit;
1582: end if;
1583: **********************************************************/