DBA Data[Home] [Help]

APPS.AMS_LISTSOURCETYPE_PVT dependencies on AMS_DM_MODELS_VL

Line 392: FROM AMS_DM_MODELS_VL m, AMS_DM_TARGETS_VL t

388:
389: -- Cursor to check if ANALYTICS data source is used in any models
390: CURSOR c_analytics_ds_used (l_id IN NUMBER) IS
391: SELECT count(*)
392: FROM AMS_DM_MODELS_VL m, AMS_DM_TARGETS_VL t
393: WHERE m.TARGET_ID = t.TARGET_ID
394: AND t.data_source_id = l_id;
395:
396: -- Cursor to get the target_ids associated with this data source