DBA Data[Home] [Help]

APPS.PAY_US_YEPP_ADD_ACTIONS_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 1476: UPDATE fnd_concurrent_requests

1472: -- Update the concurrent program request if the output type is HTML
1473: hr_utility.set_location(gv_package_name || '.add_actions_to_yepp', 280);
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;