DBA Data[Home] [Help]

APPS.BIM_I_LEAD_FACTS_PKG dependencies on BIS_COMMON_PARAMETERS

Line 37: l_global_rate := BIS_COMMON_PARAMETERS.Get_Rate_Type;

33: OR conversion_rate IS NULL)
34: AND from_currency is not null
35: AND lead_creation_date >= p_start_date;
36:
37: l_global_rate := BIS_COMMON_PARAMETERS.Get_Rate_Type;
38:
39: If(l_cnt_miss_rate > 0 )
40: Then
41: FND_MESSAGE.Set_Name('FII',l_msg_name);

Line 47: l_global_currency_code := bis_common_parameters.get_currency_code;

43: BIS_COLLECTION_UTILITIES.log('Conversion rate could not be found for the given currency. Please check output file for more details' );
44: BIS_COLLECTION_UTILITIES.writeMissingRateHeader;
45:
46:
47: l_global_currency_code := bis_common_parameters.get_currency_code;
48: FOR rate_record in C_missing_rates
49: LOOP
50: BIS_COLLECTION_UTILITIES.writeMissingRate(
51: p_rate_type => l_global_rate,

Line 108: l_global_date:= bis_common_parameters.get_global_start_date;

104:
105:
106: BEGIN
107:
108: l_global_date:= bis_common_parameters.get_global_start_date;
109:
110: IF NOT bis_collection_utilities.setup(l_object_name) THEN
111: bis_collection_utilities.log('Object BIM_LEADS Not Setup Properly');
112: RAISE FND_API.G_EXC_ERROR;