DBA Data[Home] [Help]

APPS.HR_SECURITY dependencies on HR_ORGANIZATION_INFORMATION

Line 2329: FROM hr_organization_information oi

2325: -- Gets all inventory orgs belonging to a particular operating unit.
2326: --
2327: CURSOR c_get_inventory_org (org_id IN NUMBER) IS
2328: SELECT null
2329: FROM hr_organization_information oi
2330: WHERE oi.organization_id = p_org_id
2331: AND oi.org_information_context = 'Accounting Information'
2332: AND to_number(oi.org_information3) = org_id;
2333: