DBA Data[Home] [Help]

APPS.PAY_CA_PAYROLL_ARCH dependencies on PER_ALL_ASSIGNMENTS_F

Line 1618: from pay_payment_information_v ppiv,per_all_assignments_f paf

1614:
1615: cursor c_payment_info(cp_prepay_action_id number,cp_pmt_eff_date date) is
1616: select distinct ppiv.assignment_id
1617: ,nvl(ppiv.source_action_id,-999),paf.primary_flag/*Bug 9600575*/
1618: from pay_payment_information_v ppiv,per_all_assignments_f paf
1619: where ppiv.assignment_action_id = cp_prepay_action_id
1620: and paf.assignment_id = ppiv.assignment_id
1621: and cp_pmt_eff_date between paf.effective_start_date and paf.effective_end_date
1622: order by 2,3 desc,1;

Line 1958: from pay_payment_information_v ppiv,per_all_assignments_f paf

1954: cursor c_payment_info(cp_prepay_action_id number,cp_pmt_eff_date date) is
1955: select distinct ppiv.assignment_id
1956: ,ppiv.tax_unit_id
1957: ,nvl(ppiv.source_action_id,-999),paf.primary_flag /*Bug 9600575*/
1958: from pay_payment_information_v ppiv,per_all_assignments_f paf
1959: where ppiv.assignment_action_id = cp_prepay_action_id
1960: and paf.assignment_id = ppiv.assignment_id
1961: and cp_pmt_eff_date between paf.effective_start_date and paf.effective_end_date
1962: order by 3,4 desc,1,2;