DBA Data[Home] [Help]

APPS.OE_OEOL_SCH dependencies on OE_ORDER_TYPES_V

Line 1300: FROM oe_order_types_v

1296: oe_debug_pub.add( 'P1' , 1 ) ;
1297: END IF;
1298: SELECT name
1299: INTO l_order_type_name
1300: FROM oe_order_types_v
1301: WHERE order_type_id = l_header_rec.order_type_id;
1302:
1303: IF l_debug_level > 0 THEN
1304: oe_debug_pub.add( 'P2' , 1 ) ;