DBA Data[Home] [Help]

APPS.AHL_LTP_SIMUL_PLAN_PVT dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 1380: FROM org_organization_definitions

1376: FROM ahl_visits_vl
1377: WHERE visit_number = c_visit_number
1378: AND status_code ='PLANNING'
1379: AND (ORGANIZATION_ID is NULL OR ORGANIZATION_ID IN ( SELECT organization_id
1380: FROM org_organization_definitions
1381: WHERE operating_unit = mo_global.get_current_org_id() ));
1382:
1383: -- yazhou 20-Jul-2006 starts
1384: