DBA Data[Home] [Help]

APPS.ECX_ERRORLOG dependencies on STANDARD

Line 196: i_message_standard varchar2(100);

192: i_party_id varchar2(100);
193: i_party_site_id varchar2(100);
194: i_msgid raw(16);
195: i_message_type varchar2(100);
196: i_message_standard varchar2(100);
197: i_document_number varchar2(256);
198: i_protocol_type varchar2(500);
199: i_protocol_address varchar2(2000);
200: i_username varchar2(500);

Line 359: msgid,message_type,message_standard,

355: if (i_message_id is not null) then
356:
357: Begin
358: select cb_event_name, cb_event_key, block_mode,
359: msgid,message_type,message_standard,
360: transaction_type, transaction_subtype,
361: msgid, message_type, message_standard,
362: document_number,protocol_type,protocol_address,
363: username,attribute1, attribute2,

Line 361: msgid, message_type, message_standard,

357: Begin
358: select cb_event_name, cb_event_key, block_mode,
359: msgid,message_type,message_standard,
360: transaction_type, transaction_subtype,
361: msgid, message_type, message_standard,
362: document_number,protocol_type,protocol_address,
363: username,attribute1, attribute2,
364: attribute3, attribute4, attribute5,
365: party_type, partyid, party_site_id,

Line 368: i_msgid,i_message_type,i_message_standard,

364: attribute3, attribute4, attribute5,
365: party_type, partyid, party_site_id,
366: item_type, item_key, activity_id
367: into i_event_name, i_event_key, i_block_mode,
368: i_msgid,i_message_type,i_message_standard,
369: i_transaction_type, i_transaction_subtype,
370: i_msgid, i_message_type, i_message_standard,
371: i_document_number,i_protocol_type,i_protocol_address,
372: i_username,i_attribute1, i_attribute2,

Line 370: i_msgid, i_message_type, i_message_standard,

366: item_type, item_key, activity_id
367: into i_event_name, i_event_key, i_block_mode,
368: i_msgid,i_message_type,i_message_standard,
369: i_transaction_type, i_transaction_subtype,
370: i_msgid, i_message_type, i_message_standard,
371: i_document_number,i_protocol_type,i_protocol_address,
372: i_username,i_attribute1, i_attribute2,
373: i_attribute3, i_attribute4, i_attribute5,
374: i_party_type, i_party_id, i_party_site_id,

Line 392: ecx_debug.log(l_statement,'i_message_standard',i_message_standard,i_method_name);

388: ecx_debug.log(l_statement,'i_transaction_subtype',i_transaction_subtype,i_method_name);
389: ecx_debug.log(l_statement,'i_party_site_id',i_party_site_id,i_method_name);
390: ecx_debug.log(l_statement,'i_msgid',i_msgid,i_method_name);
391: ecx_debug.log(l_statement,'i_message_type',i_message_type,i_method_name);
392: ecx_debug.log(l_statement,'i_message_standard',i_message_standard,i_method_name);
393: ecx_debug.log(l_statement,'i_document_number',i_document_number,i_method_name);
394: ecx_debug.log(l_statement,'i_protocol_type',i_protocol_Type,i_method_name);
395: ecx_debug.log(l_statement,'i_protocol_address',i_protocol_address,i_method_name);
396: ecx_debug.log(l_statement,'i_username',i_username,i_method_name);

