DBA Data[Home] [Help]

APPS.OPI_DBI_JOB_TXN_STG_PKG dependencies on BIS_COMMON_PARAMETERS

Line 4291: s_global_start_date := trunc (bis_common_parameters.get_global_start_date);

4287: END IF;
4288:
4289: /* get global start date */
4290: l_stmt_num := 30;
4291: s_global_start_date := trunc (bis_common_parameters.get_global_start_date);
4292: IF (s_global_start_date IS NULL) THEN
4293: BIS_COLLECTION_UTILITIES.PUT_LINE ('The global Start date Not Set.');
4294:
4295: RAISE_APPLICATION_ERROR(-20000, errbuf);

Line 4302: g_global_currency_code := bis_common_parameters.get_currency_code;

4298: BIS_COLLECTION_UTILITIES.PUT_LINE('Global Start Date:'||s_global_start_date);
4299:
4300: l_stmt_num := 40;
4301: -- Global currency codes -- already checked if primary is set up
4302: g_global_currency_code := bis_common_parameters.get_currency_code;
4303: g_secondary_currency_code := bis_common_parameters.get_secondary_currency_code;
4304:
4305: -- Global rate types -- already checked if primary is set up
4306: g_global_rate_type := bis_common_parameters.get_rate_type;

Line 4303: g_secondary_currency_code := bis_common_parameters.get_secondary_currency_code;

4299:
4300: l_stmt_num := 40;
4301: -- Global currency codes -- already checked if primary is set up
4302: g_global_currency_code := bis_common_parameters.get_currency_code;
4303: g_secondary_currency_code := bis_common_parameters.get_secondary_currency_code;
4304:
4305: -- Global rate types -- already checked if primary is set up
4306: g_global_rate_type := bis_common_parameters.get_rate_type;
4307: g_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;

Line 4306: g_global_rate_type := bis_common_parameters.get_rate_type;

4302: g_global_currency_code := bis_common_parameters.get_currency_code;
4303: g_secondary_currency_code := bis_common_parameters.get_secondary_currency_code;
4304:
4305: -- Global rate types -- already checked if primary is set up
4306: g_global_rate_type := bis_common_parameters.get_rate_type;
4307: g_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
4308:
4309: -- check that either both the secondary rate type and secondary
4310: -- rate are null, or that neither are null.

Line 4307: g_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;

4303: g_secondary_currency_code := bis_common_parameters.get_secondary_currency_code;
4304:
4305: -- Global rate types -- already checked if primary is set up
4306: g_global_rate_type := bis_common_parameters.get_rate_type;
4307: g_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
4308:
4309: -- check that either both the secondary rate type and secondary
4310: -- rate are null, or that neither are null.
4311: IF ((g_secondary_currency_code IS NULL AND