DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL1_ARCHIVE dependencies on PAY_ACTION_CLASSIFICATIONS

Line 1116: pay_action_classifications pac

1112: from pay_assignment_actions paa,
1113: per_all_assignments_f paf,
1114: per_all_people_f ppf,
1115: pay_payroll_actions ppa,
1116: pay_action_classifications pac
1117: where ppf.person_id = cp_person_id
1118: and paf.person_id = ppf.person_id
1119: and paa.assignment_id = paf.assignment_id
1120: and paa.tax_unit_id = cp_tax_unit_id

Line 2343: pay_action_classifications pac,

2339: from pay_assignment_actions paa,
2340: per_all_assignments_f paf,
2341: per_all_people_f ppf,
2342: pay_payroll_actions ppa,
2343: pay_action_classifications pac,
2344: pay_action_contexts pac1,
2345: ff_contexts fc
2346: where ppf.person_id = cp_person_id
2347: and paf.person_id = ppf.person_id

Line 2375: pay_action_classifications pac

2371: from pay_assignment_actions paa,
2372: per_all_assignments_f paf,
2373: per_all_people_f ppf,
2374: pay_payroll_actions ppa,
2375: pay_action_classifications pac
2376: where ppf.person_id = cp_person_id
2377: and paf.person_id = ppf.person_id
2378: and paf.assignment_id = paa.assignment_id
2379: and paa.tax_unit_id = cp_tax_unit_id