DBA Data[Home] [Help]

APPS.RCI_ORG_DFCY_ETL_PKG dependencies on BIS_COMMON_PARAMETERS

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

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