DBA Data[Home] [Help]

APPS.CN_FORMULA_COMMON_PKG dependencies on FND_FILE

Line 2188: fnd_file.put_line(fnd_file.Log, fnd_msg_pub.get(p_msg_index => l_counter,

2184: cn_message_pkg.debug('Exception occurs in updating subledgers:');
2185: FOR l_counter IN 1..l_msg_count LOOP
2186: cn_message_pkg.debug(FND_MSG_PUB.get(p_msg_index => l_counter,
2187: p_encoded => FND_API.G_FALSE));
2188: fnd_file.put_line(fnd_file.Log, fnd_msg_pub.get(p_msg_index => l_counter,
2189: p_encoded => FND_API.G_FALSE));
2190: END LOOP;
2191:
2192: RAISE api_call_failed;