DBA Data[Home] [Help]

APPS.PAY_COSTING_SUMMARY_X_REP_PKG dependencies on FND_FILE

Line 648: fnd_file.put_line(fnd_file.log,'Creating the XML...');

644: lv_costing_process_flag := 'N';
645: --Clearing the PL/SQL table of package pay_prl_xml_utils
646: pay_prl_xml_utils.gXMLTable.DELETE;
647: --
648: fnd_file.put_line(fnd_file.log,'Creating the XML...');
649:
650: --Creating a CLOB and opening the CLOB.
651: DBMS_LOB.CREATETEMPORARY(g_xml_data,FALSE,DBMS_LOB.CALL);
652: DBMS_LOB.OPEN(g_xml_data,dbms_lob.lob_readwrite);

Line 659: fnd_file.put_line(fnd_file.log,'Started...');

655: DBMS_LOB.WRITEAPPEND(g_xml_data, length(l_tag), l_tag);
656: --
657: l_tag := '';
658: DBMS_LOB.WRITEAPPEND(g_xml_data, length(l_tag), l_tag);
659: fnd_file.put_line(fnd_file.log,'Started...');
660: --
661: --Fill the Global PL/SQL table with the CostAllocation Keyflex's
662: --enabled segments and their corresponding values.
663: getNFillCostFlexSegments(p_business_group_id);