DBA Data[Home] [Help]

APPS.PAY_ZA_UIF_ARCHIVE_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 189: p_assignment_id in per_all_assignments_f.assignment_id%type,

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

Line 653: ,per_all_assignments_f paa

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

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

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