DBA Data[Home] [Help]

APPS.WMS_RULES_WORKBENCH_PVT dependencies on OE_TRANSACTION_TYPES_VL

Line 378: from oe_transaction_types_vl ottv

374:
375: Begin
376:
377: select ottv.name into l_order_type_name
378: from oe_transaction_types_vl ottv
379: where ottv.transaction_type_id = p_transaction_type_id;
380:
381: Return l_order_type_name;
382: Exception