DBA Data[Home] [Help]

APPS.AS_OPP_HEADER_PVT dependencies on HR_OPERATING_UNITS

Line 3204: FROM hr_operating_units hr

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