DBA Data[Home] [Help]

APPS.INV_RULE_GEN_PVT dependencies on WMS_RULE_CONSISTENCIES_S

Line 762: select wms_rule_consistencies_s.nextval into l_consistency_Id from dual;

758: l_picking_rule_rec := p_mtl_picking_rule_rec;
759: If p_mtl_picking_rule_rec.single_lot = 'Y' then
760: -- find the parameter for lot.lot_number
761: l_parameter_id := 60006; -- lot.lot_Number
762: select wms_rule_consistencies_s.nextval into l_consistency_Id from dual;
763:
764: WMS_RULE_CONSISTENCIES_PKG.INSERT_ROW(
765: X_ROWID => l_ROW_ID,
766: X_CONSISTENCY_ID => l_CONSISTENCY_ID,