DBA Data[Home] [Help]

APPS.PAY_GB_REP dependencies on PER_PERSON_TYPES

Line 30: use_index(ppt, PER_PERSON_TYPES_N1) */

26:
27: cursor body_details is
28: select /*+ ORDERED
29: use_index(ppf, PER_PEOPLE_F_FK1)
30: use_index(ppt, PER_PERSON_TYPES_N1) */
31: paf.assignment_number,
32: ppf.full_name,
33: paf.assignment_id
34: -- hr_gbbal.calc_all_balances(fnd_date.canonical_to_date(p_effective_date), paf.assignment_id, p_def_bal_id ) ni_arrears

Line 36: per_person_types ppt,

32: ppf.full_name,
33: paf.assignment_id
34: -- hr_gbbal.calc_all_balances(fnd_date.canonical_to_date(p_effective_date), paf.assignment_id, p_def_bal_id ) ni_arrears
35: from per_all_people_f ppf,
36: per_person_types ppt,
37: per_all_assignments_f paf,
38: pay_all_payrolls_f papf
39: where ppf.business_group_id = p_business_group_id
40: and papf.business_group_id = p_business_group_id