DBA Data[Home] [Help]

APPS.PAY_NL_RULES dependencies on FND_DATE

Line 24: select fnd_date.DATE_TO_CANONICAL(ppa.effective_date)

20: IS
21:
22: Cursor c_date(p_retro_asg_action_id Number)
23: is
24: select fnd_date.DATE_TO_CANONICAL(ppa.effective_date)
25: from pay_payroll_actions ppa,
26: pay_assignment_actions paa
27: where paa.assignment_action_id=p_retro_asg_action_id
28: and ppa.payroll_action_id=paa.payroll_action_id ;