DBA Data[Home] [Help]

APPS.RCI_COMPL_ENV_CHG_SUMM_PKG dependencies on BIS_COMMON_PARAMETERS

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

37:
38: -- Check for the global start date setup.
39: -- These parameter must be set up prior to any DBI load.
40:
41: x_global_start_date := trunc (bis_common_parameters.get_global_start_date);
42: IF (x_global_start_date IS NULL) THEN
43: l_message := ' Global Start Date is NULL ';
44: RAISE INITIALIZATION_ERROR;
45: END IF;