DBA Data[Home] [Help]

APPS.RCV_GML_CONV_MIG dependencies on MTL_TRANSACTION_REASONS

Line 461: from mtl_transaction_reasons

457:
458: IF cr_rec.reason_code IS NOT NULL THEN
459: Select reason_id
460: into l_reason_id
461: from mtl_transaction_reasons
462: where reason_name = cr_rec.reason_code;
463: END IF;
464:
465: --Call INVENTORY API that returns the new Lot number for the item, organization, lot, sublot,

Line 529: from mtl_transaction_reasons

525:
526: IF cr_rec1.reason_code IS NOT NULL THEN
527: Select reason_id
528: into l_reason_id
529: from mtl_transaction_reasons
530: where reason_name = cr_rec1.reason_code;
531: END IF;
532:
533: --Call INVENTORY API that returns the new Lot number for the item, organization, lot, sublot,