DBA Data[Home] [Help]

APPS.ECX_RULE dependencies on ECX_STANDARD

Line 273: ecx_standards es,

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
277: and eep.direction = 'IN'

Line 716: ECX_STANDARD.ProcessXmlCover(i_map_code=> mapcode,

712: return 'ERROR';
713: end;
714:
715: -- process
716: ECX_STANDARD.ProcessXmlCover(i_map_code=> mapcode,
717: i_inpayload => p_event.GetEventData(),
718: i_debug_level => dbg);
719:
720: return 'SUCCESS';

Line 1057: ecx_standards es,

1053: tp_header_id
1054: into x_queue_name,
1055: x_tp_header_id
1056: from ecx_ext_processes eep,
1057: ecx_standards es,
1058: ecx_tp_details etd
1059: where eep.ext_type = p_transaction_type
1060: and eep.ext_subtype = p_transaction_subtype
1061: and eep.direction = 'IN'