DBA Data[Home] [Help]

APPS.PAY_NL_XDO_REPORT dependencies on UTL_FILE

Line 59: PROCEDURE WriteXMLvalues( p_l_fp utl_file.file_type,p_tagname IN VARCHAR2, p_value IN VARCHAR2);

55: |Type : Procedure |
56: |Description : Procedure to write the xml values. Used for debugging |
57: ------------------------------------------------------------------------------*/
58:
59: PROCEDURE WriteXMLvalues( p_l_fp utl_file.file_type,p_tagname IN VARCHAR2, p_value IN VARCHAR2);
60:
61: PROCEDURE WriteXMLvalues_rtf( p_l_fp utl_file.file_type,p_tagname IN VARCHAR2, p_value IN VARCHAR2);/*Function to support building of xml file compatible with RTF processor */
62:
63:

Line 61: PROCEDURE WriteXMLvalues_rtf( p_l_fp utl_file.file_type,p_tagname IN VARCHAR2, p_value IN VARCHAR2);/*Function to support building of xml file compatible with RTF processor */

57: ------------------------------------------------------------------------------*/
58:
59: PROCEDURE WriteXMLvalues( p_l_fp utl_file.file_type,p_tagname IN VARCHAR2, p_value IN VARCHAR2);
60:
61: PROCEDURE WriteXMLvalues_rtf( p_l_fp utl_file.file_type,p_tagname IN VARCHAR2, p_value IN VARCHAR2);/*Function to support building of xml file compatible with RTF processor */
62:
63:
64: /*-------------------------------------------------------------------------------
65: |Name : fetch_pdf_blob |