DBA Data[Home] [Help]

APPS.AMW_RISK_TYPE_PVT dependencies on FND_MSG_PUB

Line 88: fnd_msg_pub.initialize;

84: RAISE fnd_api.g_exc_unexpected_error;
85: END IF;
86: -- Initialize message list if p_init_msg_list is set to TRUE.
87: IF fnd_api.to_boolean (p_init_msg_list) THEN
88: fnd_msg_pub.initialize;
89: END IF;
90: -- Debug Message
91: amw_utility_pvt.debug_message ('Private API: ' || l_api_name || 'start');
92: -- Initialize API return status to SUCCESS

Line 166: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);

162: END IF;
163: --Debug Message
164: amw_utility_pvt.debug_message ('Private API: ' || l_api_name || 'end');
165: -- Standard call to get message count and if count is 1, get message info.
166: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
167: EXCEPTION
168: WHEN fnd_api.g_exc_error THEN
169: ROLLBACK TO amw_risk_type_pvt;
170: x_return_status := fnd_api.g_ret_sts_error;

Line 172: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,

168: WHEN fnd_api.g_exc_error THEN
169: ROLLBACK TO amw_risk_type_pvt;
170: x_return_status := fnd_api.g_ret_sts_error;
171: -- Standard call to get message count and if count=1, get the message
172: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
173: p_count => x_msg_count,
174: p_data => x_msg_data
175: );
176: WHEN fnd_api.g_exc_unexpected_error THEN

Line 180: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,

176: WHEN fnd_api.g_exc_unexpected_error THEN
177: ROLLBACK TO amw_risk_type_pvt;
178: x_return_status := fnd_api.g_ret_sts_unexp_error;
179: -- Standard call to get message count and if count=1, get the message
180: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
181: p_count => x_msg_count,
182: p_data => x_msg_data
183: );
184: WHEN OTHERS THEN

Line 187: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error) THEN

183: );
184: WHEN OTHERS THEN
185: ROLLBACK TO amw_risk_type_pvt;
186: x_return_status := fnd_api.g_ret_sts_unexp_error;
187: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error) THEN
188: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
189: END IF;
190: -- Standard call to get message count and if count=1, get the message
191: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,

Line 188: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

184: WHEN OTHERS THEN
185: ROLLBACK TO amw_risk_type_pvt;
186: x_return_status := fnd_api.g_ret_sts_unexp_error;
187: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error) THEN
188: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
189: END IF;
190: -- Standard call to get message count and if count=1, get the message
191: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
192: p_count => x_msg_count,

Line 191: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,

187: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error) THEN
188: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
189: END IF;
190: -- Standard call to get message count and if count=1, get the message
191: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
192: p_count => x_msg_count,
193: p_data => x_msg_data
194: );
195: END insert_delete_risk_type;

Line 229: fnd_msg_pub.initialize;

225: RAISE fnd_api.g_exc_unexpected_error;
226: END IF;
227: -- Initialize message list if p_init_msg_list is set to TRUE.
228: IF fnd_api.to_boolean (p_init_msg_list) THEN
229: fnd_msg_pub.initialize;
230: END IF;
231: -- Debug Message
232: amw_utility_pvt.debug_message ('Private API: ' || l_api_name || 'start');
233: -- Initialize API return status to SUCCESS

Line 278: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);

274: END IF;
275: --Debug Message
276: amw_utility_pvt.debug_message ('API: ' || l_api_name || 'end');
277: -- Standard call to get message count and if count is 1, get message info.
278: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
279: EXCEPTION
280: WHEN fnd_api.g_exc_error THEN
281: ROLLBACK TO amw_risk_type_revise;
282: x_return_status := fnd_api.g_ret_sts_error;

Line 284: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,

280: WHEN fnd_api.g_exc_error THEN
281: ROLLBACK TO amw_risk_type_revise;
282: x_return_status := fnd_api.g_ret_sts_error;
283: -- Standard call to get message count and if count=1, get the message
284: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
285: p_count => x_msg_count,
286: p_data => x_msg_data
287: );
288: WHEN fnd_api.g_exc_unexpected_error THEN

Line 292: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,

288: WHEN fnd_api.g_exc_unexpected_error THEN
289: ROLLBACK TO amw_risk_type_revise;
290: x_return_status := fnd_api.g_ret_sts_unexp_error;
291: -- Standard call to get message count and if count=1, get the message
292: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
293: p_count => x_msg_count,
294: p_data => x_msg_data
295: );
296: WHEN OTHERS THEN

Line 299: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error) THEN

295: );
296: WHEN OTHERS THEN
297: ROLLBACK TO amw_risk_type_revise;
298: x_return_status := fnd_api.g_ret_sts_unexp_error;
299: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error) THEN
300: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
301: END IF;
302: -- Standard call to get message count and if count=1, get the message
303: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,

Line 300: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

296: WHEN OTHERS THEN
297: ROLLBACK TO amw_risk_type_revise;
298: x_return_status := fnd_api.g_ret_sts_unexp_error;
299: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error) THEN
300: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
301: END IF;
302: -- Standard call to get message count and if count=1, get the message
303: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
304: p_count => x_msg_count,

Line 303: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,

299: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error) THEN
300: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
301: END IF;
302: -- Standard call to get message count and if count=1, get the message
303: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
304: p_count => x_msg_count,
305: p_data => x_msg_data
306: );
307: