DBA Data[Home] [Help]

APPS.INV_RULE_GEN_PVT dependencies on WMS_STRATEGIES_S

Line 1186: select WMS_strategies_s.nextval into l_strategy_id from sys.dual;

1182: if p_mtl_picking_rule_rec.enabled_flag <> 'Y' Then
1183: return;
1184: end if;
1185: -- insert the strategy with the same name of the rule
1186: select WMS_strategies_s.nextval into l_strategy_id from sys.dual;
1187: l_strategy_name := p_mtl_picking_rule_rec.name;
1188: debug('strategy_id '||l_strategy_id);
1189: debug('strategy_name '||l_strategy_name);
1190: WMS_STRATEGIES_PKG.Insert_Row