DBA Data[Home] [Help]

APPS.OKL_ESG_TRANSPORT_PVT dependencies on ECX_TP_DETAILS_V

Line 28: FROM ecx_tp_details_v t

24:
25: CURSOR c_tt (b_transaction_number NUMBER) is
26: SELECT t.ext_subtype, t.protocol_address, t.username, t.password,
27: t.protocol_type -- added bug8209104
28: FROM ecx_tp_details_v t
29: , okl_stream_interfaces si
30: WHERE t.transaction_type = 'OKL_ST'
31: AND t.transaction_subtype = si.deal_type
32: AND si.transaction_number = b_transaction_number;