DBA Data[Home] [Help]

APPS.RCV_ASN_ATTACHMENT_PKG dependencies on FND_MSG_PUB

Line 49: FND_MSG_PUB.initialize;

45:
46: BEGIN
47:
48: IF fnd_api.to_boolean(P_Init_Msg_List) THEN
49: FND_MSG_PUB.initialize;
50: END IF;
51:
52: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
53: l_api_name, g_pkg_name)

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

121: WHEN FND_API.g_exc_unexpected_error THEN
122: x_return_status := FND_API.g_ret_sts_unexp_error;
123: WHEN OTHERS THEN
124: x_return_status := FND_API.g_ret_sts_unexp_error;
125: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
126: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
127: IF (g_fnd_debug = 'Y') THEN
128: asn_debug.put_line('Unexpected error '||sqlcode,FND_LOG.level_unexpected);
129: END IF;

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

122: x_return_status := FND_API.g_ret_sts_unexp_error;
123: WHEN OTHERS THEN
124: x_return_status := FND_API.g_ret_sts_unexp_error;
125: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
126: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
127: IF (g_fnd_debug = 'Y') THEN
128: asn_debug.put_line('Unexpected error '||sqlcode,FND_LOG.level_unexpected);
129: END IF;
130: END IF;

Line 155: FND_MSG_PUB.initialize;

151:
152: BEGIN
153:
154: IF fnd_api.to_boolean(P_Init_Msg_List) THEN
155: FND_MSG_PUB.initialize;
156: END IF;
157:
158: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
159: l_api_name, g_pkg_name)

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

198: WHEN FND_API.g_exc_unexpected_error THEN
199: x_return_status := FND_API.g_ret_sts_unexp_error;
200: WHEN OTHERS THEN
201: x_return_status := FND_API.g_ret_sts_unexp_error;
202: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
203: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
204: IF (g_fnd_debug = 'Y') THEN
205: asn_debug.put_line('Unexpected error '||sqlcode,FND_LOG.level_unexpected);
206: END IF;

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

199: x_return_status := FND_API.g_ret_sts_unexp_error;
200: WHEN OTHERS THEN
201: x_return_status := FND_API.g_ret_sts_unexp_error;
202: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
203: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
204: IF (g_fnd_debug = 'Y') THEN
205: asn_debug.put_line('Unexpected error '||sqlcode,FND_LOG.level_unexpected);
206: END IF;
207: END IF;

Line 240: FND_MSG_PUB.initialize;

236:
237: BEGIN
238:
239: IF fnd_api.to_boolean(P_Init_Msg_List) THEN
240: FND_MSG_PUB.initialize;
241: END IF;
242:
243: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
244: l_api_name, g_pkg_name)

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

295: WHEN FND_API.g_exc_unexpected_error THEN
296: x_return_status := FND_API.g_ret_sts_unexp_error;
297: WHEN OTHERS THEN
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: IF (g_fnd_debug = 'Y') THEN
302: asn_debug.put_line('Unexpected error '||sqlcode,FND_LOG.level_unexpected);
303: END IF;

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

296: x_return_status := FND_API.g_ret_sts_unexp_error;
297: WHEN OTHERS THEN
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: IF (g_fnd_debug = 'Y') THEN
302: asn_debug.put_line('Unexpected error '||sqlcode,FND_LOG.level_unexpected);
303: END IF;
304: END IF;