DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_SCRAP_INIT_PKG dependencies on BIS_COMMON_PARAMETERS

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

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

Line 922: l_global_currency_code := bis_common_parameters.get_currency_code;

918: -- validated at the start of the program by a call to the
919: -- check_global_setup procedure.
920: -- Global currency codes -- already checked if primary is set up
921: l_stmt_id := 20;
922: l_global_currency_code := bis_common_parameters.get_currency_code;
923: l_secondary_currency_code :=
924: bis_common_parameters.get_secondary_currency_code;
925:
926: -- Global rate types -- already checked if primary is set up

Line 924: bis_common_parameters.get_secondary_currency_code;

920: -- Global currency codes -- already checked if primary is set up
921: l_stmt_id := 20;
922: l_global_currency_code := bis_common_parameters.get_currency_code;
923: l_secondary_currency_code :=
924: bis_common_parameters.get_secondary_currency_code;
925:
926: -- Global rate types -- already checked if primary is set up
927: l_stmt_id := 25;
928: l_global_rate_type := bis_common_parameters.get_rate_type;

Line 928: l_global_rate_type := bis_common_parameters.get_rate_type;

924: bis_common_parameters.get_secondary_currency_code;
925:
926: -- Global rate types -- already checked if primary is set up
927: l_stmt_id := 25;
928: l_global_rate_type := bis_common_parameters.get_rate_type;
929: l_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
930:
931: l_stmt_id := 27;
932: -- check if the primary and secondary currencies and rate types are

Line 929: l_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;

925:
926: -- Global rate types -- already checked if primary is set up
927: l_stmt_id := 25;
928: l_global_rate_type := bis_common_parameters.get_rate_type;
929: l_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
930:
931: l_stmt_id := 27;
932: -- check if the primary and secondary currencies and rate types are
933: -- identical.

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

1166: l_list(1) := 'BIS_PRIMARY_CURRENCY_CODE';
1167: l_list(2) := 'BIS_GLOBAL_START_DATE';
1168: l_list(3) := 'BIS_PRIMARY_RATE_TYPE';
1169:
1170: l_setup_good := bis_common_parameters.check_global_parameters(l_list);
1171:
1172: IF (NOT (l_setup_good)) THEN
1173: BIS_COLLECTION_UTILITIES.PUT_LINE (
1174: 'Global setup is not correct. Please setup up the global start date, primary currency code and primary rate type.');

Line 1179: bis_common_parameters.get_secondary_currency_code;

1175: END IF;
1176:
1177: -- check the secondary currency setup
1178: l_secondary_currency_code :=
1179: bis_common_parameters.get_secondary_currency_code;
1180: l_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
1181:
1182: -- check that either both the secondary rate type and secondary
1183: -- rate are null, or that neither are null.

Line 1180: l_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;

1176:
1177: -- check the secondary currency setup
1178: l_secondary_currency_code :=
1179: bis_common_parameters.get_secondary_currency_code;
1180: l_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
1181:
1182: -- check that either both the secondary rate type and secondary
1183: -- rate are null, or that neither are null.
1184: IF ( (l_secondary_currency_code IS NULL AND