DBA Data[Home] [Help]

APPS.JA_CN_ITEMIZATION_INTERFACE dependencies on FND_FILE

Line 94: Fnd_File.Put_Line(Fnd_File.Output, l_Error_Msg);

90: NAME => 'JA_CN_NO_LEGAL_ENTITY');
91: l_Error_Msg := Fnd_Message.Get;
92:
93: --Output error message
94: Fnd_File.Put_Line(Fnd_File.Output, l_Error_Msg);
95: return;
96: END IF; -- FND_PROFILE.Value(NAME => 'JA_CN_LEGAL_ENTITY')IS NULL
97: */
98: --if the legal entity id of journal lines is not consistent with the legal entity id defined

Line 1706: FND_FILE.put_line(FND_FILE.OUTPUT,SQLCODE || ':' || SQLERRM);

1702: END IF; --(l_proc_level >= l_dbg_level)
1703:
1704: EXCEPTION
1705: WHEN OTHERS THEN
1706: FND_FILE.put_line(FND_FILE.OUTPUT,SQLCODE || ':' || SQLERRM);
1707: --log for debug
1708: IF (l_Proc_Level >= l_Dbg_Level) THEN
1709: Fnd_Log.STRING(l_Proc_Level,
1710: l_Module_Prefix || '.' || l_Proc_Name ||

Line 1849: FND_FILE.put_line(FND_FILE.output,'');

1845: FROM gl_ledgers
1846: WHERE ledger_id=p_ledger_id;
1847:
1848: --write the parameter infomation into variable l_xml_parameter and last into l_xml_report
1849: FND_FILE.put_line(FND_FILE.output,'');
1850: l_xml_report := NULL;
1851: SELECT XMLELEMENT("P_LEDGER_NAME",l_ledger_name) INTO l_xml_item FROM dual;
1852: l_xml_parameter := l_xml_item;
1853: SELECT XMLELEMENT("P_LEGAL_NAME",l_le_name ) INTO l_xml_item FROM dual;

Line 2098: fnd_file.PUT_LINE(fnd_file.LOG,l_legal_entity_id);

2094:
2095:
2096:
2097: --prepare for the program, set value for global variable.
2098: fnd_file.PUT_LINE(fnd_file.LOG,l_legal_entity_id);
2099: fnd_file.PUT_LINE(fnd_file.LOG,l_ledger_id );
2100: fnd_file.PUT_LINE(fnd_file.LOG,l_period_from);
2101: fnd_file.PUT_LINE(fnd_file.LOG,l_period_to);
2102:

Line 2099: fnd_file.PUT_LINE(fnd_file.LOG,l_ledger_id );

2095:
2096:
2097: --prepare for the program, set value for global variable.
2098: fnd_file.PUT_LINE(fnd_file.LOG,l_legal_entity_id);
2099: fnd_file.PUT_LINE(fnd_file.LOG,l_ledger_id );
2100: fnd_file.PUT_LINE(fnd_file.LOG,l_period_from);
2101: fnd_file.PUT_LINE(fnd_file.LOG,l_period_to);
2102:
2103: --=======================================================================

Line 2100: fnd_file.PUT_LINE(fnd_file.LOG,l_period_from);

2096:
2097: --prepare for the program, set value for global variable.
2098: fnd_file.PUT_LINE(fnd_file.LOG,l_legal_entity_id);
2099: fnd_file.PUT_LINE(fnd_file.LOG,l_ledger_id );
2100: fnd_file.PUT_LINE(fnd_file.LOG,l_period_from);
2101: fnd_file.PUT_LINE(fnd_file.LOG,l_period_to);
2102:
2103: --=======================================================================
2104: --the following piece of code is to check if the periods are all closed periods.

Line 2101: fnd_file.PUT_LINE(fnd_file.LOG,l_period_to);

2097: --prepare for the program, set value for global variable.
2098: fnd_file.PUT_LINE(fnd_file.LOG,l_legal_entity_id);
2099: fnd_file.PUT_LINE(fnd_file.LOG,l_ledger_id );
2100: fnd_file.PUT_LINE(fnd_file.LOG,l_period_from);
2101: fnd_file.PUT_LINE(fnd_file.LOG,l_period_to);
2102:
2103: --=======================================================================
2104: --the following piece of code is to check if the periods are all closed periods.
2105: l_period_start := P_PERIOD_FROM ;

Line 2136: Fnd_File.Put_Line(Fnd_File.LOG, l_Error_Msg);

2132: NAME => 'JA_CN_INTERFACE_OPEN_PERIOD');
2133: l_Error_Msg := Fnd_Message.Get;
2134:
2135: --Output error message
2136: Fnd_File.Put_Line(Fnd_File.LOG, l_Error_Msg);
2137: RETURN;
2138: END IF;
2139:
2140: --=======================================================================