DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_UTIL dependencies on OE_TRANSACTION_TYPES_VL

Line 11153: FROM oe_transaction_types_vl

11149:
11150: -- Cursor to get the order type
11151: CURSOR c_order_type IS
11152: SELECT name
11153: FROM oe_transaction_types_vl
11154: WHERE transaction_type_id = p_header_rec.order_type_id;
11155:
11156: l_order_hold_comment VARCHAR2(2000);
11157: l_line_hold_count NUMBER := 0;