DBA Data[Home] [Help]

APPS.OPI_DBI_JOBS_PKG dependencies on BIS_COMMON_PARAMETERS

Line 644: IF (bis_common_parameters.check_global_parameters(l_list)) THEN

640: l_list(1) := 'BIS_PRIMARY_CURRENCY_CODE';
641: l_list(2) := 'BIS_GLOBAL_START_DATE';
642: l_list(3) := 'BIS_PRIMARY_RATE_TYPE';
643:
644: IF (bis_common_parameters.check_global_parameters(l_list)) THEN
645:
646: IF BIS_COLLECTION_UTILITIES.SETUP( 'OPI_DBI_JOBS_F' ) = FALSE THEN
647: RAISE_APPLICATION_ERROR(-20000, errbuf);
648: END IF;

Line 669: g_global_start_date := bis_common_parameters.get_global_start_date;

665: END IF;
666:
667: l_stmt_num := 10;
668: -- GSD -- already checked if it is set up
669: g_global_start_date := bis_common_parameters.get_global_start_date;
670:
671: l_stmt_num := 11;
672: -- Global currency codes -- already checked if primary is set up
673: g_global_currency_code := bis_common_parameters.get_currency_code;

Line 673: g_global_currency_code := bis_common_parameters.get_currency_code;

669: g_global_start_date := bis_common_parameters.get_global_start_date;
670:
671: l_stmt_num := 11;
672: -- Global currency codes -- already checked if primary is set up
673: g_global_currency_code := bis_common_parameters.get_currency_code;
674: g_secondary_currency_code :=
675: bis_common_parameters.get_secondary_currency_code;
676:
677: l_stmt_num := 12;

Line 675: bis_common_parameters.get_secondary_currency_code;

671: l_stmt_num := 11;
672: -- Global currency codes -- already checked if primary is set up
673: g_global_currency_code := bis_common_parameters.get_currency_code;
674: g_secondary_currency_code :=
675: bis_common_parameters.get_secondary_currency_code;
676:
677: l_stmt_num := 12;
678: -- Global rate types -- already checked if primary is set up
679: g_global_rate_type := bis_common_parameters.get_rate_type;

Line 679: g_global_rate_type := bis_common_parameters.get_rate_type;

675: bis_common_parameters.get_secondary_currency_code;
676:
677: l_stmt_num := 12;
678: -- Global rate types -- already checked if primary is set up
679: g_global_rate_type := bis_common_parameters.get_rate_type;
680: g_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
681:
682: l_stmt_num := 13;
683: -- check that either both the secondary rate type and secondary

Line 680: g_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;

676:
677: l_stmt_num := 12;
678: -- Global rate types -- already checked if primary is set up
679: g_global_rate_type := bis_common_parameters.get_rate_type;
680: g_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
681:
682: l_stmt_num := 13;
683: -- check that either both the secondary rate type and secondary
684: -- rate are null, or that neither are null.

Line 1489: IF (bis_common_parameters.check_global_parameters(l_list)) THEN

1485: l_list(1) := 'BIS_PRIMARY_CURRENCY_CODE';
1486: l_list(2) := 'BIS_GLOBAL_START_DATE';
1487: l_list(3) := 'BIS_PRIMARY_RATE_TYPE';
1488:
1489: IF (bis_common_parameters.check_global_parameters(l_list)) THEN
1490:
1491: IF BIS_COLLECTION_UTILITIES.SETUP( 'OPI_DBI_JOBS_F' ) = false then
1492: RAISE_APPLICATION_ERROR(-20000, errbuf);
1493: END IF;

Line 1497: g_global_start_date := bis_common_parameters.get_global_start_date;

1493: END IF;
1494:
1495: l_stmt_num := 10;
1496: -- GSD -- already checked if it is set up
1497: g_global_start_date := bis_common_parameters.get_global_start_date;
1498:
1499: -- Global currency codes -- already checked if primary is set up
1500: g_global_currency_code := bis_common_parameters.get_currency_code;
1501: g_secondary_currency_code :=

Line 1500: g_global_currency_code := bis_common_parameters.get_currency_code;

1496: -- GSD -- already checked if it is set up
1497: g_global_start_date := bis_common_parameters.get_global_start_date;
1498:
1499: -- Global currency codes -- already checked if primary is set up
1500: g_global_currency_code := bis_common_parameters.get_currency_code;
1501: g_secondary_currency_code :=
1502: bis_common_parameters.get_secondary_currency_code;
1503:
1504: -- Global rate types -- already checked if primary is set up

Line 1502: bis_common_parameters.get_secondary_currency_code;

1498:
1499: -- Global currency codes -- already checked if primary is set up
1500: g_global_currency_code := bis_common_parameters.get_currency_code;
1501: g_secondary_currency_code :=
1502: bis_common_parameters.get_secondary_currency_code;
1503:
1504: -- Global rate types -- already checked if primary is set up
1505: g_global_rate_type := bis_common_parameters.get_rate_type;
1506: g_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;

Line 1505: g_global_rate_type := bis_common_parameters.get_rate_type;

1501: g_secondary_currency_code :=
1502: bis_common_parameters.get_secondary_currency_code;
1503:
1504: -- Global rate types -- already checked if primary is set up
1505: g_global_rate_type := bis_common_parameters.get_rate_type;
1506: g_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
1507:
1508: -- check that either both the secondary rate type and secondary
1509: -- rate are null, or that neither are null.

Line 1506: g_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;

1502: bis_common_parameters.get_secondary_currency_code;
1503:
1504: -- Global rate types -- already checked if primary is set up
1505: g_global_rate_type := bis_common_parameters.get_rate_type;
1506: g_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
1507:
1508: -- check that either both the secondary rate type and secondary
1509: -- rate are null, or that neither are null.
1510: IF ( (g_secondary_currency_code IS NULL AND