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 1544: cn_message_pkg.debug( substr(FND_MSG_PUB.get(p_msg_index => l_counter,

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

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

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

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;