DBA Data[Home] [Help]

APPS.GHR_MSL_PKG dependencies on PER_PERSON_TYPES

Line 50: per_person_types ppt,

46: paf.organization_id ORGANIZATION_ID,
47: paf.business_group_id BUSINESS_GROUP_ID
48: from per_assignments_f paf,
49: per_people_f ppf,
50: per_person_types ppt,
51: per_assignment_status_types pas_t
52: where ppf.person_id = paf.person_id
53: and paf.primary_flag = 'Y'
54: and paf.assignment_type <> 'B'

Line 100: per_person_types ppt

96: paf.business_group_id BUSINESS_GROUP_ID,
97: paf.assignment_status_type_id ASSIGNMENT_STATUS_TYPE_ID
98: FROM per_assignments_f paf,
99: per_people_f ppf,
100: per_person_types ppt
101: WHERE ppf.person_id = paf.person_id
102: AND effective_date between ppf.effective_start_date and ppf.effective_end_date
103: AND effective_date between paf.effective_start_date and paf.effective_end_date
104: AND paf.primary_flag = 'Y'

Line 140: per_person_types ppt,

136: paf.business_group_id BUSINESS_GROUP_ID,
137: paf.assignment_status_type_id ASSIGNMENT_STATUS_TYPE_ID
138: FROM per_assignments_f paf,
139: per_people_f ppf,
140: per_person_types ppt,
141: hr_organization_units hou
142: WHERE ppf.person_id = paf.person_id
143: AND effective_date between ppf.effective_start_date and ppf.effective_end_date
144: AND effective_date between paf.effective_start_date and paf.effective_end_date

Line 5006: per_person_types ppt

5002: paf.business_group_id BUSINESS_GROUP_ID,
5003: paf.assignment_status_type_id ASSIGNMENT_STATUS_TYPE_ID
5004: from per_assignments_f paf,
5005: per_people_f ppf,
5006: per_person_types ppt
5007: where ppf.person_id = paf.person_id
5008: and effective_date between ppf.effective_start_date and ppf.effective_end_date
5009: and effective_date between paf.effective_start_date and paf.effective_end_date
5010: and paf.primary_flag = 'Y'

Line 5045: per_person_types ppt,

5041: paf.business_group_id BUSINESS_GROUP_ID,
5042: paf.assignment_status_type_id ASSIGNMENT_STATUS_TYPE_ID
5043: from per_assignments_f paf,
5044: per_people_f ppf,
5045: per_person_types ppt,
5046: hr_organization_units hou
5047: where ppf.person_id = paf.person_id
5048: and effective_date between ppf.effective_start_date and ppf.effective_end_date
5049: and effective_date between paf.effective_start_date and paf.effective_end_date

Line 7143: per_person_types ppt

7139: paf.business_group_id BUSINESS_GROUP_ID,
7140: paf.assignment_status_type_id ASSIGNMENT_STATUS_TYPE_ID
7141: from per_assignments_f paf,
7142: per_people_f ppf,
7143: per_person_types ppt
7144: where ppf.person_id = paf.person_id
7145: and effective_date between ppf.effective_start_date and ppf.effective_end_date
7146: and effective_date between paf.effective_start_date and paf.effective_end_date
7147: and paf.primary_flag = 'Y'

Line 7179: per_person_types ppt,

7175: paf.business_group_id BUSINESS_GROUP_ID,
7176: paf.assignment_status_type_id ASSIGNMENT_STATUS_TYPE_ID
7177: from per_assignments_f paf,
7178: per_people_f ppf,
7179: per_person_types ppt,
7180: hr_organization_units hou
7181: where ppf.person_id = paf.person_id
7182: and effective_date between ppf.effective_start_date and ppf.effective_end_date
7183: and effective_date between paf.effective_start_date and paf.effective_end_date