DBA Data[Home] [Help]

APPS.PAY_US_YEPP_ADD_ACTIONS_PKG dependencies on FND_GLOBAL

Line 1478: WHERE request_id = FND_GLOBAL.CONC_REQUEST_ID ;

1474: if p_output_file_type ='HTML' then
1475: hr_utility.set_location(gv_package_name || '.add_actions_to_yepp', 290);
1476: UPDATE fnd_concurrent_requests
1477: SET output_file_type = 'HTML'
1478: WHERE request_id = FND_GLOBAL.CONC_REQUEST_ID ;
1479:
1480: commit;
1481: end if;
1482: hr_utility.set_location(gv_package_name || '.add_actions_to_yepp', 300);