DBA Data[Home] [Help]

APPS.PER_PERUSHRM_XMLP_PKG dependencies on PER_PERIODS_OF_SERVICE

Line 763: ,per_periods_of_service pps

759:
760: ,hr_locations_all hl
761: ,hr_soft_coding_keyflex hscf
762: ,per_all_assignments_f paf
763: ,per_periods_of_service pps
764: ,hr_organization_information hoi4
765: ,hr_organization_information hoi3
766: ,hr_organization_information hoi2
767: ,hr_organization_information hoi1

Line 818: ,per_periods_of_service pps

814:
815: ,hr_locations_all hl
816: ,hr_soft_coding_keyflex hscf
817: ,per_all_assignments_f paf
818: ,per_periods_of_service pps
819: ,hr_organization_information hoi4
820: ,hr_organization_information hoi3
821: ,hr_organization_information hoi2
822: ,hr_organization_information hoi1

Line 1193: ,per_periods_of_service pps

1189: per_all_people_f ppf
1190: ,per_all_assignments_f paf
1191: ,hr_soft_coding_keyflex hscf
1192: ,hr_locations_all hl ,per_jobs job
1193: ,per_periods_of_service pps
1194: ,hr_organization_information hoi4
1195: ,hr_organization_information hoi3
1196: ,hr_organization_information hoi2
1197: ,hr_organization_information hoi1

Line 1247: ,per_periods_of_service pps

1243: per_all_people_f ppf
1244: ,per_all_assignments_f paf
1245: ,hr_soft_coding_keyflex hscf
1246: ,hr_locations_all hl ,per_jobs job
1247: ,per_periods_of_service pps
1248: ,hr_organization_information hoi4
1249: ,hr_organization_information hoi3
1250: ,hr_organization_information hoi2
1251: ,hr_organization_information hoi1

Line 1556: ,per_periods_of_service pps

1552: per_all_people_f ppf
1553: ,per_all_assignments_f paf
1554: ,hr_soft_coding_keyflex hscf
1555: ,hr_locations_all hl ,per_jobs job
1556: ,per_periods_of_service pps
1557:
1558: Where
1559: pps.person_id = ppf.person_id
1560: And fnd_date.canonical_to_date(P_REPORT_DATE)

Line 1603: ,per_periods_of_service pps

1599: per_all_people_f ppf
1600: ,per_all_assignments_f paf
1601: ,hr_soft_coding_keyflex hscf
1602: ,hr_locations_all hl ,per_jobs job
1603: ,per_periods_of_service pps
1604:
1605: Where
1606: pps.person_id = ppf.person_id
1607:

Line 1646: v_date_start per_periods_of_service.date_start%TYPE;

1642: v_first_name per_all_people_f.first_name%TYPE;
1643: v_middle_name per_all_people_f.middle_names%TYPE;
1644: v_ssn per_all_people_f.national_identifier%TYPE;
1645: v_dob per_all_people_f.date_of_birth%TYPE;
1646: v_date_start per_periods_of_service.date_start%TYPE;
1647: v_header number;
1648: v_buffer varchar2(120);
1649: v_boolean boolean;
1650: v_state hr_locations_all.region_2%TYPE;