DBA Data[Home] [Help]

APPS.GME_COMPLETE_BATCH_PVT dependencies on MTL_TRANSACTION_LOTS_INTERFACE

Line 1132: -- construct mtl_transaction_lots_interface

1128: x_mmti_rec.locator_id := p_locator_id;
1129: x_mmti_rec.revision := p_revision;
1130: x_mmti_rec.transaction_sequence_id := p_pp_lot_rec.pending_product_lot_id;
1131: x_dtl_qty := p_yield_qty;
1132: -- construct mtl_transaction_lots_interface
1133: IF p_pp_lot_rec.lot_number IS NOT NULL THEN
1134: x_mmli_tbl(1).lot_number := p_pp_lot_rec.lot_number;
1135: x_mmli_tbl(1).reason_id := p_pp_lot_rec.reason_id;
1136: /* Bug 5256543 Assign revision only if not null otherwise it will come from mtl dtl line */