DBA Data[Home] [Help]

APPS.PAY_COSTING_SUMMARY_X_REP_PKG dependencies on FND_FILE

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

530: lv_costing_process_flag := 'N';
531: --Clearing the PL/SQL table of package pay_prl_xml_utils
532: pay_prl_xml_utils.gXMLTable.DELETE;
533: --
534: fnd_file.put_line(fnd_file.log,'Creating the XML...');
535:
536: --Creating a CLOB and opening the CLOB.
537: DBMS_LOB.CREATETEMPORARY(g_xml_data,FALSE,DBMS_LOB.CALL);
538: DBMS_LOB.OPEN(g_xml_data,dbms_lob.lob_readwrite);

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

541: DBMS_LOB.WRITEAPPEND(g_xml_data, length(l_tag), l_tag);
542: --
543: l_tag := '';
544: DBMS_LOB.WRITEAPPEND(g_xml_data, length(l_tag), l_tag);
545: fnd_file.put_line(fnd_file.log,'Started...');
546: --
547: --Fill the Global PL/SQL table with the CostAllocation Keyflex's
548: --enabled segments and their corresponding values.
549: getNFillCostFlexSegments(p_business_group_id);