DBA Data[Home] [Help]

APPS.OKI_REFRESH_PVT dependencies on FND_CURRENCIES

Line 49: l_base_currency CONSTANT fnd_currencies.currency_code%TYPE :=

45: --
46: -- Variables
47: --
48: l_ind_rec index_info_csr%ROWTYPE;
49: l_base_currency CONSTANT fnd_currencies.currency_code%TYPE :=
50: fnd_profile.value('OKI_BASE_CURRENCY');
51: -- used to limit batch collection sizes
52: l_max_rows CONSTANT binary_integer := 1000;
53: