DBA Data[Home] [Help]

APPS.EDR_PSIG_RULE dependencies on ECX_INBOUND_TRIG

Line 2003: ecx_inbound_trig.processXML

1999: 'Y');
2000: --If it is set to 'Y' then generate the XML as required.
2001: if l_transform_xml = 'Y' then
2002: --Generate the customised Erecord using XML Gateway
2003: ecx_inbound_trig.processXML
2004: (i_map_code => l_xml_map_code,
2005: i_payload => l_event_data,
2006: i_debug_level => l_debug_level,
2007: i_ret_code => l_ret_code,

Line 2013: wf_log_pkg.string(3, 'EDR_PSIG_RULE.psig_rule','ecx inbound trig called');

2009: i_log_file => l_log_file,
2010: o_payload => l_erecord_data
2011: );
2012:
2013: wf_log_pkg.string(3, 'EDR_PSIG_RULE.psig_rule','ecx inbound trig called');
2014:
2015: --If it is set to 'N' then do not perform the XML to XML transformation.
2016: --Take the source XML as the target itself.
2017: elsif l_transform_xml = 'N' then