[Home] [Help]
APPS.OE_TRANSACTION_TYPES_PKG dependencies on OE_ORDER_LINES_ALL
Line 960: from oe_order_lines_all
956:
957:
958: Select 'EXISTS' into
959: lexists
960: from oe_order_lines_all
961: where header_id = l_header_id and
962: rownum = 1;
963:
964: p_result := 1 ;