DBA Data[Home] [Help]

APPS.OPI_DBI_COMMON_MOD_INCR_PKG dependencies on BIS_COMMON_PARAMETERS

Line 501: l_global_start_date := trunc (bis_common_parameters.get_global_start_date);

497: -- date for the new orgs. This is important because the run_incr_bounds
498: -- API checks to make sure that all orgs have non-null
499: -- last_collection_date before running the incremental load.
500: l_stmt_id := 45;
501: l_global_start_date := trunc (bis_common_parameters.get_global_start_date);
502: IF (l_global_start_date IS NULL) THEN
503: RAISE global_start_date_null;
504: END IF;
505: