DBA Data[Home] [Help]

APPS.BIL_BI_FST_DTL_F_PKG dependencies on BIS_COMMON_PARAMETERS

Line 1316: G_DEGREE := NVL(bis_common_parameters.get_degree_of_parallelism,1);

1312: G_program_id := FND_GLOBAL.CONC_PROGRAM_ID();
1313: G_user_id := FND_GLOBAL.USER_ID();
1314: G_login_id := FND_GLOBAL.CONC_LOGIN_ID();
1315:
1316: G_DEGREE := NVL(bis_common_parameters.get_degree_of_parallelism,1);
1317:
1318: IF bil_bi_util_collection_pkg.chkLogLevel(fnd_log.LEVEL_PROCEDURE) THEN
1319: bil_bi_util_collection_pkg.writeLog(
1320: p_log_level => fnd_log.LEVEL_PROCEDURE,

Line 3622: IF (NOT bis_common_parameters.check_global_parameters(l_list)) THEN -- Check Parameters

3618: l_list(8) := 'BIS_PRIMARY_CURRENCY_CODE';
3619: l_list(9) := 'BIS_PRIMARY_RATE_TYPE';
3620:
3621: -- Check if Profiles are setup
3622: IF (NOT bis_common_parameters.check_global_parameters(l_list)) THEN -- Check Parameters
3623: bis_common_parameters.get_global_parameters(l_list, l_val);
3624: l_ret_status := FALSE;
3625:
3626: fnd_message.set_name('BIL','BIL_BI_SETUP_INCOMPLETE');

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

3619: l_list(9) := 'BIS_PRIMARY_RATE_TYPE';
3620:
3621: -- Check if Profiles are setup
3622: IF (NOT bis_common_parameters.check_global_parameters(l_list)) THEN -- Check Parameters
3623: bis_common_parameters.get_global_parameters(l_list, l_val);
3624: l_ret_status := FALSE;
3625:
3626: fnd_message.set_name('BIL','BIL_BI_SETUP_INCOMPLETE');
3627:

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

3643: END IF;
3644: END LOOP;
3645: ELSE
3646:
3647: bis_common_parameters.get_global_parameters(l_list, l_val);
3648: l_ret_status := TRUE;
3649: END IF; -- Check Parameters Ends Here
3650:
3651:

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

3657: l_list(11) := 'BIS_SECONDARY_RATE_TYPE';
3658: l_list(12) := 'BIL_BI_ASN_IMPLEMENTED';
3659:
3660: -- reget all values with the 2 new profiles!!
3661: bis_common_parameters.get_global_parameters(l_list, l_val);
3662:
3663: -- Assign the primary currency code and rate type to the corresponding gloabal variables
3664: g_prim_currency := l_val(8);
3665: g_prim_rate_type := l_val(9);

Line 3724: g_sec_currency := bis_common_parameters.get_secondary_currency_code;

3720:
3721: -- sec curr and rate type properly set up
3722: IF (l_val(10) IS NOT NULL AND l_val(11) IS NOT NULL ) THEN
3723:
3724: g_sec_currency := bis_common_parameters.get_secondary_currency_code;
3725: g_sec_rate_type := bis_common_parameters.get_secondary_rate_type;
3726:
3727: IF bil_bi_util_collection_pkg.chkLogLevel(fnd_log.LEVEL_STATEMENT) THEN
3728: bil_bi_util_collection_pkg.writeLog

Line 3725: g_sec_rate_type := bis_common_parameters.get_secondary_rate_type;

3721: -- sec curr and rate type properly set up
3722: IF (l_val(10) IS NOT NULL AND l_val(11) IS NOT NULL ) THEN
3723:
3724: g_sec_currency := bis_common_parameters.get_secondary_currency_code;
3725: g_sec_rate_type := bis_common_parameters.get_secondary_rate_type;
3726:
3727: IF bil_bi_util_collection_pkg.chkLogLevel(fnd_log.LEVEL_STATEMENT) THEN
3728: bil_bi_util_collection_pkg.writeLog
3729: (