DBA Data[Home] [Help]

APPS.OKI_LOAD_OKV_PVT dependencies on FND_CURRENCIES

Line 43: g_base_currency fnd_currencies.currency_code%TYPE :=

39: g_all_org_id CONSTANT NUMBER := -1 ;
40: g_all_org_name CONSTANT VARCHAR2(240) := 'All Organizations' ;
41: g_all_scs_code CONSTANT VARCHAR2(30) := '-1' ;
42:
43: g_base_currency fnd_currencies.currency_code%TYPE :=
44: fnd_profile.value('OKI_BASE_CURRENCY');
45:
46:
47: