DBA Data[Home] [Help]

APPS.INV_CR_ASN_DETAILS dependencies on STANDARD

Line 690: -- For Standard Receipt take the transaction quantity from MO lines.

686: print_debug('Lot Number = ' || p_rcpt_lot_qty_rec_tb(i).lot_number, 1);
687: print_debug('Lot Quantity = '|| p_rcpt_lot_qty_rec_tb(i).txn_quantity, 1);
688: END IF;
689:
690: -- For Standard Receipt take the transaction quantity from MO lines.
691: Begin
692: if nvl(p_rcpt_lot_qty_rec_tb(i).txn_quantity,0) = 0 then
693: -- Case for Receipt Transaction Because Lot_REC has 0 quantity , SO NEED TO GET IT FROM mo ORDER LINES.
694: