DBA Data[Home] [Help]

APPS.OKC_CA_UTIL_PVT dependencies on OE_ORDER_HEADERS_ALL

Line 30: oe_order_headers_all h,

26: result oe_transaction_types_tl.name%type;
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