DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_TRANSACTION_TYPES_ALL

Line 7701: oe_transaction_types_all ta

7697: from oe_order_headers
7698: where order_number = p_order_number AND
7699: order_type_id = (select tl.transaction_type_id
7700: from oe_transaction_types_tl tl,
7701: oe_transaction_types_all ta
7702: where ta.transaction_type_id =
7703: tl.transaction_type_id and
7704: tl.name = p_order_type and
7705: ta.transaction_type_code = 'ORDER'