DBA Data[Home] [Help]

PACKAGE BODY: APPS.ADI_KIOSK_LOBS

Source


1 PACKAGE BODY ADI_KIOSK_LOBS AS
2 /* $Header: frmlurlb.pls 120.0 2006/12/14 02:05:48 dvayro noship $ */
3 
4 /*============================================================================+
5  |  Copyright (c) 2000 Oracle Corporation Belmont, California, USA            |
6  |                       All rights reserved                                  |
7  +============================================================================+
8  |                                                                            |
9  | FILENAME                                                                   |
10  |                                                                            |
11  |    frmlurlb.pls                                                            |
12  |                                                                            |
13  | DESCRIPTION: Returns a URL for a file which has been stored in the         |
14  |              fnd_lobs table.   This calls an AOL function which            |
15  |              is only available in release 11.5 and higher.   It will       |
16  |              be a stub module for < 11.5 releases                          |
17  |              downloading a document that has been stored in the            |
18  |              fnd_lobs table.                                               |
19  |                                                                            |
20  | NOTES:   The fnd_lobs table only exists in release 11i and higher.  This   |
21  |          will therefore be a stub module in releases less than 11i         |
22  |                                                                            |
23  | HISTORY                                                                    |
24  | 20-Mar-2000  Debbie Jancis   Initial Creation.  (TASK: 3769 )              |
25  | 16-MAY-00    GSANAP Moved the $Header comment from the top                 |
26  | 15-NOV-02 GHOOKER Stub out procedures not used by RM8                      |
27  +===========================================================================*/
28 END ADI_KIOSK_LOBS;