DBA Data[Home] [Help]

APPS.OKI_DBI_CURRENCY_PVT dependencies on BIS_COMMON_PARAMETERS

Line 243: l_global_curr := bis_common_parameters.get_currency_code;

239: l_isFuncSGlobalEqual_flag BOOLEAN := FALSE ;
240:
241: BEGIN
242: l_max_roll_days := 0 ;
243: l_global_curr := bis_common_parameters.get_currency_code;
244: -- Added by Arun for secondary global currency conversion changes
245: l_sglobal_curr := bis_common_parameters.get_secondary_currency_code;
246: -- Check whether or not the function was already been executed
247: -- by calls to oki_dbi_currency_rate.get_dbi_global_rate or

Line 245: l_sglobal_curr := bis_common_parameters.get_secondary_currency_code;

241: BEGIN
242: l_max_roll_days := 0 ;
243: l_global_curr := bis_common_parameters.get_currency_code;
244: -- Added by Arun for secondary global currency conversion changes
245: l_sglobal_curr := bis_common_parameters.get_secondary_currency_code;
246: -- Check whether or not the function was already been executed
247: -- by calls to oki_dbi_currency_rate.get_dbi_global_rate or
248: -- oki_dbi_currency_rate.get_dbi_global_rate
249: IF ( OKI_DBI_LOAD_CLEB_PVT.g_load_type = 'INITIAL LOAD' and

Line 273: l_conv_type := bis_common_parameters.get_treasury_rate_type ;

269:
270: -- If conversion type is not populated set it to the default
271: -- value, BIS global conversion type profile
272: IF (l_conv_type IS NULL) THEN
273: l_conv_type := bis_common_parameters.get_treasury_rate_type ;
274: IF (l_conv_type IS NULL) THEN
275: l_conv_type := bis_common_parameters.get_rate_type ;
276: END IF ;
277: END IF ;

Line 275: l_conv_type := bis_common_parameters.get_rate_type ;

271: -- value, BIS global conversion type profile
272: IF (l_conv_type IS NULL) THEN
273: l_conv_type := bis_common_parameters.get_treasury_rate_type ;
274: IF (l_conv_type IS NULL) THEN
275: l_conv_type := bis_common_parameters.get_rate_type ;
276: END IF ;
277: END IF ;
278:
279: