DBA Data[Home] [Help]

APPS.HR_API dependencies on HR_ORGANIZATION_INFORMATION

Line 286: from hr_organization_information hoi

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

Line 287: , hr_organization_information inf

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