DBA Data[Home] [Help]

APPS.ECX_RULE dependencies on ECX_EXT_PROCESSES

Line 272: from ecx_ext_processes eep,

268: select queue_name ,
269: tp_header_id
270: into i_queue_name,
271: l_tp_header_id
272: from ecx_ext_processes eep,
273: ecx_standards es,
274: ecx_tp_details etd
275: where eep.ext_type = l_transaction_type
276: and eep.ext_subtype = l_transaction_subtype

Line 1064: from ecx_ext_processes eep,

1060: select queue_name ,
1061: tp_header_id
1062: into x_queue_name,
1063: x_tp_header_id
1064: from ecx_ext_processes eep,
1065: ecx_standards es,
1066: ecx_tp_details etd
1067: where eep.ext_type = p_transaction_type
1068: and eep.ext_subtype = p_transaction_subtype