DBA Data[Home] [Help]

APPS.FII_SETUP_VAL_C dependencies on BIS_COMMON_PARAMETERS

Line 880: l_prim_curr_code:= BIS_COMMON_PARAMETERS.get_currency_code;

876:
877: -----------------------------------------------------------------------
878: -- Retrieve setup information
879: -----------------------------------------------------------------------
880: l_prim_curr_code:= BIS_COMMON_PARAMETERS.get_currency_code;
881: l_sec_curr_code := BIS_COMMON_PARAMETERS.get_secondary_currency_code;
882: l_prim_curr_mau := FII_CURRENCY.get_mau_primary;
883: l_sec_curr_mau := FII_CURRENCY.get_mau_secondary;
884: l_user_id := FND_GLOBAL.User_Id;

Line 881: l_sec_curr_code := BIS_COMMON_PARAMETERS.get_secondary_currency_code;

877: -----------------------------------------------------------------------
878: -- Retrieve setup information
879: -----------------------------------------------------------------------
880: l_prim_curr_code:= BIS_COMMON_PARAMETERS.get_currency_code;
881: l_sec_curr_code := BIS_COMMON_PARAMETERS.get_secondary_currency_code;
882: l_prim_curr_mau := FII_CURRENCY.get_mau_primary;
883: l_sec_curr_mau := FII_CURRENCY.get_mau_secondary;
884: l_user_id := FND_GLOBAL.User_Id;
885: l_login_id := FND_GLOBAL.Login_Id;

Line 940: l_period_set_name := bis_common_parameters.get_period_set_name;

936: fii_util.put_line('INIT: Secondary MAU = '|| l_sec_curr_mau);
937:
938:
939: -- Print out the Enterprise Calendar setup
940: l_period_set_name := bis_common_parameters.get_period_set_name;
941: l_period_type := bis_common_parameters.get_period_type;
942:
943: fii_util.put_line('INIT: Enterprise Calendar = '|| l_period_set_name);
944: fii_util.put_line('INIT: Period Type = '|| l_period_type);

Line 941: l_period_type := bis_common_parameters.get_period_type;

937:
938:
939: -- Print out the Enterprise Calendar setup
940: l_period_set_name := bis_common_parameters.get_period_set_name;
941: l_period_type := bis_common_parameters.get_period_type;
942:
943: fii_util.put_line('INIT: Enterprise Calendar = '|| l_period_set_name);
944: fii_util.put_line('INIT: Period Type = '|| l_period_type);
945: