DBA Data[Home] [Help]

APPS.INV_RULE_GEN_PVT dependencies on WMS_STRATEGIES_S

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

1138: if p_mtl_picking_rule_rec.enabled_flag <> 'Y' Then
1139: return;
1140: end if;
1141: -- insert the strategy with the same name of the rule
1142: select WMS_strategies_s.nextval into l_strategy_id from sys.dual;
1143: l_strategy_name := p_mtl_picking_rule_rec.name;
1144: debug('strategy_id '||l_strategy_id);
1145: debug('strategy_name '||l_strategy_name);
1146: WMS_STRATEGIES_PKG.Insert_Row