DBA Data[Home] [Help]

APPS.OPI_DBI_WMS_UTILITY_PKG dependencies on BIS_COMMON_PARAMETERS

Line 1700: l_gsd := bis_common_parameters.get_global_start_date;

1696: -- First set the WDTH CU1 date as requested
1697: set_wdth_cu1_date (p_overwrite);
1698:
1699: -- get the GSD
1700: l_gsd := bis_common_parameters.get_global_start_date;
1701:
1702: -- Pick to ship start date is max of GSD and WDTH CU1 date.
1703: OPEN wdth_cu1_date_csr;
1704: FETCH wdth_cu1_date_csr INTO l_pts_start_date;