DBA Data[Home] [Help]

APPS.INV_SALESORDER dependencies on OE_TRANSACTION_TYPES_TL

Line 390: from oe_transaction_types_tl tl,

386: into l_header_id
387: from oe_order_headers_all
388: where order_number = p_order_number AND
389: order_type_id IN (select tl.transaction_type_id
390: from oe_transaction_types_tl tl,
391: oe_transaction_types_all ta
392: where ta.transaction_type_id =
393: tl.transaction_type_id and
394: tl.name = p_order_type and