DBA Data[Home] [Help]

APPS.HR_CHANGE_START_DATE_API dependencies on PAY_ASSIGNMENT_ACTIONS

Line 276: pay_assignment_actions act,

272: cursor csr_compl_actions is
273: select 'y' from dual where exists
274: (SELECT NULL
275: FROM pay_payroll_actions pac,
276: pay_assignment_actions act,
277: per_assignments_f asg
278: WHERE asg.person_id = p_person_id
279: AND act.assignment_id = asg.assignment_id
280: AND asg.assignment_type = p_type