DBA Data[Home] [Help]

APPS.WMS_RULES_WORKBENCH_PVT dependencies on OE_TRANSACTION_TYPES_VL

Line 379: from oe_transaction_types_vl ottv

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