DBA Data[Home] [Help]

APPS.CN_FORMULA_COMMON_PKG dependencies on FND_FILE

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

2168: cn_message_pkg.debug('Exception occurs in updating subledgers:');
2169: FOR l_counter IN 1..l_msg_count LOOP
2170: cn_message_pkg.debug(FND_MSG_PUB.get(p_msg_index => l_counter,
2171: p_encoded => FND_API.G_FALSE));
2172: fnd_file.put_line(fnd_file.Log, fnd_msg_pub.get(p_msg_index => l_counter,
2173: p_encoded => FND_API.G_FALSE));
2174: END LOOP;
2175:
2176: RAISE api_call_failed;