DBA Data[Home] [Help]

APPS.GHR_MLC_PKG dependencies on PER_PERSON_TYPES

Line 44: per_person_types ppt,

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

Line 1155: per_person_types ppt

1151: paf.business_group_id BUSINESS_GROUP_ID,
1152: paf.assignment_status_type_id ASSIGNMENT_STATUS_TYPE_ID
1153: from per_assignments_f paf,
1154: per_people_f ppf,
1155: per_person_types ppt
1156: where ppf.person_id = paf.person_id
1157: and effective_date between ppf.effective_start_date and ppf.effective_end_date
1158: and effective_date between paf.effective_start_date and paf.effective_end_date
1159: and paf.primary_flag = 'Y'

Line 1191: per_person_types ppt

1187: paf.business_group_id BUSINESS_GROUP_ID,
1188: paf.assignment_status_type_id ASSIGNMENT_STATUS_TYPE_ID
1189: from per_assignments_f paf,
1190: per_people_f ppf,
1191: per_person_types ppt
1192: where ppf.person_id = paf.person_id
1193: and effective_date between ppf.effective_start_date and ppf.effective_end_date
1194: and effective_date between paf.effective_start_date and paf.effective_end_date
1195: and paf.primary_flag = 'Y'