DBA Data[Home] [Help]

APPS.AMS_DM_TARGET_PVT dependencies on AMS_DM_MODELS_VL

Line 553: FROM AMS_DM_MODELS_VL

549:
550: -- Cursor to check if target is used in any models
551: CURSOR c_target_used (l_id IN NUMBER) IS
552: SELECT count(*)
553: FROM AMS_DM_MODELS_VL
554: WHERE TARGET_ID = l_id;
555:
556: -- Cursor to get the data source id for the target
557: CURSOR c_datasource_id (l_tgtId IN NUMBER) IS