DBA Data[Home] [Help]

APPS.INV_TRANSACTIONS dependencies on INV_QTY_MANAGEMENT

Line 504: INV_QTY_MANAGEMENT.when_txn_qty_entered(p_txn_qty,

500:
501: l_txn_uom_code := p_txn_uom_code;
502: l_primary_uom_code := p_primary_uom_code;
503:
504: INV_QTY_MANAGEMENT.when_txn_qty_entered(p_txn_qty,
505: l_txn_uom_code,
506: NULL,
507: p_prev_txn_qty,
508: p_serial_number_control_code,

Line 587: INV_QTY_MANAGEMENT.when_lot_qty_entered(p_txn_qty,

583: from mtl_system_items where
584: inventory_item_id = p_inventory_item_id and
585: organization_id = p_organization_id;
586: --Call quantity manager
587: INV_QTY_MANAGEMENT.when_lot_qty_entered(p_txn_qty,
588: p_txn_uom_code,
589: l_primary_uom_code,
590: p_inventory_item_id,
591: p_lot_control_code,

Line 638: INV_QTY_MANAGEMENT.when_lot_num_entered(p_total_serial_qty,

634:
635: --reset serial count for new lot, if item is serial controlled.
636: --this will only happen in the case of a receipt.
637:
638: INV_QTY_MANAGEMENT.when_lot_num_entered(p_total_serial_qty,
639: p_serial_number_control_code);
640:
641: IF p_serial_number_control_code <>1 AND p_serial_number_control_code <>6 THEN
642:

Line 753: INV_QTY_MANAGEMENT.when_srl_num_entered(p_txn_qty,

749: select primary_uom_code into l_prim from mtl_system_items where
750: organization_id = p_Organization_Id
751: and inventory_item_id = p_inventory_item_id;
752:
753: INV_QTY_MANAGEMENT.when_srl_num_entered(p_txn_qty,
754: p_txn_uom_code,
755: l_prim,
756: p_inventory_item_id,
757: p_current_lot_qty,