Line 432: wf_event.addParameterToList(p_name => 'ECX_MESSAGE_STANDARD',

428: p_parameterlist => i_params);
429: wf_event.addParameterToList(p_name => 'ECX_MESSAGE_TYPE',
430: p_value => i_message_type,
431: p_parameterlist => i_params);
432: wf_event.addParameterToList(p_name => 'ECX_MESSAGE_STANDARD',
433: p_value => i_message_standard,
434: p_parameterlist => i_params);
435: wf_event.addParameterToList(p_name => 'ECX_DOCUMENT_ID',
436: p_value => i_document_number,

Line 433: p_value => i_message_standard,

429: wf_event.addParameterToList(p_name => 'ECX_MESSAGE_TYPE',
430: p_value => i_message_type,
431: p_parameterlist => i_params);
432: wf_event.addParameterToList(p_name => 'ECX_MESSAGE_STANDARD',
433: p_value => i_message_standard,
434: p_parameterlist => i_params);
435: wf_event.addParameterToList(p_name => 'ECX_DOCUMENT_ID',
436: p_value => i_document_number,
437: p_parameterlist => i_params);

Line 551: wf_event.addParameterToList(p_name => 'ECX_MESSAGE_STANDARD',

547: p_parameterlist => i_params);
548: wf_event.addParameterToList(p_name => 'ECX_MESSAGE_TYPE',
549: p_value => i_message_type,
550: p_parameterlist => i_params);
551: wf_event.addParameterToList(p_name => 'ECX_MESSAGE_STANDARD',
552: p_value => i_message_standard,
553: p_parameterlist => i_params);
554: wf_event.addParameterToList(p_name => 'ECX_DOCUMENT_ID',
555: p_value => i_document_number,

Line 552: p_value => i_message_standard,

548: wf_event.addParameterToList(p_name => 'ECX_MESSAGE_TYPE',
549: p_value => i_message_type,
550: p_parameterlist => i_params);
551: wf_event.addParameterToList(p_name => 'ECX_MESSAGE_STANDARD',
552: p_value => i_message_standard,
553: p_parameterlist => i_params);
554: wf_event.addParameterToList(p_name => 'ECX_DOCUMENT_ID',
555: p_value => i_document_number,
556: p_parameterlist => i_params);

Line 1091: i_message_standard IN varchar2,

1087: o_retcode OUT NOCOPY pls_integer,
1088: o_retmsg OUT NOCOPY varchar2,
1089: i_msgid IN raw,
1090: i_message_type IN varchar2,
1091: i_message_standard IN varchar2,
1092: i_transaction_type IN varchar2,
1093: i_transaction_subtype IN varchar2,
1094: i_document_number IN varchar2,
1095: i_partyid IN varchar2,

Line 1146: message_standard,

1142: insert into ecx_doclogs
1143: (
1144: msgid,
1145: message_type,
1146: message_standard,
1147: transaction_type,
1148: transaction_subtype,
1149: document_number,
1150: partyid,

Line 1182: i_message_standard,

1178: values
1179: (
1180: i_msgid,
1181: i_message_type,
1182: i_message_standard,
1183: i_transaction_type,
1184: i_transaction_subtype,
1185: i_document_number,
1186: i_partyid,

Line 1268: i_message_standard OUT NOCOPY varchar2,

1264: procedure getDoclogDetails
1265: (
1266: i_msgid in raw,
1267: i_message_type OUT NOCOPY varchar2,
1268: i_message_standard OUT NOCOPY varchar2,
1269: i_transaction_type OUT NOCOPY varchar2,
1270: i_transaction_subtype OUT NOCOPY varchar2,
1271: i_document_number OUT NOCOPY varchar2,
1272: i_party_id OUT NOCOPY varchar2,

Line 1299: message_standard,

1295: cursor get_msg_attributes(p_msgid raw)
1296: is
1297: select 1 msg_count,
1298: message_type,
1299: message_standard,
1300: transaction_type,
1301: transaction_subtype,
1302: document_number,
1303: partyid,

Line 1331: i_message_standard := c_msg_attributes.message_standard;

1327: for c_msg_attributes in get_msg_attributes(i_msgid)
1328: loop
1329: i_msg_count := c_msg_attributes.msg_count;
1330: i_message_type := c_msg_attributes.message_type;
1331: i_message_standard := c_msg_attributes.message_standard;
1332: i_transaction_type := c_msg_attributes.transaction_type;
1333: i_transaction_subtype := c_msg_attributes.transaction_subtype;
1334: i_document_number := c_msg_attributes.document_number;
1335: i_party_id := c_msg_attributes.partyid;

Line 1435: x_message_standard out NOCOPY varchar2,

1431:
1432: procedure get_event_params
1433: (p_event in wf_event_t,
1434: x_message_type out NOCOPY varchar2,
1435: x_message_standard out NOCOPY varchar2,
1436: x_ext_type out NOCOPY varchar2,
1437: x_ext_subtype out NOCOPY varchar2,
1438: x_document_id out NOCOPY varchar2,
1439: x_logfile out NOCOPY varchar2,

Line 1505: elsif l_param_name = 'MESSAGE_STANDARD' then

1501:
1502: if l_param_name = 'MESSAGE_TYPE' then
1503: x_message_type := l_param_value;
1504:
1505: elsif l_param_name = 'MESSAGE_STANDARD' then
1506: x_message_standard := l_param_value;
1507:
1508: elsif l_param_name = 'TRANSACTION_TYPE' then
1509: x_ext_type := l_param_value;

Line 1506: x_message_standard := l_param_value;

1502: if l_param_name = 'MESSAGE_TYPE' then
1503: x_message_type := l_param_value;
1504:
1505: elsif l_param_name = 'MESSAGE_STANDARD' then
1506: x_message_standard := l_param_value;
1507:
1508: elsif l_param_name = 'TRANSACTION_TYPE' then
1509: x_ext_type := l_param_value;
1510:

Line 1607: l_message_standard varchar2(200);

1603:
1604: l_out_msgid raw(16);
1605: l_ecx_msgid raw(16);
1606: l_message_type varchar2(200);
1607: l_message_standard varchar2(200);
1608: l_ext_type varchar2(200);
1609: l_ext_subtype varchar2(200);
1610: l_document_id varchar2(200);
1611: l_retcode pls_integer;

Line 1669: x_message_standard => l_message_standard,

1665: end if;
1666:
1667: get_event_params(p_event => p_event,
1668: x_message_type => l_message_type,
1669: x_message_standard => l_message_standard,
1670: x_ext_type => l_ext_type,
1671: x_ext_subtype => l_ext_subtype,
1672: x_document_id => l_document_id,
1673: x_logfile => l_logfile,

Line 1776: i_message_standard => l_message_standard,

1772: (o_retcode => l_retcode,
1773: o_retmsg => l_retmsg,
1774: i_msgid => l_out_msgid,
1775: i_message_type => l_message_type,
1776: i_message_standard => l_message_standard,
1777: i_transaction_type => l_ext_type,
1778: i_transaction_subtype => l_ext_subtype,
1779: i_document_number => l_document_id,
1780: i_partyid => l_party_id,

Line 1849: message_type varchar2,message_standard varchar2,transaction_type varchar2,transaction_subtype varchar2,

1845: end outbound_log;
1846:
1847: procedure log_receivemessage
1848: (caller varchar2,status_text varchar2,err_msg varchar2,receipt_msgid raw,trigger_id pls_integer,
1849: message_type varchar2,message_standard varchar2,transaction_type varchar2,transaction_subtype varchar2,
1850: document_number varchar2,partyid varchar2,party_site_id varchar2,party_type varchar2,protocol_type varchar2,
1851: protocol_address varchar2,username varchar2,encrypt_password varchar2,attribute1 varchar2,attribute2 varchar2,
1852: attribute3 varchar2,attribute4 varchar2,attribute5 varchar2,payload clob,returnval out nocopy varchar2) --return varchar2
1853: is

Line 1874: message_standard,

1870: l_retcode,
1871: l_retmsg,
1872: receipt_msgid,
1873: message_type,
1874: message_standard,
1875: transaction_type,
1876: transaction_subtype,
1877: document_number,
1878: partyid,