DBA Data[Home] [Help]

APPS.INV_ATTACHMENTS_UTILS dependencies on FND_API

Line 300: x_return_status := fnd_api.g_ret_sts_success;

296:
297:
298: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
299: begin
300: x_return_status := fnd_api.g_ret_sts_success;
301:
302: IF (l_debug = 1) THEN
303: print_debug('Item ID : ' || p_inventory_item_id, 1);
304: print_debug('Org ID : ' || to_char(p_organization_id), 1);

Line 599: when fnd_api.g_exc_error THEN

595: END IF;
596:
597:
598: exception
599: when fnd_api.g_exc_error THEN
600: x_return_status := fnd_api.g_ret_sts_error;
601: x_concat_attachment := NULL;
602: x_attachments_number := 0;
603:

Line 600: x_return_status := fnd_api.g_ret_sts_error;

596:
597:
598: exception
599: when fnd_api.g_exc_error THEN
600: x_return_status := fnd_api.g_ret_sts_error;
601: x_concat_attachment := NULL;
602: x_attachments_number := 0;
603:
604: IF (l_debug = 1) THEN

Line 647: when fnd_api.g_exc_unexpected_error THEN

643: close sales_order_line_lt_cursor;
644: END IF;
645:
646:
647: when fnd_api.g_exc_unexpected_error THEN
648: x_return_status := fnd_api.g_ret_sts_unexp_error ;
649: x_concat_attachment := NULL;
650: x_attachments_number := 0;
651:

Line 648: x_return_status := fnd_api.g_ret_sts_unexp_error ;

644: END IF;
645:
646:
647: when fnd_api.g_exc_unexpected_error THEN
648: x_return_status := fnd_api.g_ret_sts_unexp_error ;
649: x_concat_attachment := NULL;
650: x_attachments_number := 0;
651:
652: IF (l_debug = 1) THEN

Line 697: x_return_status := fnd_api.g_ret_sts_unexp_error ;

693:
694:
695: when others THEN
696:
697: x_return_status := fnd_api.g_ret_sts_unexp_error ;
698: x_concat_attachment := NULL;
699: x_attachments_number := 0;
700: --
701: IF (l_debug = 1) THEN