DBA Data[Home] [Help]

APPS.OE_OEOL_SCH dependencies on OE_ORDER_TYPES_V

Line 1421: FROM oe_order_types_v

1417: oe_debug_pub.add( 'P1' , 1 ) ;
1418: END IF;
1419: SELECT name
1420: INTO l_order_type_name
1421: FROM oe_order_types_v
1422: WHERE order_type_id = l_header_rec.order_type_id;
1423:
1424: IF l_debug_level > 0 THEN
1425: oe_debug_pub.add( 'P2' , 1 ) ;