DBA Data[Home] [Help]

APPS.OKC_CA_UTIL_PVT dependencies on OE_TRANSACTION_TYPES_ALL

Line 12: oe_transaction_types_all a,

8: begin
9: select t.name into result
10: from
11: oe_blanket_headers_all h,
12: oe_transaction_types_all a,
13: oe_transaction_types_tl t
14: where t.transaction_type_id = h.order_type_id
15: and a.transaction_type_id = t.transaction_type_id
16: and t.language = USERENV('LANG')

Line 31: oe_transaction_types_all a,

27: begin
28: select t.name into result
29: from
30: oe_order_headers_all h,
31: oe_transaction_types_all a,
32: oe_transaction_types_tl t
33: where t.transaction_type_id = h.order_type_id
34: and a.transaction_type_id = t.transaction_type_id
35: and t.language = USERENV('LANG')