DBA Data[Home] [Help]

APPS.AMS_ADV_FILTER_PVT dependencies on AMS_DM_MODEL_PVT

Line 186: AMS_DM_MODEL_PVT.handle_data_selection_changes(l_obj_id);

182: l_temp_str := SUBSTR(l_parameter_type, 6, 30);
183: l_obj_id := to_number(SUBSTR(l_temp_str, 1, INSTR(l_temp_str,';') - 1)) ;
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;

Line 395: AMS_DM_MODEL_PVT.handle_data_selection_changes(l_obj_id);

391: l_temp_str := SUBSTR(l_parameter_type, 6, 30);
392: l_obj_id := to_number(SUBSTR(l_temp_str, 1, INSTR(l_temp_str,';') - 1)) ;
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;

Line 540: AMS_DM_MODEL_PVT.handle_data_selection_changes(l_obj_id);

536: l_temp_str := SUBSTR(l_parameter_type, 6, 30);
537: l_obj_id := to_number(SUBSTR(l_temp_str, 1, INSTR(l_temp_str,';') - 1)) ;
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;