DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_UTIL dependencies on OE_TRANSACTION_TYPES_VL

Line 11506: FROM oe_transaction_types_vl

11502:
11503: -- Cursor to get the order type
11504: CURSOR c_order_type IS
11505: SELECT name
11506: FROM oe_transaction_types_vl
11507: WHERE transaction_type_id = p_header_rec.order_type_id;
11508:
11509: l_order_hold_comment VARCHAR2(2000);
11510: l_line_hold_count NUMBER := 0;