DBA Data[Home] [Help]

APPS.INV_LOT_API_PUB dependencies on MTL_LOT_NUMBERS_PKG

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

9436:
9437: END IF; /* p_validation_level = G_VALID_LEVEL_NONE */
9438:
9439:
9440: -- Call mtl_lot_numbers_pkg.insert_row API passing the attribute's
9441: -- values populated in local variable l_child_lot_rec.
9442:
9443: -- OPM Inventory Convergence - added column sampling_event_id to mtl_lot_number
9444: -- Bug #4115021

Line 9447: Mtl_Lot_Numbers_Pkg.Insert_Row(

9443: -- OPM Inventory Convergence - added column sampling_event_id to mtl_lot_number
9444: -- Bug #4115021
9445: /*Bug#5523811 passing values from l_child_lot_rec instead of NULL for fields
9446: curl_wrnkl_fold, description and vendor_id */
9447: Mtl_Lot_Numbers_Pkg.Insert_Row(
9448: x_inventory_item_id => l_child_lot_rec.inventory_item_id
9449: , x_organization_id => l_child_lot_rec.organization_id
9450: , x_lot_number => l_child_lot_rec.lot_number
9451: , x_parent_lot_number => l_child_lot_rec.parent_lot_number