DBA Data[Home] [Help]

APPS.CN_FORMULA_COMMON_PKG dependencies on FND_MSG_PUB

Line 213: FND_MSG_PUB.ADD;

209: IF get_comm_line_rec%ROWCOUNT <> 1 THEN
210: CLOSE get_comm_line_rec;
211: FND_MESSAGE.SET_NAME('CN', 'CN_INVALID_COMMISSION_LINE');
212: FND_MESSAGE.SET_TOKEN('COMMISSION_LINE_ID', TO_CHAR(p_commission_line_id));
213: FND_MSG_PUB.ADD;
214: RAISE FND_API.G_EXC_ERROR;
215: END IF;
216: CLOSE get_comm_line_rec;
217:

Line 1543: cn_message_pkg.debug( substr(FND_MSG_PUB.get(p_msg_index => l_counter,

1539: p_srp_pe_subledger => l_srp_pe_subledger);
1540:
1541:
1542: FOR l_counter IN 1..l_msg_count LOOP
1543: cn_message_pkg.debug( substr(FND_MSG_PUB.get(p_msg_index => l_counter,
1544: p_encoded => FND_API.G_FALSE), 1, 249 ));
1545: END LOOP;
1546: EXCEPTION
1547: WHEN OTHERS THEN

Line 2170: cn_message_pkg.debug(FND_MSG_PUB.get(p_msg_index => l_counter,

2166:
2167: IF l_return_status <> FND_API.g_ret_sts_success THEN
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;

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;