DBA Data[Home] [Help]

APPS.PAY_IE_PRSI dependencies on PAY_IE_PRSI_DETAILS_V

Line 128: from pay_ie_prsi_details_v pipd

124: ,overridden_ins_weeks
125: ,community_flag
126: ,exemption_start_date
127: ,exemption_end_date
128: from pay_ie_prsi_details_v pipd
129: ,pay_payroll_actions ppa
130: where assignment_id = p_assignment_id
131: and ppa.payroll_action_id = p_payroll_action_id
132: and ppa.date_earned between pipd.effective_start_date and pipd.effective_end_date;