DBA Data[Home] [Help]

APPS.RCV_GML_CONV_MIG dependencies on MTL_TRANSACTION_REASONS

Line 589: from mtl_transaction_reasons

585:
586: IF cr_rec.reason_code IS NOT NULL THEN
587: Select reason_id
588: into l_reason_id
589: from mtl_transaction_reasons
590: where reason_name = cr_rec.reason_code;
591: END IF;
592:
593: --Call INVENTORY API that returns the new Lot number for the item, organization, lot, sublot,

Line 657: from mtl_transaction_reasons

653:
654: IF cr_rec1.reason_code IS NOT NULL THEN
655: Select reason_id
656: into l_reason_id
657: from mtl_transaction_reasons
658: where reason_name = cr_rec1.reason_code;
659: END IF;
660:
661: --Call INVENTORY API that returns the new Lot number for the item, organization, lot, sublot,