DBA Data[Home] [Help]

APPS.OPI_DBI_CURR_INV_EXP_PKG dependencies on BIS_COMMON_PARAMETERS

Line 147: l_setup_good := BIS_COMMON_PARAMETERS.check_global_parameters (

143: l_stmt_id := 40;
144: -- check for the DBI global currency setup
145: l_list(1) := 'BIS_PRIMARY_CURRENCY_CODE';
146: l_list(2) := 'BIS_GLOBAL_START_DATE';
147: l_setup_good := BIS_COMMON_PARAMETERS.check_global_parameters (
148: p_parameter_list => l_list);
149:
150: l_stmt_id := 50;
151: -- Ensure that the global currency code has been correctly set up

Line 160: s_global_curr_code := BIS_COMMON_PARAMETERS.get_currency_code;

156: END IF;
157:
158: l_stmt_id := 60;
159: -- Get the DBI global currency code
160: s_global_curr_code := BIS_COMMON_PARAMETERS.get_currency_code;
161:
162: l_stmt_id := 70;
163: IF (s_global_curr_code IS NULL) THEN
164: -- {

Line 171: s_global_rate_type := BIS_COMMON_PARAMETERS.get_rate_type;

167: END IF;
168:
169: l_stmt_id := 80;
170: -- Get the DBI Global rate type
171: s_global_rate_type := BIS_COMMON_PARAMETERS.get_rate_type;
172:
173: l_stmt_id := 90;
174: IF (s_global_rate_type IS NULL) THEN
175: -- {

Line 182: s_secondary_curr_code := BIS_COMMON_PARAMETERS.get_secondary_currency_code;

178: END IF;
179:
180: l_stmt_id := 100;
181: -- Get the DBI secondary currency code
182: s_secondary_curr_code := BIS_COMMON_PARAMETERS.get_secondary_currency_code;
183:
184: l_stmt_id := 110;
185: -- Get the DBI Global rate type
186: s_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;

Line 186: s_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;

182: s_secondary_curr_code := BIS_COMMON_PARAMETERS.get_secondary_currency_code;
183:
184: l_stmt_id := 110;
185: -- Get the DBI Global rate type
186: s_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
187:
188: l_stmt_id := 100;
189: IF ( (s_secondary_curr_code IS NULL AND
190: s_secondary_rate_type IS NOT NULL)