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 98: per_person_types ppt

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

Line 136: per_person_types ppt,

132: paf.business_group_id BUSINESS_GROUP_ID,
133: paf.assignment_status_type_id ASSIGNMENT_STATUS_TYPE_ID
134: FROM per_assignments_f paf,
135: per_people_f ppf,
136: per_person_types ppt,
137: hr_organization_units hou
138: WHERE ppf.person_id = paf.person_id
139: AND effective_date between ppf.effective_start_date and ppf.effective_end_date
140: AND effective_date between paf.effective_start_date and paf.effective_end_date

Line 4946: per_person_types ppt

4942: paf.business_group_id BUSINESS_GROUP_ID,
4943: paf.assignment_status_type_id ASSIGNMENT_STATUS_TYPE_ID
4944: from per_assignments_f paf,
4945: per_people_f ppf,
4946: per_person_types ppt
4947: where ppf.person_id = paf.person_id
4948: and effective_date between ppf.effective_start_date and ppf.effective_end_date
4949: and effective_date between paf.effective_start_date and paf.effective_end_date
4950: and paf.primary_flag = 'Y'

Line 4983: per_person_types ppt,

4979: paf.business_group_id BUSINESS_GROUP_ID,
4980: paf.assignment_status_type_id ASSIGNMENT_STATUS_TYPE_ID
4981: from per_assignments_f paf,
4982: per_people_f ppf,
4983: per_person_types ppt,
4984: hr_organization_units hou
4985: where ppf.person_id = paf.person_id
4986: and effective_date between ppf.effective_start_date and ppf.effective_end_date
4987: and effective_date between paf.effective_start_date and paf.effective_end_date

Line 6999: per_person_types ppt

6995: paf.business_group_id BUSINESS_GROUP_ID,
6996: paf.assignment_status_type_id ASSIGNMENT_STATUS_TYPE_ID
6997: from per_assignments_f paf,
6998: per_people_f ppf,
6999: per_person_types ppt
7000: where ppf.person_id = paf.person_id
7001: and effective_date between ppf.effective_start_date and ppf.effective_end_date
7002: and effective_date between paf.effective_start_date and paf.effective_end_date
7003: and paf.primary_flag = 'Y'

Line 7033: per_person_types ppt,

7029: paf.business_group_id BUSINESS_GROUP_ID,
7030: paf.assignment_status_type_id ASSIGNMENT_STATUS_TYPE_ID
7031: from per_assignments_f paf,
7032: per_people_f ppf,
7033: per_person_types ppt,
7034: hr_organization_units hou
7035: where ppf.person_id = paf.person_id
7036: and effective_date between ppf.effective_start_date and ppf.effective_end_date
7037: and effective_date between paf.effective_start_date and paf.effective_end_date