DBA Data[Home] [Help]

APPS.CSD_GEN_ERRMSGS_PVT dependencies on FND_FILE

Line 1094: fnd_file.put_line (fnd_file.LOG, l_msg_data);

1090: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS_CP',
1091: 'Error message [' || l_msg_data || ']'
1092: );
1093: END IF;
1094: fnd_file.put_line (fnd_file.LOG, l_msg_data);
1095: fnd_file.put_line (fnd_file.output, l_msg_data);
1096: END LOOP;
1097: errbuf := l_msg_data;
1098: retcode := 1;

Line 1095: fnd_file.put_line (fnd_file.output, l_msg_data);

1091: 'Error message [' || l_msg_data || ']'
1092: );
1093: END IF;
1094: fnd_file.put_line (fnd_file.LOG, l_msg_data);
1095: fnd_file.put_line (fnd_file.output, l_msg_data);
1096: END LOOP;
1097: errbuf := l_msg_data;
1098: retcode := 1;
1099: END IF;