DBA Data[Home] [Help]

APPS.IBE_MSITE_GRP dependencies on HR_ALL_ORGANIZATION_UNITS

Line 156: select organization_id from hr_all_organization_units where

152: RETURN BOOLEAN
153: IS
154: CURSOR valid_orgid_cur(p_orgid varchar2) IS
155: select 1 from dual where exists (
156: select organization_id from hr_all_organization_units where
157: organization_id = p_orgid);
158: l_exists NUMBER;
159: l_return_status Boolean := true;
160: