DBA Data[Home] [Help]

APPS.IBC_UTILITIES_PVT dependencies on IBC_UTILITIES_PUB

Line 320: G_XML_URL || '="' || Ibc_Utilities_Pub.G_CITEM_SERVLET_URL || 'cItemId=' || p_content_item_id || l_item_label || '">';

316: G_XML_ID || '="' || p_content_item_id || '" ' ||
317: G_XML_VERSION || '="' || p_version_number || '" ' ||
318: G_XML_IRCODE || '="' || l_item_reference_code || '" ' ||
319: G_XML_REF || '="f" ' ||
320: G_XML_URL || '="' || Ibc_Utilities_Pub.G_CITEM_SERVLET_URL || 'cItemId=' || p_content_item_id || l_item_label || '">';
321:
322: DBMS_LOB.WRITEAPPEND(p_xml_clob_loc, LENGTH(l_buffer), l_buffer);
323:
324: END Build_Citem_Open_Tag;

Line 398: G_XML_URL || '="' || Ibc_Utilities_Pub.G_PCITEM_SERVLET_URL || 'cItemId=' || p_content_item_id

394: G_XML_ENC || '="' || LOWER(p_encrypt_flag) || '" ';
395: -- // Preview Url
396: IF (p_is_preview = FND_API.g_true) THEN
397: l_buffer := l_buffer ||
398: G_XML_URL || '="' || Ibc_Utilities_Pub.G_PCITEM_SERVLET_URL || 'cItemId=' || p_content_item_id
399: || Fnd_Global.local_chr(38) || 'amp;cItemVerId=' || p_citem_version_id ||
400: Fnd_Global.local_chr(38) ||'amp;'|| G_XML_URL_ENC ||'='|| LOWER(p_encrypt_flag) ||
401: '">';
402: -- // Runtime Url

Line 405: G_XML_URL || '="' || Ibc_Utilities_Pub.G_CITEM_SERVLET_URL || G_XML_URL_CID ||'='|| p_content_item_id ||

401: '">';
402: -- // Runtime Url
403: ELSE
404: l_buffer := l_buffer ||
405: G_XML_URL || '="' || Ibc_Utilities_Pub.G_CITEM_SERVLET_URL || G_XML_URL_CID ||'='|| p_content_item_id ||
406: l_item_label ||
407: Fnd_Global.local_chr(38) ||'amp;'|| G_XML_URL_ENC ||'='|| LOWER(p_encrypt_flag) ||
408: '">';
409: END IF;

Line 427: '<' || Ibc_Utilities_Pub.G_XML_REND_TAG || ' datatype="rendition" ' ||

423: CLOSE Get_Rendition_Name;
424: END IF;
425:
426: l_buffer := l_buffer ||
427: '<' || Ibc_Utilities_Pub.G_XML_REND_TAG || ' datatype="rendition" ' ||
428: G_XML_ID || '="' || rendition_rec.file_id || '" ' ||
429: G_XML_REF || '="t" ' ||
430: G_XML_FILE || '="' || Replace_Special_Chars(rendition_rec.file_name) || '" ' ||
431: G_XML_MIME || '="' || LOWER(rendition_rec.mime_type) || '" ' ||

Line 437: -- G_XML_URL || '="' || Ibc_Utilities_Pub.G_SERVLET_URL || G_XML_URL_CID ||'='|| p_content_item_id ||

433: IF (p_default_mime_type = rendition_rec.mime_type) THEN
434: l_buffer := l_buffer || G_XML_DEFAULT_MIME || '="t" ';
435: END IF;
436: l_buffer := l_buffer ||
437: -- G_XML_URL || '="' || Ibc_Utilities_Pub.G_SERVLET_URL || G_XML_URL_CID ||'='|| p_content_item_id ||
438: -- Fnd_Global.local_chr(38) ||'amp;'|| G_XML_URL_FID ||'='|| rendition_rec.file_id ||
439: -- Fnd_Global.local_chr(38) ||'amp;'|| G_XML_URL_ENC ||'='|| LOWER(p_encrypt_flag) ||
440: -- '" />';
441:

Line 443: G_XML_URL || '="' || Ibc_Utilities_Pub.G_RENDITION_SERVLET_URL || G_XML_URL_CVERID ||'='|| p_citem_version_id ||

439: -- Fnd_Global.local_chr(38) ||'amp;'|| G_XML_URL_ENC ||'='|| LOWER(p_encrypt_flag) ||
440: -- '" />';
441:
442:
443: G_XML_URL || '="' || Ibc_Utilities_Pub.G_RENDITION_SERVLET_URL || G_XML_URL_CVERID ||'='|| p_citem_version_id ||
444: Fnd_Global.local_chr(38) ||'amp;'|| G_XML_URL_LANG ||'='|| rendition_rec.language ||
445: Fnd_Global.local_chr(38) ||'amp;'|| G_XML_URL_MIME ||'='|| rendition_rec.mime_type ||
446: Fnd_Global.local_chr(38) ||'amp;'|| G_XML_URL_ENC ||'='|| LOWER(p_encrypt_flag) ||
447: '" />';

Line 467: G_XML_URL || '="' || Ibc_Utilities_Pub.G_SERVLET_URL || G_XML_URL_CID ||'='|| p_content_item_id ||

463: '<' || p_attachment_attribute_code || ' datatype="attachment" ' ||
464: G_XML_ID || '="' || p_attachment_file_id || '" ' ||
465: G_XML_REF || '="t" ' ||
466: G_XML_FILE || '="' || p_attachment_file_name || '" ' ||
467: G_XML_URL || '="' || Ibc_Utilities_Pub.G_SERVLET_URL || G_XML_URL_CID ||'='|| p_content_item_id ||
468: Fnd_Global.local_chr(38) ||'amp;'|| G_XML_URL_FID ||'='|| p_attachment_file_id ||
469: Fnd_Global.local_chr(38) ||'amp;'|| G_XML_URL_ENC ||'='|| LOWER(p_encrypt_flag) ||
470: '" />';
471: END IF;

Line 572: G_XML_URL || '="' || Ibc_Utilities_Pub.G_CITEM_SERVLET_URL || G_XML_URL_CID ||'='|| p_content_item_id ||

568:
569: l_buffer := '<' || p_attribute_type_code || ' datatype="component" ' ||
570: G_XML_ID || '="' || p_content_item_id || '" ' ||
571: G_XML_REF || '="f" ' ||
572: G_XML_URL || '="' || Ibc_Utilities_Pub.G_CITEM_SERVLET_URL || G_XML_URL_CID ||'='|| p_content_item_id ||
573: l_item_label ||
574: Fnd_Global.local_chr(38) ||'amp;'|| G_XML_URL_ENC ||'='|| LOWER(p_encrypt_flag) ||
575: '">';
576:

Line 594: G_XML_URL || '="' || Ibc_Utilities_Pub.G_PCITEM_SERVLET_URL || G_XML_URL_CID ||'='|| p_content_item_id ||

590: BEGIN
591: l_buffer := '<' || p_attribute_type_code || ' datatype="component" ' ||
592: G_XML_ID || '="' || p_content_item_id || '" ' ||
593: G_XML_REF || '="f" ' ||
594: G_XML_URL || '="' || Ibc_Utilities_Pub.G_PCITEM_SERVLET_URL || G_XML_URL_CID ||'='|| p_content_item_id ||
595: Fnd_Global.local_chr(38) || 'amp;cItemVerId=' || p_content_item_version_id ||
596: Fnd_Global.local_chr(38) ||'amp;'|| G_XML_URL_ENC ||'='|| LOWER(p_encrypt_flag) ||
597: '">';
598:

Line 634: G_XML_URL || '="' || Ibc_Utilities_Pub.G_CITEM_SERVLET_URL || G_XML_URL_CID ||'='|| compound_item_rec.content_item_id ||

630: FOR compound_item_rec IN Get_Compound_Item_Ref LOOP
631: l_buffer := '<' || compound_item_rec.attribute_type_code || ' datatype="component" ' ||
632: G_XML_ID || '="' || compound_item_rec.content_item_id || '" ' ||
633: G_XML_REF || '="t" ' ||
634: G_XML_URL || '="' || Ibc_Utilities_Pub.G_CITEM_SERVLET_URL || G_XML_URL_CID ||'='|| compound_item_rec.content_item_id ||
635: l_item_label ||
636: Fnd_Global.local_chr(38) ||'amp;'|| G_XML_URL_ENC ||'='|| LOWER(compound_item_rec.encrypt_flag) ||
637: '" />';
638:

Line 692: G_XML_URL || '="' || Ibc_Utilities_Pub.G_PCITEM_SERVLET_URL || G_XML_URL_CID ||'='|| l_component_item_id ||

688:
689: l_buffer := '<' || compound_item_rec.attribute_type_code || ' datatype="component" ' ||
690: G_XML_ID || '="' || l_component_item_id || '" ' ||
691: G_XML_REF || '="t" ' ||
692: G_XML_URL || '="' || Ibc_Utilities_Pub.G_PCITEM_SERVLET_URL || G_XML_URL_CID ||'='|| l_component_item_id ||
693: Fnd_Global.local_chr(38) || 'amp;cItemVerId=' || l_component_version_id ||
694: Fnd_Global.local_chr(38) ||'amp;'|| G_XML_URL_ENC ||'='|| LOWER(compound_item_rec.encrypt_flag) ||
695: '" />';
696: l_total_buffer := l_total_buffer || l_buffer;