DBA Data[Home] [Help]

APPS.INV_RULE_GEN_PVT dependencies on WMS_RULE_CONSISTENCIES_S

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

802: l_picking_rule_rec := p_mtl_picking_rule_rec;
803: If p_mtl_picking_rule_rec.single_lot = 'Y' then
804: -- find the parameter for lot.lot_number
805: l_parameter_id := 60006; -- lot.lot_Number
806: select wms_rule_consistencies_s.nextval into l_consistency_Id from dual;
807:
808: WMS_RULE_CONSISTENCIES_PKG.INSERT_ROW(
809: X_ROWID => l_ROW_ID,
810: X_CONSISTENCY_ID => l_CONSISTENCY_ID,