DBA Data[Home] [Help]

APPS.HR_API dependencies on HR_ORGANIZATION_INFORMATION

Line 288: from hr_organization_information hoi

284: --
285: Cursor Sel_Bus Is
286: select inf.org_information9
287: , inf.org_information14
288: from hr_organization_information hoi
289: , hr_organization_information inf
290: where hoi.organization_id = p_business_group_id
291: and hoi.org_information_context||'' = 'CLASS' /* disable index */
292: and hoi.org_information1 = 'HR_BG'

Line 289: , hr_organization_information inf

285: Cursor Sel_Bus Is
286: select inf.org_information9
287: , inf.org_information14
288: from hr_organization_information hoi
289: , hr_organization_information inf
290: where hoi.organization_id = p_business_group_id
291: and hoi.org_information_context||'' = 'CLASS' /* disable index */
292: and hoi.org_information1 = 'HR_BG'
293: and hoi.org_information2 = 'Y'