DBA Data[Home] [Help]

APPS.INV_LOT_API_PUB dependencies on MTL_LOT_NUMBERS_PKG

Line 9910: -- Call mtl_lot_numbers_pkg.insert_row API passing the attribute's

9906:
9907: END IF; /* p_validation_level = G_VALID_LEVEL_NONE */
9908:
9909:
9910: -- Call mtl_lot_numbers_pkg.insert_row API passing the attribute's
9911: -- values populated in local variable l_child_lot_rec.
9912:
9913: -- OPM Inventory Convergence - added column sampling_event_id to mtl_lot_number
9914: -- Bug #4115021

Line 9917: Mtl_Lot_Numbers_Pkg.Insert_Row(

9913: -- OPM Inventory Convergence - added column sampling_event_id to mtl_lot_number
9914: -- Bug #4115021
9915: /*Bug#5523811 passing values from l_child_lot_rec instead of NULL for fields
9916: curl_wrnkl_fold, description and vendor_id */
9917: Mtl_Lot_Numbers_Pkg.Insert_Row(
9918: x_inventory_item_id => l_child_lot_rec.inventory_item_id
9919: , x_organization_id => l_child_lot_rec.organization_id
9920: , x_lot_number => l_child_lot_rec.lot_number
9921: , x_parent_lot_number => l_child_lot_rec.parent_lot_number