DBA Data[Home] [Help]

APPS.OKL_XMLGEN_PVT dependencies on ECX_TP_DETAILS_V

Line 22: FROM ecx_tp_details_v t

18: AND p.party_name = 'SuperTrump';
19:
20: CURSOR c_tt (b_transaction_number NUMBER) IS
21: SELECT t.ext_subtype, m.map_code, o.object_type
22: FROM ecx_tp_details_v t
23: , ecx_mappings m
24: , ecx_objects o
25: , okl_stream_interfaces si
26: WHERE t.transaction_type = 'OKL_ST'