DBA Data[Home] [Help]

PACKAGE: APPS.ADI_KIOSK_LOBS

Source


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