DBA Data[Home] [Help]

PACKAGE: APPS.FND_DISCONNECTED

Source


1 package FND_DISCONNECTED AUTHID DEFINER as
2 /* $Header: AFSCDCNS.pls 115.1.1150.1 1999/12/22 19:44:38 pkm ship $ */
3 
4    /* This is the public API that other groups use to find out if we are */
5    /* running in disconnected mode */
6    function GET_DISCONNECTED return boolean;
7 
8    /* This function is only for ATG internal use; it is not for public use. */
9    /* It is called when the signon form is started up with the */
10    /* DISCONNECTED_MODE parameter, and returns whether this database is */
11    /* in disconnected mode or not. */
12    function DISCONNECTED_PARAM return boolean;
13 
14 end FND_DISCONNECTED;