DBA Data[Home] [Help]

APPS.AHL_PRD_DF_PVT dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 931: (SELECT ORGANIZATION_ID FROM org_organization_definitions

927: AND WO.STATUS_CODE NOT IN ( '17' , '22' )
928: /* to check whether visit available in client's organization */
929: AND WO.visit_id = VS.visit_id
930: AND VS.ORGANIZATION_ID IN
931: (SELECT ORGANIZATION_ID FROM org_organization_definitions
932: WHERE NVL (operating_unit, mo_global.get_current_org_id())
933: = mo_global.get_current_org_id())
934: AND VST.visit_id = VS.visit_id
935: /* */