DBA Data[Home] [Help]

APPS.BIM_UTL_PKG dependencies on FND_FILE

Line 117: fnd_file.put_line(fnd_file.log,fnd_message.get);

113: x_return_status := FND_API.G_RET_STS_ERROR;
114: FND_MESSAGE.Set_Name ('AMS', 'AMS_REP_INSERT_ERROR');
115: FND_MESSAGE.Set_token('table_name', l_table_name, FALSE);
116: FND_MSG_PUB.Add;
117: fnd_file.put_line(fnd_file.log,fnd_message.get);
118: END LOG_HISTORY;
119:
120: /* This procedure will drop the indexes of table p_table_name, and put
121: the index name and other information into bim_all_indexes. */