DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_COMP_INIT_PKG dependencies on BIS_COMMON_PARAMETERS

Line 234: l_global_start_date := trunc (bis_common_parameters.get_global_start_date);

230: 'OPI_DBI_WIP_COMP_STG');
231:
232: -- get the DBI global start date
233: l_stmt_id := 40;
234: l_global_start_date := trunc (bis_common_parameters.get_global_start_date);
235:
236: -- Collect the WIP completions for OPI
237: BEGIN
238:

Line 960: l_global_currency_code := bis_common_parameters.get_currency_code;

956: -- validated at the start of the program by a call to the
957: -- check_global_setup procedure.
958: -- Global currency codes -- already checked if primary is set up
959: l_stmt_id := 20;
960: l_global_currency_code := bis_common_parameters.get_currency_code;
961: l_secondary_currency_code :=
962: bis_common_parameters.get_secondary_currency_code;
963:
964: -- Global rate types -- already checked if primary is set up

Line 962: bis_common_parameters.get_secondary_currency_code;

958: -- Global currency codes -- already checked if primary is set up
959: l_stmt_id := 20;
960: l_global_currency_code := bis_common_parameters.get_currency_code;
961: l_secondary_currency_code :=
962: bis_common_parameters.get_secondary_currency_code;
963:
964: -- Global rate types -- already checked if primary is set up
965: l_stmt_id := 25;
966: l_global_rate_type := bis_common_parameters.get_rate_type;

Line 966: l_global_rate_type := bis_common_parameters.get_rate_type;

962: bis_common_parameters.get_secondary_currency_code;
963:
964: -- Global rate types -- already checked if primary is set up
965: l_stmt_id := 25;
966: l_global_rate_type := bis_common_parameters.get_rate_type;
967: l_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
968:
969: l_stmt_id := 27;
970: -- check if the primary and secondary currencies and rate types are

Line 967: l_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;

963:
964: -- Global rate types -- already checked if primary is set up
965: l_stmt_id := 25;
966: l_global_rate_type := bis_common_parameters.get_rate_type;
967: l_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
968:
969: l_stmt_id := 27;
970: -- check if the primary and secondary currencies and rate types are
971: -- identical.

Line 1206: l_setup_good := bis_common_parameters.check_global_parameters(l_list);

1202: -- Parameters we want to check for
1203: l_list(1) := 'BIS_PRIMARY_CURRENCY_CODE';
1204: l_list(2) := 'BIS_GLOBAL_START_DATE';
1205: l_list(3) := 'BIS_PRIMARY_RATE_TYPE';
1206: l_setup_good := bis_common_parameters.check_global_parameters(l_list);
1207:
1208: IF (NOT (l_setup_good)) THEN
1209: BIS_COLLECTION_UTILITIES.PUT_LINE (
1210: 'Global setup is not correct. Please setup up the global start date, primary currency code and primary rate type.');

Line 1215: bis_common_parameters.get_secondary_currency_code;

1211: END IF;
1212:
1213: -- check the secondary currency setup
1214: l_secondary_currency_code :=
1215: bis_common_parameters.get_secondary_currency_code;
1216: l_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
1217:
1218: -- check that either both the secondary rate type and secondary
1219: -- rate are null, or that neither are null.

Line 1216: l_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;

1212:
1213: -- check the secondary currency setup
1214: l_secondary_currency_code :=
1215: bis_common_parameters.get_secondary_currency_code;
1216: l_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
1217:
1218: -- check that either both the secondary rate type and secondary
1219: -- rate are null, or that neither are null.
1220: IF ( (l_secondary_currency_code IS NULL AND