DBA Data[Home] [Help]

APPS.AMS_ADV_FILTER_PVT dependencies on AMS_DM_SCORE_PVT

Line 188: AMS_DM_SCORE_PVT.handle_data_selection_changes(l_obj_id);

184:
185: IF l_obj_type = 'MODL' THEN
186: AMS_DM_MODEL_PVT.handle_data_selection_changes(l_obj_id);
187: ELSE
188: AMS_DM_SCORE_PVT.handle_data_selection_changes(l_obj_id);
189: END IF;
190: END IF;
191: END IF;
192: -- End of addition by nyostos.

Line 397: AMS_DM_SCORE_PVT.handle_data_selection_changes(l_obj_id);

393:
394: IF l_obj_type = 'MODL' THEN
395: AMS_DM_MODEL_PVT.handle_data_selection_changes(l_obj_id);
396: ELSE
397: AMS_DM_SCORE_PVT.handle_data_selection_changes(l_obj_id);
398: END IF;
399: END IF;
400: END IF;
401: END IF;

Line 542: AMS_DM_SCORE_PVT.handle_data_selection_changes(l_obj_id);

538:
539: IF l_obj_type = 'MODL' THEN
540: AMS_DM_MODEL_PVT.handle_data_selection_changes(l_obj_id);
541: ELSE
542: AMS_DM_SCORE_PVT.handle_data_selection_changes(l_obj_id);
543: END IF;
544: END IF;
545: END IF;
546: -- End of addition by nyostos.