DBA Data[Home] [Help]

APPS.PO_COMMUNICATION_PVT dependencies on DBMS_XMLQUERY

Line 4091: l_queryCtx DBMS_XMLquery.ctxType;

4087: l_xml_result CLOB;
4088: l_version varchar2(20);
4089: l_compatibility varchar2(20);
4090: l_majorVersion number;
4091: l_queryCtx DBMS_XMLquery.ctxType;
4092: l_xml_query varchar2(32000);
4093: l_xml_message_query varchar2(6000);
4094: l_xml9_stmt varchar2(8000);
4095: l_head_short_attachment_query varchar2(6000);

Line 4686: -- Bug#3823799: removed the inline comments and placed here, other wise XML generation failing using dbms_xmlquery.

4682: -- SQL why: To display boiler plate text in pdf document.
4683: -- SQL Join:
4684: -- Change: Commented some message tokens and added new message tokens as part of new layout changes.
4685:
4686: -- Bug#3823799: removed the inline comments and placed here, other wise XML generation failing using dbms_xmlquery.
4687: --Bug 3670603: Added "PO_WF_NOTIF_PROMISED_DATE" message name
4688: --Bug3670603: Added "PO_WF_NOTIF_NEEDBY_DATE" message name
4689: --Bug3836856: Addded "PO_FO_PAGE"for retrieving the page number message
4690: