DBA Data[Home] [Help]

APPS.OPI_DBI_REP_UOM_STD_CONV_PKG dependencies on BIS_COMMON_PARAMETERS

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

113: END IF;
114:
115: l_stmt_id := 20;
116: -- Get the global start date
117: s_global_start_date := trunc (bis_common_parameters.get_global_start_date);
118: IF (s_global_start_date IS NULL) THEN
119: RAISE GLOBAL_START_DATE_NULL;
120: END IF;
121: