DBA Data[Home] [Help]

APPS.IMC_UTILITY_PVT dependencies on FND_PROFILE

Line 18: -- the fnd profile for default country and called

14: -- Colathur Vijayan (VJN) -- 4/15/2002 : Added code to catch exception
15: -- when the AR Package function that returns the
16: -- formatted address goes berserk(a bug in AR).
17: -- Colathur Vijayan (VJN) -- 4/18/2002,defined global variable for doing
18: -- the fnd profile for default country and called
19: -- the AR Package using this value.
20: -- Vivek Nama -- Bug 4915127: stubbing apis
21: -- GET_OVRW_MENU_PARAM()
22: -- GET_EMP_MENU_PARAM()

Line 29: countryProfileValue VARCHAR2(25) := FND_PROFILE.Value ('ASF_DEFAULT_COUNTRY');

25: ----------------------------------------------------
26:
27: amp VARCHAR2(01) := '&';
28: staticURL VARCHAR2(100) := 'http://maps.yahoo.com/py/maps.py?BFCat=' || amp || 'Pyt=Tmap' || amp || 'newFL=Use+Address+Below' || amp || 'Get%A0Map=Get+Map';
29: countryProfileValue VARCHAR2(25) := FND_PROFILE.Value ('ASF_DEFAULT_COUNTRY');
30:
31: type num_tab_ibbi is table of number index by binary_integer;
32:
33: -- Returns a URL of the form,