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 1792: from ecx_doclogs

1788: payload,
1789: document_number,
1790: attribute3,
1791: internal_control_number
1792: from ecx_doclogs
1793: where msgid = p_msgid
1794: for update;
1795: p_aflog_module_name VARCHAR2(2000) ;
1796:

Line 2048: from ecx_doclogs

2044: payload,
2045: document_number,
2046: attribute3,
2047: internal_control_number
2048: from ecx_doclogs
2049: where msgid = p_msgid
2050: for update;
2051: p_aflog_module_name VARCHAR2(2000) ;
2052: