DBA Data[Home] [Help]

APPS.GME_COMPLETE_BATCH_PVT dependencies on MTL_TRANSACTION_LOTS_INTERFACE

Line 1056: -- construct mtl_transaction_lots_interface

1052: x_mmti_rec.locator_id := p_locator_id;
1053: x_mmti_rec.revision := p_revision;
1054: x_mmti_rec.transaction_sequence_id := p_pp_lot_rec.pending_product_lot_id;
1055: x_dtl_qty := p_yield_qty;
1056: -- construct mtl_transaction_lots_interface
1057: IF p_pp_lot_rec.lot_number IS NOT NULL THEN
1058: x_mmli_tbl(1).lot_number := p_pp_lot_rec.lot_number;
1059: x_mmli_tbl(1).reason_id := p_pp_lot_rec.reason_id;
1060: /* Bug 5256543 Assign revision only if not null otherwise it will come from mtl dtl line */