DBA Data[Home] [Help]

APPS.RCV_ASN_ATTACHMENT_PKG dependencies on FND_LOG

Line 128: asn_debug.put_line('Unexpected error '||sqlcode,FND_LOG.level_unexpected);

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;
131: raise;
132: END copy_asn_line_attachment;

Line 205: asn_debug.put_line('Unexpected error '||sqlcode,FND_LOG.level_unexpected);

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;
208:
209: END delete_asn_intf_attachments;

Line 302: asn_debug.put_line('Unexpected error '||sqlcode,FND_LOG.level_unexpected);

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;
305:
306: END delete_line_attachment;