DBA Data[Home] [Help]

APPS.OPI_DBI_INV_CCA_PKG dependencies on BIS_COMMON_PARAMETERS

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

169: l_list(1) := 'BIS_PRIMARY_CURRENCY_CODE';
170: l_list(2) := 'BIS_GLOBAL_START_DATE';
171:
172: l_stmt_id := 10;
173: l_setup_good := bis_common_parameters.check_global_parameters(l_list);
174: return l_setup_good;
175:
176: EXCEPTION
177:

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

624:
625:
626: -- Get the global start date
627: l_stmt_id := 30;
628: s_global_start_date := trunc (bis_common_parameters.get_global_start_date);
629: IF (s_global_start_date IS NULL) THEN
630: RAISE GLOBAL_START_DATE_NULL;
631: END IF;
632:

Line 636: s_global_curr_code := bis_common_parameters.get_currency_code;

632:
633:
634: l_stmt_id := 40;
635: -- Get the DBI global currency code
636: s_global_curr_code := bis_common_parameters.get_currency_code;
637:
638: l_stmt_id := 50;
639: IF (s_global_curr_code IS NULL) THEN
640: RAISE NO_GLOBAL_CURR_CODE;

Line 646: s_global_rate_type := bis_common_parameters.get_rate_type;

642:
643:
644: l_stmt_id := 60;
645: -- Get the DBI Global rate type
646: s_global_rate_type := bis_common_parameters.get_rate_type;
647:
648: l_stmt_id := 70;
649: IF (s_global_rate_type IS NULL) THEN
650: RAISE NO_GLOBAL_RATE_TYPE;

Line 655: s_secondary_curr_code := bis_common_parameters.get_secondary_currency_code;

651: END IF;
652:
653: l_stmt_id := 80;
654: -- Get the DBI secondary currency code
655: s_secondary_curr_code := bis_common_parameters.get_secondary_currency_code;
656:
657: l_stmt_id := 90;
658: -- Get the DBI Global rate type
659: s_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;

Line 659: s_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;

655: s_secondary_curr_code := bis_common_parameters.get_secondary_currency_code;
656:
657: l_stmt_id := 90;
658: -- Get the DBI Global rate type
659: s_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
660:
661: l_stmt_id := 100;
662: IF ( (s_secondary_curr_code IS NULL AND
663: s_secondary_rate_type IS NOT NULL)

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

2538:
2539:
2540: -- Get the global start date
2541: l_stmt_id := 30;
2542: s_global_start_date := trunc (bis_common_parameters.get_global_start_date);
2543: IF (s_global_start_date IS NULL) THEN
2544: RAISE GLOBAL_START_DATE_NULL;
2545: END IF;
2546:

Line 2550: s_global_curr_code := bis_common_parameters.get_currency_code;

2546:
2547:
2548: l_stmt_id := 40;
2549: -- Get the DBI global currency code
2550: s_global_curr_code := bis_common_parameters.get_currency_code;
2551:
2552: l_stmt_id := 50;
2553: IF (s_global_curr_code IS NULL) THEN
2554: RAISE NO_GLOBAL_CURR_CODE;

Line 2560: s_global_rate_type := bis_common_parameters.get_rate_type;

2556:
2557:
2558: l_stmt_id := 60;
2559: -- Get the DBI Global rate type
2560: s_global_rate_type := bis_common_parameters.get_rate_type;
2561:
2562: l_stmt_id := 70;
2563: IF (s_global_rate_type IS NULL) THEN
2564: RAISE NO_GLOBAL_RATE_TYPE;

Line 2569: s_secondary_curr_code := bis_common_parameters.get_secondary_currency_code;

2565: END IF;
2566:
2567: l_stmt_id := 80;
2568: -- Get the DBI secondary currency code
2569: s_secondary_curr_code := bis_common_parameters.get_secondary_currency_code;
2570:
2571: l_stmt_id := 90;
2572: -- Get the DBI Global rate type
2573: s_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;

Line 2573: s_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;

2569: s_secondary_curr_code := bis_common_parameters.get_secondary_currency_code;
2570:
2571: l_stmt_id := 90;
2572: -- Get the DBI Global rate type
2573: s_secondary_rate_type := bis_common_parameters.get_secondary_rate_type;
2574:
2575: l_stmt_id := 100;
2576: IF ( (s_secondary_curr_code IS NULL AND
2577: s_secondary_rate_type IS NOT NULL)