DBA Data[Home] [Help]

APPS.ECX_RULE dependencies on ECX_RULE

Line 1: package body ECX_RULE as

1: package body ECX_RULE as
2: -- $Header: ECXRULEB.pls 120.4.12020000.2 2013/03/21 11:20:38 jmaddila ship $
3: --
4: --
5: -- rule (PUBLIC)

Line 42: l_module := 'ecx.plsql.ecx_rule.outbound_rule';

38:
39:
40: begin
41: -- initialize declared variables
42: l_module := 'ecx.plsql.ecx_rule.outbound_rule';
43:
44: if (wf_log_pkg.level_procedure >= fnd_log.g_current_runtime_level) then
45: wf_log_pkg.string(wf_log_pkg.level_procedure, l_module ||'.begin',
46: 'outbound_rule');

Line 157: Wf_Core.Context('ECX_RULE', 'OUTBOUND_RULE', p_event.getEventName(), p_subscription_guid);

153: end;
154:
155: exception
156: when others then
157: Wf_Core.Context('ECX_RULE', 'OUTBOUND_RULE', p_event.getEventName(), p_subscription_guid);
158: if(ecx_exception_type = 'ecx_no_party_setup') OR
159: (ecx_exception_type = 'ecx_delivery_setup_error') OR
160: (ecx_exception_type = 'program_exit') then
161: wf_event.setErrorInfo(p_event,'WARNING');

Line 215: l_module := 'ecx.plsql.ecx_rule.inbound_rule';

211: l_module varchar2(2000);
212:
213: begin
214: -- initialize declared variables
215: l_module := 'ecx.plsql.ecx_rule.inbound_rule';
216: if (wf_log_pkg.level_procedure >= fnd_log.g_current_runtime_level) then
217: wf_log_pkg.string(wf_log_pkg.level_procedure, l_module ||'.begin',
218: 'inbound_rule');
219: end if;

Line 576: ecx_debug.setErrorInfo(2,30,'ECX_RULE_INVALID_TP_SETUP',

572:
573: return 'ERROR';
574: when invalid_tp_setup then
575:
576: ecx_debug.setErrorInfo(2,30,'ECX_RULE_INVALID_TP_SETUP',
577: 'p_standard_code',
578: l_standard_code,
579: 'p_transaction_type',
580: l_transaction_type,

Line 662: l_module := 'ecx.plsql.ecx_rule.inbound_rule2';

658: mapcode Varchar2(240);
659: l_module Varchar2(2000);
660:
661: begin
662: l_module := 'ecx.plsql.ecx_rule.inbound_rule2';
663: if (wf_log_pkg.level_procedure >= fnd_log.g_current_runtime_level) then
664: wf_log_pkg.string(wf_log_pkg.level_procedure, l_module ||'.begin',
665: 'inbound_rule2');
666: end if;

Line 755: l_module := 'ecx.plsql.ecx_rule.CreateTPMessage.exec_wf';

751: l_std_code varchar2(30);
752: l_module varchar2(2000);
753:
754: begin
755: l_module := 'ecx.plsql.ecx_rule.CreateTPMessage.exec_wf';
756: if (wf_log_pkg.level_procedure >= fnd_log.g_current_runtime_level) then
757: wf_log_pkg.string(wf_log_pkg.level_procedure, l_module ||'.begin',
758: 'exec_wf');
759: end if;

Line 845: wf_core.context('ECX_RULE', 'Exec_WF', p_event.getEventName(),

841:
842: return 'SUCCESS';
843: exception
844: when others then
845: wf_core.context('ECX_RULE', 'Exec_WF', p_event.getEventName(),
846: p_subscription_guid);
847: wf_event.setErrorInfo(p_event, 'ERROR');
848: return 'ERROR';
849: end exec_wf;

Line 887: l_module := 'ecx.plsql.ecx_rule.ReceiveTPMessage.setEventParam';

883: p_event.event_name is null) then
884: return;
885: end if;
886:
887: l_module := 'ecx.plsql.ecx_rule.ReceiveTPMessage.setEventParam';
888: if (wf_log_pkg.level_procedure >= fnd_log.g_current_runtime_level) then
889: wf_log_pkg.string(wf_log_pkg.level_procedure, l_module ||'.begin',
890: 'setEventParam');
891: end if;

Line 961: l_module := 'ecx.plsql.ecx_rule.ReceiveTPMessage.processTPMessage';

957: l_module Varchar2(2000);
958:
959: begin
960:
961: l_module := 'ecx.plsql.ecx_rule.ReceiveTPMessage.processTPMessage';
962: if (wf_log_pkg.level_procedure >= fnd_log.g_current_runtime_level) then
963: wf_log_pkg.string(wf_log_pkg.level_procedure, l_module ||'.begin',
964: 'Starting inbound processing.');
965: end if;

Line 1102: l_module := 'ecx.plsq.ecx_rule.ReceiveTPMessage.enqueue_msg';

1098: if (p_queue_name is null) then
1099: return;
1100: end if;
1101:
1102: l_module := 'ecx.plsq.ecx_rule.ReceiveTPMessage.enqueue_msg';
1103: l_debug_mode := p_event.getValueForParameter('ECX_DEBUG_LEVEL');
1104:
1105: l_ecx_inengobj := system.ecx_inengobj(p_msgid_in, l_debug_mode);
1106:

Line 1282: l_module := 'ecx.plsql.ecx_rule.TPPreProcessing';

1278: from dual;
1279:
1280: begin
1281:
1282: l_module := 'ecx.plsql.ecx_rule.TPPreProcessing';
1283: if (wf_log_pkg.level_procedure >= fnd_log.g_current_runtime_level)
1284: then
1285: wf_log_pkg.string(wf_log_pkg.level_procedure, l_module ||'.begin',
1286: 'Starting TPPreProcessing rule function.');

Line 1544: l_module := 'ecx.plsql.ecx_rule.ReceiveTPMessage';

1540: select ecx_trigger_id_s.NEXTVAL
1541: from dual;
1542:
1543: begin
1544: l_module := 'ecx.plsql.ecx_rule.ReceiveTPMessage';
1545: if (wf_log_pkg.level_procedure >= fnd_log.g_current_runtime_level) then
1546: wf_log_pkg.string(wf_log_pkg.level_procedure, l_module ||'.begin',
1547: 'Starting ReceiveTPMessage rule function.');
1548: end if;

Line 1777: ecx_debug.setErrorInfo(2,30,'ECX_RULE_INVALID_TP_SETUP',

1773: ' is not enabled in the XML Gateway Server. '||
1774: ' Pls check your Setup');
1775: end if;
1776:
1777: ecx_debug.setErrorInfo(2,30,'ECX_RULE_INVALID_TP_SETUP',
1778: 'p_standard_code', l_message_code,
1779: 'p_transaction_type', l_transaction_type,
1780: 'p_transaction_subtype', l_transaction_subtype,
1781: 'p_party_site_id', l_party_site_id);

Line 1932: l_module := 'ecx.plsql.ecx_rule.CreateTPMessage';

1928:
1929: l_module varchar2(2000);
1930:
1931: begin
1932: l_module := 'ecx.plsql.ecx_rule.CreateTPMessage';
1933: if (wf_log_pkg.level_procedure >= fnd_log.g_current_runtime_level) then
1934: wf_log_pkg.string(wf_log_pkg.level_procedure, l_module ||'.begin',
1935: 'Starting CreateTPMessage rule function.');
1936: end if;

Line 1942: end ecx_rule;

1938:
1939: end CreateTPMessage;
1940:
1941:
1942: end ecx_rule;