DBA Data[Home] [Help]

APPS.JAI_CREDIT_CHECK_PKG dependencies on OE_ORDER_TYPES_V

Line 317: FROM oe_order_types_v

313: -- Cursor used to get the name of order type
314: CURSOR get_type_name( cp_order_type_id NUMBER)
315: IS
316: SELECT NAME
317: FROM oe_order_types_v
318: WHERE order_type_id = cp_order_type_id;
319:
320: --Variable Block
321: lv_error_flag VARCHAR2(1);