DBA Data[Home] [Help]

APPS.HR_SUPERVISOR_SS dependencies on HR_ORGANIZATION_INFORMATION

Line 117: FROM hr_organization_information cost_center

113: ,pap.business_group_id,0,1
114: )
115: ),0,'Y','N'
116: ) has_update_access
117: FROM hr_organization_information cost_center
118: ,per_all_people_f pap, hr_all_organization_units hao
119: WHERE cost_center.ORG_INFORMATION2 = to_char(pap.person_id)
120: AND cost_center.org_information_context = 'Organization Name Alias'
121: AND pap.person_id = ln_person_id

Line 141: AND exists (select 'e' from hr_organization_information class, hr_org_info_types_by_class ctype

137: AND v.name = 'P_ORGANIZATION_ID'
138: AND v.number_value = hao.organization_id
139: )
140: and rownum < 2)
141: AND exists (select 'e' from hr_organization_information class, hr_org_info_types_by_class ctype
142: where ctype.org_information_type = 'Organization Name Alias'
143: and ctype.org_classification = class.org_information1
144: and class.org_information_context = 'CLASS'
145: and class.org_information2 = 'Y'

Line 151: from hr_organization_information oi

147: AND (nvl(fnd_date.canonical_to_date(cost_center.ORG_INFORMATION4),ld_effective_date) >= ld_effective_date
148: Or (fnd_date.canonical_to_date(cost_center.ORG_INFORMATION4) <= ld_effective_date
149: and fnd_date.canonical_to_date(cost_center.ORG_INFORMATION3)
150: = (select max(fnd_date.canonical_to_date(oi.ORG_INFORMATION3))
151: from hr_organization_information oi
152: where oi.org_information_context = 'Organization Name Alias'
153: and oi.organization_id = cost_center.organization_id))); -- 2476134
154:
155: -- NOTE: We need to use the primary assignment because we're trying to