DBA Data[Home] [Help]

APPS.AMS_LISTGENERATION_UTIL_PKG dependencies on FND_MSG_PUB

Line 123: FND_MSG_PUB.count_and_get(

119: /*
120: WHEN FND_API.g_exc_unexpected_error THEN
121: AMS_LISTGENERATION_PKG.write_to_act_log('Error while executing procedure cancel_list_gen '||sqlcode||' '||sqlerrm, 'LIST', p_list_header_id,'HIGH');
122: x_return_status := FND_API.g_ret_sts_unexp_error ;
123: FND_MSG_PUB.count_and_get(
124: p_encoded => FND_API.g_false,
125: p_count => x_msg_count,
126: p_data => x_msg_data
127: );

Line 141: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

137: WHEN OTHERS THEN
138: AMS_LISTGENERATION_PKG.write_to_act_log('Error while executing procedure cancel_list_gen '||sqlcode||' '||sqlerrm, 'LIST', p_list_header_id, 'HIGH');
139: x_return_status := FND_API.g_ret_sts_unexp_error ;
140:
141: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
142: FND_MSG_PUB.add_exc_msg(g_pkg_name, g_file_name);
143: END IF;
144:
145: FND_MSG_PUB.count_and_get(

Line 142: FND_MSG_PUB.add_exc_msg(g_pkg_name, g_file_name);

138: AMS_LISTGENERATION_PKG.write_to_act_log('Error while executing procedure cancel_list_gen '||sqlcode||' '||sqlerrm, 'LIST', p_list_header_id, 'HIGH');
139: x_return_status := FND_API.g_ret_sts_unexp_error ;
140:
141: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
142: FND_MSG_PUB.add_exc_msg(g_pkg_name, g_file_name);
143: END IF;
144:
145: FND_MSG_PUB.count_and_get(
146: p_encoded => FND_API.g_false,

Line 145: FND_MSG_PUB.count_and_get(

141: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
142: FND_MSG_PUB.add_exc_msg(g_pkg_name, g_file_name);
143: END IF;
144:
145: FND_MSG_PUB.count_and_get(
146: p_encoded => FND_API.g_false,
147: p_count => x_msg_count,
148: p_data => x_msg_data
149: );

Line 226: FND_MSG_PUB.Add;

222: p_log_used_by_id => p_list_header_id,
223: p_level => 'HIGH');
224: FND_MESSAGE.set_name('AMS', 'AMS_API_DEBUG_MESSAGE');
225: FND_MESSAGE.Set_Token('TEXT', 'Delete List Entries ' || l_delete_action || ' '|| SQLERRM||' '||SQLCODE);
226: FND_MSG_PUB.Add;
227:
228: End Delete_list_entries;
229:
230: Procedure Update_list_header(p_list_header_id in Number,

Line 272: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

268: AMS_LISTGENERATION_PKG.write_to_act_log('Error while executing procedure Update_list_header '||sqlcode||' '||sqlerrm, 'LIST', p_list_header_id,'HIGH');
269:
270: x_return_status := FND_API.g_ret_sts_unexp_error ;
271:
272: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
273: FND_MSG_PUB.add_exc_msg(g_pkg_name, g_file_name);
274: END IF;
275: /*
276: FND_MSG_PUB.count_and_get(

Line 273: FND_MSG_PUB.add_exc_msg(g_pkg_name, g_file_name);

269:
270: x_return_status := FND_API.g_ret_sts_unexp_error ;
271:
272: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
273: FND_MSG_PUB.add_exc_msg(g_pkg_name, g_file_name);
274: END IF;
275: /*
276: FND_MSG_PUB.count_and_get(
277: p_encoded => FND_API.g_false,

Line 276: FND_MSG_PUB.count_and_get(

272: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
273: FND_MSG_PUB.add_exc_msg(g_pkg_name, g_file_name);
274: END IF;
275: /*
276: FND_MSG_PUB.count_and_get(
277: p_encoded => FND_API.g_false,
278: p_count => x_msg_count,
279: p_data => x_msg_data
280: );