DBA Data[Home] [Help]

APPS.AMS_RULE_GROUP_PVT dependencies on AMS_IBA_PS_RL_ST_PARAMS

Line 563: DELETE FROM AMS_IBA_PS_RL_ST_PARAMS

559: bus_priority_code = null,
560: bus_priority_disp_order = null
561: WHERE rulegroup_id = p_rule_group_rec.rulegroup_id;
562:
563: DELETE FROM AMS_IBA_PS_RL_ST_PARAMS
564: WHERE rulegroup_id = p_rule_group_rec.rulegroup_id;
565:
566: DELETE FROM AMS_IBA_PS_RL_ST_FLTRS
567: WHERE rulegroup_id = l_rulegroup_id;