DBA Data[Home] [Help]

APPS.OE_TRANSACTION_TYPES_PKG dependencies on OE_ORDER_HEADERS_ALL

Line 1009: FROM oe_order_headers_all oh

1005: AND transaction_type_id = p_transaction_id;
1006:
1007: IF l_name <> p_name THEN
1008: SELECT Count (oh.header_id) INTO l_count
1009: FROM oe_order_headers_all oh
1010: WHERE oh.order_type_id = p_transaction_id
1011: AND ROWNUM=1;
1012:
1013: IF l_count = 0 THEN