DBA Data[Home] [Help]

APPS.ISC_DEPOT_BACKLOG_ETL_PKG dependencies on BIS_COMMON_PARAMETERS

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

74:
75: -- Check for the global start date setup.
76: -- These parameter must be set up prior to any DBI load.
77:
78: x_global_start_date := trunc(bis_common_parameters.get_global_start_date);
79:
80: if x_global_start_date is null then
81: l_message := 'Global Start Date is NULL';
82: raise l_exception;