DBA Data[Home] [Help]

APPS.INVIDIT2 dependencies on HR_ORGANIZATION_INFORMATION

Line 1238: FROM hr_organization_information

1234: /* Bug 2666280 */
1235: AND EXISTS
1236: --Replaced org_organizations_definitions view
1237: ( SELECT 'x'
1238: FROM hr_organization_information
1239: WHERE organization_id = p.organization_id
1240: AND org_information1 = 'INV' -- Inventory Enabled flag.
1241: AND org_information2 = 'Y'
1242: AND org_information_context || '' = 'CLASS');