DBA Data[Home] [Help]

APPS.FII_AR_FACTS_AGING_PKG dependencies on BIS_COMMON_PARAMETERS

Line 438: g_prim_currency := bis_common_parameters.get_currency_code;

434: if g_debug_flag = 'Y' then
435: FII_UTIL.put_line('Initializing the Global Currencies');
436: end if;
437:
438: g_prim_currency := bis_common_parameters.get_currency_code;
439: g_sec_currency := bis_common_parameters.get_secondary_currency_code;
440:
441: if g_debug_flag = 'Y' then
442: FII_UTIL.put_line('Initializing Global Currency Rate Types');

Line 439: g_sec_currency := bis_common_parameters.get_secondary_currency_code;

435: FII_UTIL.put_line('Initializing the Global Currencies');
436: end if;
437:
438: g_prim_currency := bis_common_parameters.get_currency_code;
439: g_sec_currency := bis_common_parameters.get_secondary_currency_code;
440:
441: if g_debug_flag = 'Y' then
442: FII_UTIL.put_line('Initializing Global Currency Rate Types');
443: end if;

Line 445: g_prim_rate_type := bis_common_parameters.get_rate_type;

441: if g_debug_flag = 'Y' then
442: FII_UTIL.put_line('Initializing Global Currency Rate Types');
443: end if;
444:
445: g_prim_rate_type := bis_common_parameters.get_rate_type;
446: g_sec_rate_type := bis_common_parameters.get_secondary_rate_type;
447:
448: if g_debug_flag = 'Y' then
449: FII_UTIL.put_line('Initializing the Global Start Date');

Line 446: g_sec_rate_type := bis_common_parameters.get_secondary_rate_type;

442: FII_UTIL.put_line('Initializing Global Currency Rate Types');
443: end if;
444:
445: g_prim_rate_type := bis_common_parameters.get_rate_type;
446: g_sec_rate_type := bis_common_parameters.get_secondary_rate_type;
447:
448: if g_debug_flag = 'Y' then
449: FII_UTIL.put_line('Initializing the Global Start Date');
450: end if;

Line 461: IF (NOT bis_common_parameters.check_global_parameters(l_global_param_list)) THEN

457:
458: l_global_param_list(1) := 'BIS_GLOBAL_START_DATE';
459: l_global_param_list(2) := 'BIS_PRIMARY_CURRENCY_CODE';
460: l_global_param_list(3) := 'BIS_PRIMARY_RATE_TYPE';
461: IF (NOT bis_common_parameters.check_global_parameters(l_global_param_list)) THEN
462: RAISE G_MISS_GLOBAL_PARAMS;
463: END IF;
464:
465: if ((g_sec_currency IS NULL and g_sec_rate_type IS NOT NULL) OR