DBA Data[Home] [Help]

APPS.MSD_DEM_COLLECT_RETURN_HISTORY dependencies on MSD_DEM_RMA_TYPE

Line 42: from msd_dem_rma_type;

38:
39: CURSOR c_rma_type
40: is
41: select rma_types
42: from msd_dem_rma_type;
43:
44: CURSOR c_accnt_class --jarora
45: is
46: select accnt_class_type

Line 291: delete from msd_dem_rma_type;

287: IF (p_series_id = MSD_DEM_COMMON_UTILITIES.C_RETURN_HISTORY
288: OR p_series_id = MSD_DEM_COMMON_UTILITIES.C_SRP_RETURN_HISTORY)
289: THEN
290: /* Delete the RMA types stored in the DB table */
291: delete from msd_dem_rma_type;
292:
293: ELSIF (p_series_id = MSD_DEM_COMMON_UTILITIES.C_SRP_USG_HISTORY_DR)
294: THEN
295: /* Delete the WIP Accounting classes stored in the DB table */