DBA Data[Home] [Help]

APPS.BIL_BI_OPDTL_F_PKG dependencies on BIS_COMMON_PARAMETERS

Line 975: g_prim_currency := bis_common_parameters.get_currency_code;

971: -- Initialize Debug global variable
972: g_debug := NVL(BIS_COLLECTION_UTILITIES.g_debug,FALSE);
973:
974: -- Get primary currency code and rate type
975: g_prim_currency := bis_common_parameters.get_currency_code;
976: g_prim_rate_type := bis_common_parameters.get_rate_type;
977:
978: -- Get secondary currency code and rate type
979: g_sec_currency := bis_common_parameters.get_secondary_currency_code;

Line 976: g_prim_rate_type := bis_common_parameters.get_rate_type;

972: g_debug := NVL(BIS_COLLECTION_UTILITIES.g_debug,FALSE);
973:
974: -- Get primary currency code and rate type
975: g_prim_currency := bis_common_parameters.get_currency_code;
976: g_prim_rate_type := bis_common_parameters.get_rate_type;
977:
978: -- Get secondary currency code and rate type
979: g_sec_currency := bis_common_parameters.get_secondary_currency_code;
980: g_sec_rate_type := bis_common_parameters.get_secondary_rate_type;

Line 979: g_sec_currency := bis_common_parameters.get_secondary_currency_code;

975: g_prim_currency := bis_common_parameters.get_currency_code;
976: g_prim_rate_type := bis_common_parameters.get_rate_type;
977:
978: -- Get secondary currency code and rate type
979: g_sec_currency := bis_common_parameters.get_secondary_currency_code;
980: g_sec_rate_type := bis_common_parameters.get_secondary_rate_type;
981:
982: IF bil_bi_util_collection_pkg.chkLogLevel(fnd_log.LEVEL_EVENT) THEN
983: bil_bi_util_collection_pkg.writeLog(

Line 980: g_sec_rate_type := bis_common_parameters.get_secondary_rate_type;

976: g_prim_rate_type := bis_common_parameters.get_rate_type;
977:
978: -- Get secondary currency code and rate type
979: g_sec_currency := bis_common_parameters.get_secondary_currency_code;
980: g_sec_rate_type := bis_common_parameters.get_secondary_rate_type;
981:
982: IF bil_bi_util_collection_pkg.chkLogLevel(fnd_log.LEVEL_EVENT) THEN
983: bil_bi_util_collection_pkg.writeLog(
984: p_log_level => fnd_log.LEVEL_EVENT,

Line 2284: IF ( bis_common_parameters.check_global_parameters(l_list)) THEN

2280:
2281: l_list(1) := 'BIS_GLOBAL_START_DATE';
2282: -- l_list(2) := 'BIL_BI_ASN_IMPLEMENTED';
2283:
2284: IF ( bis_common_parameters.check_global_parameters(l_list)) THEN
2285: bis_common_parameters.get_global_parameters(l_list, l_val);
2286:
2287:
2288: l_global_start_date := l_val(1);

Line 2285: bis_common_parameters.get_global_parameters(l_list, l_val);

2281: l_list(1) := 'BIS_GLOBAL_START_DATE';
2282: -- l_list(2) := 'BIL_BI_ASN_IMPLEMENTED';
2283:
2284: IF ( bis_common_parameters.check_global_parameters(l_list)) THEN
2285: bis_common_parameters.get_global_parameters(l_list, l_val);
2286:
2287:
2288: l_global_start_date := l_val(1);
2289: g_global_start_date := TO_DATE(l_global_start_date, l_int_date_format1);

Line 2326: bis_common_parameters.get_global_parameters(l_list, l_val);

2322:
2323: END IF;
2324: ELSE
2325:
2326: bis_common_parameters.get_global_parameters(l_list, l_val);
2327:
2328: --output_message('Not all the profiles have been setup');
2329:
2330: -- print the header