DBA Data[Home] [Help]

APPS.OE_ORDER_WF_UTIL dependencies on OE_TRANSACTION_TYPES_TL

Line 316: FROM oe_transaction_types_tl t

312: WHERE header_id = l_header_id;
313:
314: SELECT t.NAME
315: INTO l_order_type_name
316: FROM oe_transaction_types_tl t
317: WHERE t.LANGUAGE = USERENV ('LANG')
318: AND t.transaction_type_id = l_order_type_id;
319:
320: fnd_message.set_name ('ONT', 'OE_WF_ORDER_TYPE');

Line 412: FROM oe_transaction_types_tl t

408: WHERE header_id = l_header_id;
409:
410: SELECT t.NAME
411: INTO l_order_type_name
412: FROM oe_transaction_types_tl t
413: WHERE t.LANGUAGE = USERENV ('LANG')
414: AND t.transaction_type_id = l_order_type_id;
415:
416: fnd_message.set_name ('ONT', 'OE_WF_ORDER_TYPE');