DBA Data[Home] [Help]

APPS.PAY_CA_YEPP_ADD_ACTIONS_PKG dependencies on FND_GLOBAL

Line 1966: where request_id = FND_GLOBAL.CONC_REQUEST_ID ;

1962: if p_output_file_type ='HTML' then
1963:
1964: update fnd_concurrent_requests
1965: set output_file_type = 'HTML'
1966: where request_id = FND_GLOBAL.CONC_REQUEST_ID ;
1967:
1968: commit;
1969:
1970: end if;