DBA Data[Home] [Help]

APPS.MSC_X_VMI_POREQ dependencies on OE_TRANSACTION_TYPES_TL

Line 658: from oe_transaction_types_tl

654: begin
655:
656: select TRANSACTION_TYPE_ID
657: into lv_transaction_type_id
658: from oe_transaction_types_tl
659: where name = p_oe_transaction_type
660: and language = userenv('LANG');
661:
662: return lv_transaction_type_id;