DBA Data[Home] [Help]

APPS.PAY_PROGRESS_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 54: FROM fnd_concurrent_requests fcr,pay_payroll_actions ppa

50: NVL(fcr.actual_completion_date,
51: DECODE(cp_done,'Y',ppa.last_update_date,SYSDATE)
52: ) end_time,
53: SYSDATE current_time
54: FROM fnd_concurrent_requests fcr,pay_payroll_actions ppa
55: WHERE fcr.request_id(+) = ppa.request_id
56: AND ppa.payroll_action_id = cp_id;
57: --
58: -- Get the information we need to pass to the existing function