DBA Data[Home] [Help]

APPS.OPI_DBI_INV_VALUE_UTL_PKG dependencies on BIS_COMMON_PARAMETERS

Line 201: s_global_curr_code := bis_common_parameters.get_currency_code;

197:
198:
199: l_stmt_id := 10;
200: -- get the global currency code/rate types
201: s_global_curr_code := bis_common_parameters.get_currency_code;
202: s_secondary_curr_code := bis_common_parameters.get_secondary_currency_code;
203: s_global_rate_type := bis_common_parameters.get_rate_type;
204: s_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
205:

Line 202: s_secondary_curr_code := bis_common_parameters.get_secondary_currency_code;

198:
199: l_stmt_id := 10;
200: -- get the global currency code/rate types
201: s_global_curr_code := bis_common_parameters.get_currency_code;
202: s_secondary_curr_code := bis_common_parameters.get_secondary_currency_code;
203: s_global_rate_type := bis_common_parameters.get_rate_type;
204: s_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
205:
206: l_stmt_id := 20;

Line 203: s_global_rate_type := bis_common_parameters.get_rate_type;

199: l_stmt_id := 10;
200: -- get the global currency code/rate types
201: s_global_curr_code := bis_common_parameters.get_currency_code;
202: s_secondary_curr_code := bis_common_parameters.get_secondary_currency_code;
203: s_global_rate_type := bis_common_parameters.get_rate_type;
204: s_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
205:
206: l_stmt_id := 20;
207: -- global currency and rate type must be set up

Line 204: s_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;

200: -- get the global currency code/rate types
201: s_global_curr_code := bis_common_parameters.get_currency_code;
202: s_secondary_curr_code := bis_common_parameters.get_secondary_currency_code;
203: s_global_rate_type := bis_common_parameters.get_rate_type;
204: s_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
205:
206: l_stmt_id := 20;
207: -- global currency and rate type must be set up
208: IF (s_global_curr_code IS NULL OR s_global_rate_type IS NULL) THEN