DBA Data[Home] [Help]

APPS.PAY_CONTINUOUS_CALC dependencies on PAY_PAYROLL_ACTIONS

Line 1013: pay_payroll_actions PAY_ACTION,

1009: cursor processed_recurring_entries(p_element_entry_id in number,p_old_effective_end_date in date) is
1010: select 'Y'
1011: from pay_run_results RESULT,
1012: pay_assignment_actions ASGT_ACTION,
1013: pay_payroll_actions PAY_ACTION,
1014: per_time_periods PERIOD
1015: where result.source_id = p_element_entry_id
1016: and result.source_type in ('E', 'I')
1017: and result.status <> 'U'