DBA Data[Home] [Help]

APPS.PAY_PROGRESS_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 43: FROM fnd_concurrent_requests fcr,pay_payroll_actions ppa

39: NVL(fcr.actual_completion_date,
40: DECODE(cp_done,'Y',ppa.last_update_date,SYSDATE)
41: ) end_time,
42: SYSDATE current_time
43: FROM fnd_concurrent_requests fcr,pay_payroll_actions ppa
44: WHERE fcr.request_id(+) = ppa.request_id
45: AND ppa.payroll_action_id = cp_id;
46: --
47: -- Get the information we need to pass to the existing function