DBA Data[Home] [Help]

APPS.CZ_IB_TSO_GRP dependencies on FND_MSG_PUB

Line 38: l_msg_count := fnd_msg_pub.COUNT_MSG();

34: l_msg_index number;
35: BEGIN
36: DEBUG('------------ Start of '||p_prefix||' ----------------');
37: l_msg_index := 1;
38: l_msg_count := fnd_msg_pub.COUNT_MSG();
39: DEBUG(p_prefix||' '||TO_CHAR(l_msg_count)||' error messages .');
40: WHILE l_msg_count > 0 LOOP
41: l_msg_data := fnd_msg_pub.GET(l_msg_index,fnd_api.g_false);
42: DEBUG(p_prefix||l_msg_data);

Line 41: l_msg_data := fnd_msg_pub.GET(l_msg_index,fnd_api.g_false);

37: l_msg_index := 1;
38: l_msg_count := fnd_msg_pub.COUNT_MSG();
39: DEBUG(p_prefix||' '||TO_CHAR(l_msg_count)||' error messages .');
40: WHILE l_msg_count > 0 LOOP
41: l_msg_data := fnd_msg_pub.GET(l_msg_index,fnd_api.g_false);
42: DEBUG(p_prefix||l_msg_data);
43: l_msg_index := l_msg_index + 1;
44: l_msg_count := l_msg_count - 1;
45: END LOOP;

Line 168: fnd_msg_pub.add_exc_msg(G_PKG_NAME, l_api_name, 'Config item instance_hdr_id/instance_rev_nbr/config_item_id = '||

164: deleted_flag='0';
165:
166: IF l_tangible_item_flag='0' THEN
167:
168: fnd_msg_pub.add_exc_msg(G_PKG_NAME, l_api_name, 'Config item instance_hdr_id/instance_rev_nbr/config_item_id = '||
169: to_char(p_instance_hdr_id)||'/'||to_char(p_instance_rev_nbr)||'/'||to_char(p_returned_config_item_id)||
170: ' is not tangible.');
171:
172: x_return_status := FND_API.G_RET_STS_ERROR;

Line 173: fnd_msg_pub.count_and_get(p_count => x_msg_count,

169: to_char(p_instance_hdr_id)||'/'||to_char(p_instance_rev_nbr)||'/'||to_char(p_returned_config_item_id)||
170: ' is not tangible.');
171:
172: x_return_status := FND_API.G_RET_STS_ERROR;
173: fnd_msg_pub.count_and_get(p_count => x_msg_count,
174: p_data => x_msg_data);
175:
176: IF (FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
177: cz_utils.log_report(G_PKG_NAME, l_api_name, l_ndebug,

Line 194: fnd_msg_pub.add_exc_msg(G_PKG_NAME, l_api_name, 'Config item instance_hdr_id/instance_rev_nbr/config_item_id = '||

190: END IF;
191:
192: EXCEPTION
193: WHEN NO_DATA_FOUND THEN
194: fnd_msg_pub.add_exc_msg(G_PKG_NAME, l_api_name, 'Config item instance_hdr_id/instance_rev_nbr/config_item_id = '||
195: to_char(p_instance_hdr_id)||'/'||to_char(p_instance_rev_nbr)||'/'||to_char(p_returned_config_item_id)||
196: ' does not exist.');
197: x_return_status := FND_API.G_RET_STS_ERROR;
198: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 198: fnd_msg_pub.count_and_get(p_count => x_msg_count,

194: fnd_msg_pub.add_exc_msg(G_PKG_NAME, l_api_name, 'Config item instance_hdr_id/instance_rev_nbr/config_item_id = '||
195: to_char(p_instance_hdr_id)||'/'||to_char(p_instance_rev_nbr)||'/'||to_char(p_returned_config_item_id)||
196: ' does not exist.');
197: x_return_status := FND_API.G_RET_STS_ERROR;
198: fnd_msg_pub.count_and_get(p_count => x_msg_count,
199: p_data => x_msg_data);
200:
201: IF (FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
202: cz_utils.log_report(G_PKG_NAME, l_api_name, l_ndebug,

Line 230: fnd_msg_pub.add_exc_msg(G_PKG_NAME, l_api_name, 'Config item instance_hdr_id/instance_rev_nbr/config_item_id = '||

226: config_item_id=p_returned_config_item_id AND
227: deleted_flag='0';
228: EXCEPTION
229: WHEN NO_DATA_FOUND THEN
230: fnd_msg_pub.add_exc_msg(G_PKG_NAME, l_api_name, 'Config item instance_hdr_id/instance_rev_nbr/config_item_id = '||
231: to_char(p_instance_hdr_id)||'/'||to_char(p_locked_instance_rev_nbr)||'/'||to_char(p_returned_config_item_id)||
232: ' does not exist.');
233: x_return_status := FND_API.G_RET_STS_ERROR;
234: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 234: fnd_msg_pub.count_and_get(p_count => x_msg_count,

230: fnd_msg_pub.add_exc_msg(G_PKG_NAME, l_api_name, 'Config item instance_hdr_id/instance_rev_nbr/config_item_id = '||
231: to_char(p_instance_hdr_id)||'/'||to_char(p_locked_instance_rev_nbr)||'/'||to_char(p_returned_config_item_id)||
232: ' does not exist.');
233: x_return_status := FND_API.G_RET_STS_ERROR;
234: fnd_msg_pub.count_and_get(p_count => x_msg_count,
235: p_data => x_msg_data);
236:
237: IF (FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
238: cz_utils.log_report(G_PKG_NAME, l_api_name, l_ndebug,

Line 345: fnd_msg_pub.add_exc_msg(G_PKG_NAME, l_api_name, 'Fatal error : cz_network_api_pub.generate_config_trees() : '||SQLERRM);

341:
342: EXCEPTION
343: WHEN OTHERS THEN
344: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
345: fnd_msg_pub.add_exc_msg(G_PKG_NAME, l_api_name, 'Fatal error : cz_network_api_pub.generate_config_trees() : '||SQLERRM);
346: fnd_msg_pub.count_and_get(p_count => x_msg_count,
347: p_data => x_msg_data);
348: IF (FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
349: cz_utils.log_report(G_PKG_NAME, l_api_name, l_ndebug,

Line 346: fnd_msg_pub.count_and_get(p_count => x_msg_count,

342: EXCEPTION
343: WHEN OTHERS THEN
344: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
345: fnd_msg_pub.add_exc_msg(G_PKG_NAME, l_api_name, 'Fatal error : cz_network_api_pub.generate_config_trees() : '||SQLERRM);
346: fnd_msg_pub.count_and_get(p_count => x_msg_count,
347: p_data => x_msg_data);
348: IF (FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
349: cz_utils.log_report(G_PKG_NAME, l_api_name, l_ndebug,
350: 'Fatal error : cz_network_api_pub.generate_config_trees() : '||SQLERRM,

Line 408: fnd_msg_pub.add_exc_msg(G_PKG_NAME, l_api_name, 'Fatal error : '||SQLERRM);

404: WHEN OTHERS THEN
405: -- raise fatal error (unexpected error ) , add a corresponding FND error message to error stack,
406: -- populate x_msg_count and x_msg_data
407: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
408: fnd_msg_pub.add_exc_msg(G_PKG_NAME, l_api_name, 'Fatal error : '||SQLERRM);
409: fnd_msg_pub.count_and_get(p_count => x_msg_count,
410: p_data => x_msg_data);
411: END remove_Returned_Config_Item;
412:

Line 409: fnd_msg_pub.count_and_get(p_count => x_msg_count,

405: -- raise fatal error (unexpected error ) , add a corresponding FND error message to error stack,
406: -- populate x_msg_count and x_msg_data
407: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
408: fnd_msg_pub.add_exc_msg(G_PKG_NAME, l_api_name, 'Fatal error : '||SQLERRM);
409: fnd_msg_pub.count_and_get(p_count => x_msg_count,
410: p_data => x_msg_data);
411: END remove_Returned_Config_Item;
412:
413: END CZ_IB_TSO_GRP;