DBA Data[Home] [Help]

APPS.ECX_INBOUND_LISTENER_QH dependencies on STANDARD

Line 118: 'Message Standard: ' || x_ecxmsg.message_standard);

114: 'Message Id: ' || x_msgid);
115: wf_log_pkg.string(wf_log_pkg.level_statement, l_module,
116: 'Message Type: ' || x_ecxmsg.message_type);
117: wf_log_pkg.string(wf_log_pkg.level_statement, l_module,
118: 'Message Standard: ' || x_ecxmsg.message_standard);
119: wf_log_pkg.string(wf_log_pkg.level_statement, l_module,
120: 'transaction type: ' || x_ecxmsg.transaction_type);
121: wf_log_pkg.string(wf_log_pkg.level_statement, l_module,
122: 'transaction subtype: '|| x_ecxmsg.transaction_subtype);

Line 166: p_event.AddParameterToList('ECX_MESSAGE_STANDARD', x_ecxmsg.message_standard);

162:
163: p_event.AddParameterToList('ECX_MSGID', x_msgid);
164: p_event.AddParameterToList('ECX_TRANSACTION_TYPE', x_ecxmsg.transaction_type);
165: p_event.AddParameterToList('ECX_TRANSACTION_SUBTYPE', x_ecxmsg.transaction_subtype);
166: p_event.AddParameterToList('ECX_MESSAGE_STANDARD', x_ecxmsg.message_standard);
167: p_event.AddParameterToList('ECX_MESSAGE_TYPE', x_ecxmsg.message_type);
168: p_event.AddParameterToList('ECX_DOCUMENT_NUMBER', x_ecxmsg.document_number);
169: p_event.AddParameterToList('ECX_PARTY_ID', x_ecxmsg.partyid);
170: p_event.AddParameterToList('ECX_PARTY_SITE_ID', x_ecxmsg.party_site_id);

Line 253: x_ecxmsg.message_standard := p_event.getValueForParameter('ECX_MESSAGE_STANDARD');

249: null,null,null,null, null,null,
250: null,null,null,null);
251:
252: x_ecxmsg.message_type := p_event.getValueForParameter('ECX_MESSAGE_TYPE');
253: x_ecxmsg.message_standard := p_event.getValueForParameter('ECX_MESSAGE_STANDARD');
254: x_ecxmsg.transaction_type := p_event.getValueForParameter('ECX_TRANSACTION_TYPE');
255: x_ecxmsg.transaction_subtype := p_event.getValueForParameter('ECX_TRANSACTION_SUBTYPE');
256: x_ecxmsg.document_number := p_event.getValueForParameter('ECX_DOCUMENT_NUMBER');
257: x_ecxmsg.partyid := p_event.getValueForParameter('ECX_PARTY_ID');