DBA Data[Home] [Help]

APPS.ASO_IBY_FINANCE_CALLBACK dependencies on FND_MSG_PUB

Line 50: fnd_msg_pub.initialize;

46: IF fnd_api.to_boolean (
47: p_init_msg_list
48: )
49: THEN
50: fnd_msg_pub.initialize;
51: END IF;
52:
53: -- Initialize API return status to SUCCESS
54: x_return_status := fnd_api.g_ret_sts_success;

Line 106: fnd_msg_pub.g_msg_lvl_debug_low,

102: END IF;
103:
104: -- Debug Message
105: aso_utility_pvt.debug_message (
106: fnd_msg_pub.g_msg_lvl_debug_low,
107: 'Public API: ' || l_api_name || 'end'
108: );
109: -- Standard call to get message count and if count is 1, get message info.
110: fnd_msg_pub.count_and_get (

Line 110: fnd_msg_pub.count_and_get (

106: fnd_msg_pub.g_msg_lvl_debug_low,
107: 'Public API: ' || l_api_name || 'end'
108: );
109: -- Standard call to get message count and if count is 1, get message info.
110: fnd_msg_pub.count_and_get (
111: p_count => x_msg_count,
112: p_data => x_msg_data
113: );
114: EXCEPTION

Line 120: p_exception_level => fnd_msg_pub.g_msg_lvl_error,

116: THEN
117: aso_utility_pvt.handle_exceptions (
118: p_api_name => l_api_name,
119: p_pkg_name => g_pkg_name,
120: p_exception_level => fnd_msg_pub.g_msg_lvl_error,
121: p_package_type => aso_utility_pvt.g_pub,
122: x_msg_count => x_msg_count,
123: x_msg_data => x_msg_data,
124: x_return_status => x_return_status

Line 131: p_exception_level => fnd_msg_pub.g_msg_lvl_unexp_error,

127: THEN
128: aso_utility_pvt.handle_exceptions (
129: p_api_name => l_api_name,
130: p_pkg_name => g_pkg_name,
131: p_exception_level => fnd_msg_pub.g_msg_lvl_unexp_error,
132: p_package_type => aso_utility_pvt.g_pub,
133: x_msg_count => x_msg_count,
134: x_msg_data => x_msg_data,
135: x_return_status => x_return_status