DBA Data[Home] [Help]

APPS.JTF_TERRITORY_GLOBAL_PUB dependencies on FND_PROFILE

Line 23: -- 12/01/99 VNEDUNGA Changing the FND_PROFILE call

19: -- This package is publicly available for use
20: --
21: -- HISTORY
22: -- 06/09/99 VNEDUNGA Created
23: -- 12/01/99 VNEDUNGA Changing the FND_PROFILE call
24: -- 12/02/99 VNEDUNGA Changing the reset function to return TRUE
25: -- Add the code to store TERR_NAME is PL/SQL table
26: -- 02/24/00 VNEDUNGA Overloading add record for the new Terr Engine
27: -- 09/17/00 JDOCHERT BUG#1408610 FIX +

Line 37: G_Profile_Value VARCHAR2(25) := FND_PROFILE.Value('JTF_TERR_NO_OF_WINNERS');

33: --
34: -- ------------------------------------------------------
35: -- Global Variables
36: -- ------------------------------------------------------
37: G_Profile_Value VARCHAR2(25) := FND_PROFILE.Value('JTF_TERR_NO_OF_WINNERS');
38:
39: --*******************************************************
40: -- Start of Comments
41: --*******************************************************