DBA Data[Home] [Help]

APPS.OE_ORDER_BOOK_UTIL dependencies on OE_TRANSACTION_TYPES_ALL

Line 211: from oe_transaction_types_all

207:
208: IF l_header_rec.order_type_id is not null THEN
209: SELECT TAX_CALCULATION_EVENT_CODE
210: into l_tax_calculation_event_code
211: from oe_transaction_types_all
212: where transaction_type_id = l_header_rec.order_type_id;
213: END IF;
214:
215: EXCEPTION