DBA Data[Home] [Help]

APPS.PAY_IE_PRSI dependencies on PAY_PAYROLL_ACTIONS

Line 70: ,pay_payroll_actions ppa

66: ,community_flag
67: ,exemption_start_date
68: ,exemption_end_date
69: from pay_ie_prsi_details_v pipd
70: ,pay_payroll_actions ppa
71: where assignment_id = p_assignment_id
72: and ppa.payroll_action_id = p_payroll_action_id
73: and ppa.date_earned between pipd.effective_start_date and pipd.effective_end_date;
74: