DBA Data[Home] [Help]

APPS.PER_PERUSHRM_XMLP_PKG dependencies on PER_PERIODS_OF_SERVICE

Line 755: ,per_periods_of_service pps

751:
752: ,hr_locations_all hl
753: ,hr_soft_coding_keyflex hscf
754: ,per_all_assignments_f paf
755: ,per_periods_of_service pps
756: ,hr_organization_information hoi4
757: ,hr_organization_information hoi3
758: ,hr_organization_information hoi2
759: ,hr_organization_information hoi1

Line 810: ,per_periods_of_service pps

806:
807: ,hr_locations_all hl
808: ,hr_soft_coding_keyflex hscf
809: ,per_all_assignments_f paf
810: ,per_periods_of_service pps
811: ,hr_organization_information hoi4
812: ,hr_organization_information hoi3
813: ,hr_organization_information hoi2
814: ,hr_organization_information hoi1

Line 1185: ,per_periods_of_service pps

1181: per_all_people_f ppf
1182: ,per_all_assignments_f paf
1183: ,hr_soft_coding_keyflex hscf
1184: ,hr_locations_all hl ,per_jobs job
1185: ,per_periods_of_service pps
1186: ,hr_organization_information hoi4
1187: ,hr_organization_information hoi3
1188: ,hr_organization_information hoi2
1189: ,hr_organization_information hoi1

Line 1239: ,per_periods_of_service pps

1235: per_all_people_f ppf
1236: ,per_all_assignments_f paf
1237: ,hr_soft_coding_keyflex hscf
1238: ,hr_locations_all hl ,per_jobs job
1239: ,per_periods_of_service pps
1240: ,hr_organization_information hoi4
1241: ,hr_organization_information hoi3
1242: ,hr_organization_information hoi2
1243: ,hr_organization_information hoi1

Line 1548: ,per_periods_of_service pps

1544: per_all_people_f ppf
1545: ,per_all_assignments_f paf
1546: ,hr_soft_coding_keyflex hscf
1547: ,hr_locations_all hl ,per_jobs job
1548: ,per_periods_of_service pps
1549:
1550: Where
1551: pps.person_id = ppf.person_id
1552: And fnd_date.canonical_to_date(P_REPORT_DATE)

Line 1595: ,per_periods_of_service pps

1591: per_all_people_f ppf
1592: ,per_all_assignments_f paf
1593: ,hr_soft_coding_keyflex hscf
1594: ,hr_locations_all hl ,per_jobs job
1595: ,per_periods_of_service pps
1596:
1597: Where
1598: pps.person_id = ppf.person_id
1599:

Line 1638: v_date_start per_periods_of_service.date_start%TYPE;

1634: v_first_name per_all_people_f.first_name%TYPE;
1635: v_middle_name per_all_people_f.middle_names%TYPE;
1636: v_ssn per_all_people_f.national_identifier%TYPE;
1637: v_dob per_all_people_f.date_of_birth%TYPE;
1638: v_date_start per_periods_of_service.date_start%TYPE;
1639: v_header number;
1640: v_buffer varchar2(120);
1641: v_boolean boolean;
1642: v_state hr_locations_all.region_2%TYPE;