DBA Data[Home] [Help]

APPS.OE_ORDER_BOOK_UTIL dependencies on OE_TRANSACTION_TYPES_ALL

Line 218: from oe_transaction_types_all

214:
215: IF l_header_rec.order_type_id is not null THEN
216: SELECT TAX_CALCULATION_EVENT_CODE
217: into l_tax_calculation_event_code
218: from oe_transaction_types_all
219: where transaction_type_id = l_header_rec.order_type_id;
220: END IF;
221:
222: EXCEPTION