DBA Data[Home] [Help]

APPS.PAY_ZA_UIF_ARCHIVE_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 188: p_assignment_id in per_all_assignments_f.assignment_id%type,

184: Notes :
185: --------------------------------------------------------------------------*/
186: function get_balance_value
187: (
188: p_assignment_id in per_all_assignments_f.assignment_id%type,
189: p_balance_name in pay_balance_types.balance_name%type,
190: p_dimension in pay_balance_dimensions.dimension_name%type,
191: p_effective_date in date
192: )

Line 652: ,per_all_assignments_f paa

648: , p_canonical_end_date date) is
649: select ppf.person_id
650: ,paa.assignment_id
651: from per_all_people_f ppf
652: ,per_all_assignments_f paa
653: ,per_assignment_extra_info paei
654: ,pay_payroll_actions ppa_arch
655: ,per_periods_of_service pps
656: where paa.business_group_id = ppa_arch.business_group_id

Line 674: from per_all_assignments_f paa1 where paa1.assignment_id = paa.assignment_id

670: where ppf1.person_id = ppf.person_id
671: and ppf1.effective_start_date <= p_canonical_end_date
672: and ppf1.effective_end_date >= '01-MAR-' || to_number(to_char(p_canonical_end_date ,'YYYY') - 1))
673: and paa.effective_start_date = ( select max(paa1.effective_start_date)
674: from per_all_assignments_f paa1 where paa1.assignment_id = paa.assignment_id
675: and paa1.effective_start_date <= p_canonical_end_date
676: and paa1.effective_end_date >= '01-MAR-' || to_number(to_char(p_canonical_end_date ,'YYYY') - 1))
677: and
678: (