DBA Data[Home] [Help]

APPS.JTF_MSITE_GRP dependencies on HR_OPERATING_UNITS

Line 183: select organization_id from hr_operating_units where

179: RETURN BOOLEAN
180: IS
181: CURSOR valid_orgid_cur(p_orgid varchar2) IS
182: select 1 from dual where exists (
183: select organization_id from hr_operating_units where
184: organization_id = p_orgid);
185: l_exists NUMBER;
186: l_return_status Boolean := true;
187: