DBA Data[Home] [Help]

APPS.IBE_COPY_LOGICALCONTENT_GRP dependencies on FND_MSG_PUB

Line 108: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error)

104: EXCEPTION
105: WHEN OTHERS THEN
106: --ROLLBACK TO copy_logical_content;
107: x_return_status := FND_API.g_ret_sts_unexp_error ;
108: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error)
109: THEN
110: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
111: END IF;
112: FND_MSG_PUB.count_and_get(

Line 110: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);

106: --ROLLBACK TO copy_logical_content;
107: x_return_status := FND_API.g_ret_sts_unexp_error ;
108: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error)
109: THEN
110: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
111: END IF;
112: FND_MSG_PUB.count_and_get(
113: p_encoded => FND_API.g_false,
114: p_count => x_msg_count,

Line 112: FND_MSG_PUB.count_and_get(

108: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error)
109: THEN
110: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
111: END IF;
112: FND_MSG_PUB.count_and_get(
113: p_encoded => FND_API.g_false,
114: p_count => x_msg_count,
115: p_data => x_msg_data );
116:

Line 306: FND_MSG_PUB.count_and_get(

302:
303: end if;
304: x_return_status := FND_API.G_RET_STS_SUCCESS;
305:
306: FND_MSG_PUB.count_and_get(
307: p_encoded => FND_API.g_false,
308: p_count => x_msg_count,
309: p_data => x_msg_data );
310:

Line 315: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error)

311: EXCEPTION
312: WHEN OTHERS THEN
313: ROLLBACK TO copy_logical_content2;
314: x_return_status := FND_API.g_ret_sts_unexp_error ;
315: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error)
316: THEN
317: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
318: END IF;
319: FND_MSG_PUB.count_and_get(

Line 317: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);

313: ROLLBACK TO copy_logical_content2;
314: x_return_status := FND_API.g_ret_sts_unexp_error ;
315: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error)
316: THEN
317: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
318: END IF;
319: FND_MSG_PUB.count_and_get(
320: p_encoded => FND_API.g_false,
321: p_count => x_msg_count,

Line 319: FND_MSG_PUB.count_and_get(

315: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error)
316: THEN
317: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
318: END IF;
319: FND_MSG_PUB.count_and_get(
320: p_encoded => FND_API.g_false,
321: p_count => x_msg_count,
322: p_data => x_msg_data );
323: