DBA Data[Home] [Help]

APPS.INV_ATTACHMENTS_UTILS dependencies on FND_API

Line 256: x_return_status := fnd_api.g_ret_sts_success;

252:
253:
254: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
255: begin
256: x_return_status := fnd_api.g_ret_sts_success;
257:
258: IF (l_debug = 1) THEN
259: print_debug('Item ID : ' || p_inventory_item_id, 1);
260: print_debug('Org ID : ' || to_char(p_organization_id), 1);

Line 555: when fnd_api.g_exc_error THEN

551: END IF;
552:
553:
554: exception
555: when fnd_api.g_exc_error THEN
556: x_return_status := fnd_api.g_ret_sts_error;
557: x_concat_attachment := NULL;
558: x_attachments_number := 0;
559:

Line 556: x_return_status := fnd_api.g_ret_sts_error;

552:
553:
554: exception
555: when fnd_api.g_exc_error THEN
556: x_return_status := fnd_api.g_ret_sts_error;
557: x_concat_attachment := NULL;
558: x_attachments_number := 0;
559:
560: IF (l_debug = 1) THEN

Line 603: when fnd_api.g_exc_unexpected_error THEN

599: close sales_order_line_lt_cursor;
600: END IF;
601:
602:
603: when fnd_api.g_exc_unexpected_error THEN
604: x_return_status := fnd_api.g_ret_sts_unexp_error ;
605: x_concat_attachment := NULL;
606: x_attachments_number := 0;
607:

Line 604: x_return_status := fnd_api.g_ret_sts_unexp_error ;

600: END IF;
601:
602:
603: when fnd_api.g_exc_unexpected_error THEN
604: x_return_status := fnd_api.g_ret_sts_unexp_error ;
605: x_concat_attachment := NULL;
606: x_attachments_number := 0;
607:
608: IF (l_debug = 1) THEN

Line 653: x_return_status := fnd_api.g_ret_sts_unexp_error ;

649:
650:
651: when others THEN
652:
653: x_return_status := fnd_api.g_ret_sts_unexp_error ;
654: x_concat_attachment := NULL;
655: x_attachments_number := 0;
656: --
657: IF (l_debug = 1) THEN