DBA Data[Home] [Help]

APPS.RCI_PROC_DETAIL_ETL_PKG dependencies on BIS_COMMON_PARAMETERS

Line 52: x_global_start_date := trunc (bis_common_parameters.get_global_start_date);

48:
49: -- Check for the global start date setup.
50: -- These parameter must be set up prior to any DBI load.
51:
52: x_global_start_date := trunc (bis_common_parameters.get_global_start_date);
53: IF (x_global_start_date IS NULL) THEN
54: l_message := ' Global Start Date is NULL ';
55: RAISE INITIALIZATION_ERROR;
56: END IF;