DBA Data[Home] [Help]

APPS.ECX_OUT_WF_QH dependencies on STANDARD

Line 81: p_event.AddParameterToList('MESSAGE_STANDARD', x_ecxmsg.message_standard);

77:
78: --p_event.AddParameterToList('ECX_MSGID', x_msgid);
79: p_event.AddParameterToList('TRANSACTION_TYPE', x_ecxmsg.transaction_type);
80: p_event.AddParameterToList('TRANSACTION_SUBTYPE', x_ecxmsg.transaction_subtype);
81: p_event.AddParameterToList('MESSAGE_STANDARD', x_ecxmsg.message_standard);
82: p_event.AddParameterToList('MESSAGE_TYPE', x_ecxmsg.message_type);
83: p_event.AddParameterToList('DOCUMENT_NUMBER', x_ecxmsg.document_number);
84: p_event.AddParameterToList('PARTYID', x_ecxmsg.partyid);
85: p_event.AddParameterToList('PARTY_SITE_ID', x_ecxmsg.party_site_id);

Line 161: elsif i_param_name = 'MESSAGE_STANDARD' then

157:
158: if i_param_name = 'MESSAGE_TYPE' then
159: x_ecxmsg.message_type := i_param_value;
160:
161: elsif i_param_name = 'MESSAGE_STANDARD' then
162: x_ecxmsg.message_standard := i_param_value;
163:
164: elsif i_param_name = 'TRANSACTION_TYPE' then
165: x_ecxmsg.transaction_type := i_param_value;

Line 162: x_ecxmsg.message_standard := i_param_value;

158: if i_param_name = 'MESSAGE_TYPE' then
159: x_ecxmsg.message_type := i_param_value;
160:
161: elsif i_param_name = 'MESSAGE_STANDARD' then
162: x_ecxmsg.message_standard := i_param_value;
163:
164: elsif i_param_name = 'TRANSACTION_TYPE' then
165: x_ecxmsg.transaction_type := i_param_value;
166: