DBA Data[Home] [Help]

APPS.AS_OPP_HEADER_PVT dependencies on HR_OPERATING_UNITS

Line 3205: FROM hr_operating_units hr

3201: )
3202: IS
3203: CURSOR C_ORG_ID_Exists (c_ORG_ID NUMBER) IS
3204: SELECT 'X'
3205: FROM hr_operating_units hr
3206: WHERE hr.organization_id= P_ORG_ID
3207: and mo_global.check_access(hr.organization_id) = 'Y';
3208:
3209: l_val VARCHAR2(1);