DBA Data[Home] [Help]

APPS.IEX_STRATEGY_CNT_PUB dependencies on HR_OPERATING_UNITS

Line 1612: SELECT organization_id from hr_operating_units where

1608: IS
1609:
1610: l_count number;
1611: CURSOR c_org IS
1612: SELECT organization_id from hr_operating_units where
1613: mo_global.check_access(organization_id) = 'Y'
1614: AND organization_id = nvl(P_ORG_ID,organization_id);
1615:
1616: BEGIN