DBA Data[Home] [Help]

APPS.OE_TRANSACTION_TYPES_PKG dependencies on OE_ORDER_HEADERS_ALL

Line 991: FROM oe_order_headers_all oh

987: AND transaction_type_id = p_transaction_id;
988:
989: IF l_name <> p_name THEN
990: SELECT Count (oh.header_id) INTO l_count
991: FROM oe_order_headers_all oh
992: WHERE oh.order_type_id = p_transaction_id
993: AND ROWNUM=1;
994:
995: IF l_count = 0 THEN