DBA Data[Home] [Help]

APPS.GHR_MLC_PKG dependencies on PER_PERSON_TYPES

Line 42: per_person_types ppt,

38: paf.organization_id ORGANIZATION_ID,
39: paf.business_group_id BUSINESS_GROUP_ID
40: from per_assignments_f paf,
41: per_people_f ppf,
42: per_person_types ppt,
43: per_assignment_status_types pas_t,
44: hr_location_extra_info hlei,
45: ghr_duty_stations_f gdsf,
46: ghr_locality_pay_areas_f glpa

Line 1133: per_person_types ppt

1129: paf.business_group_id BUSINESS_GROUP_ID,
1130: paf.assignment_status_type_id ASSIGNMENT_STATUS_TYPE_ID
1131: from per_assignments_f paf,
1132: per_people_f ppf,
1133: per_person_types ppt
1134: where ppf.person_id = paf.person_id
1135: and effective_date between ppf.effective_start_date and ppf.effective_end_date
1136: and effective_date between paf.effective_start_date and paf.effective_end_date
1137: and paf.primary_flag = 'Y'

Line 1167: per_person_types ppt

1163: paf.business_group_id BUSINESS_GROUP_ID,
1164: paf.assignment_status_type_id ASSIGNMENT_STATUS_TYPE_ID
1165: from per_assignments_f paf,
1166: per_people_f ppf,
1167: per_person_types ppt
1168: where ppf.person_id = paf.person_id
1169: and effective_date between ppf.effective_start_date and ppf.effective_end_date
1170: and effective_date between paf.effective_start_date and paf.effective_end_date
1171: and paf.primary_flag = 'Y'