DBA Data[Home] [Help]

APPS.ECX_INBOUND_TRIG dependencies on ECX_DOCLOGS

Line 133: i_string varchar2(2000) := ' update ecx_doclogs set ';

129: where es.standard_code = p_standard_code
130: and es.standard_type = nvl(p_standard_type, 'XML')
131: and esa.standard_id = es.standard_id;
132:
133: i_string varchar2(2000) := ' update ecx_doclogs set ';
134:
135: i_value varchar2(2000);
136:
137: i_single varchar2(3):= '''';

Line 441: /** Get all the attributes in a generic way for a given standard and save in ecx_doclogs**/

437:
438: /** Assign it to the Global XML Document **/
439: ecx_utils.g_xmldoc := xmlDOM.makeNode(i_doc);
440:
441: /** Get all the attributes in a generic way for a given standard and save in ecx_doclogs**/
442: getAttributes (
443: i_message_standard,
444: i_doc,
445: i_message_type

Line 1807: from ecx_doclogs

1803: payload,
1804: document_number,
1805: attribute3,
1806: internal_control_number
1807: from ecx_doclogs
1808: where msgid = p_msgid
1809: for update;
1810: p_aflog_module_name VARCHAR2(2000) ;
1811:

Line 2063: from ecx_doclogs

2059: payload,
2060: document_number,
2061: attribute3,
2062: internal_control_number
2063: from ecx_doclogs
2064: where msgid = p_msgid
2065: for update;
2066: p_aflog_module_name VARCHAR2(2000) ;
2067: