DBA Data[Home] [Help]

APPS.AMW_RISK_TYPE_PVT dependencies on AMW_UTILITY_PVT

Line 91: amw_utility_pvt.debug_message ('Private API: ' || l_api_name || 'start');

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
93: x_return_status := fnd_api.g_ret_sts_success;
94: /* Temporarily commenting out the validata session code ..... */
95: -- =========================================================================

Line 99: amw_utility_pvt.error_message

95: -- =========================================================================
96: -- Validate Environment
97: -- =========================================================================
98: IF fnd_global.user_id IS NULL THEN
99: amw_utility_pvt.error_message
100: (p_message_name => 'USER_PROFILE_MISSING');
101: RAISE fnd_api.g_exc_error;
102: END IF;
103:

Line 164: amw_utility_pvt.debug_message ('Private API: ' || l_api_name || 'end');

160: IF fnd_api.to_boolean (p_commit) THEN
161: COMMIT WORK;
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

Line 232: amw_utility_pvt.debug_message ('Private API: ' || l_api_name || 'start');

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
234: x_return_status := fnd_api.g_ret_sts_success;
235: IF fnd_global.user_id IS NULL THEN
236: amw_utility_pvt.error_message

Line 236: amw_utility_pvt.error_message

232: amw_utility_pvt.debug_message ('Private API: ' || l_api_name || 'start');
233: -- Initialize API return status to SUCCESS
234: x_return_status := fnd_api.g_ret_sts_success;
235: IF fnd_global.user_id IS NULL THEN
236: amw_utility_pvt.error_message
237: (p_message_name => 'USER_PROFILE_MISSING');
238: RAISE fnd_api.g_exc_error;
239: END IF;
240:

Line 276: amw_utility_pvt.debug_message ('API: ' || l_api_name || 'end');

272: IF fnd_api.to_boolean (p_commit) THEN
273: COMMIT WORK;
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