DBA Data[Home] [Help]

APPS.RCI_OPEN_REMED_SUMM_PKG dependencies on BIS_COMMON_PARAMETERS

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

1390:
1391: -- Check for the global start date setup.
1392: -- These parameter must be set up prior to any DBI load.
1393:
1394: x_global_start_date := trunc (bis_common_parameters.get_global_start_date);
1395: IF (x_global_start_date IS NULL) THEN
1396: l_message := ' Global Start Date is NULL ';
1397: RAISE INITIALIZATION_ERROR;
1398: END IF;