DBA Data[Home] [Help]

APPS.HR_CHANGE_START_DATE_API dependencies on PAY_PAYROLL_ACTIONS

Line 308: FROM pay_payroll_actions pac,

304: --
305: cursor csr_compl_actions is
306: select 'y' from dual where exists
307: (SELECT NULL
308: FROM pay_payroll_actions pac,
309: pay_assignment_actions act,
310: per_assignments_f asg
311: WHERE asg.person_id = p_person_id
312: AND act.assignment_id = asg.assignment_id