DBA Data[Home] [Help]

APPS.MSC_WS_COLLECTIONS dependencies on MSD_DEM_RMA_TYPE

Line 1544: --save the RMA types into MSD_DEM_RMA_TYPE. Conc program will read data from here, and wipe out table.

1540: RETURN;
1541: END IF;
1542:
1543: error_tracking_number:=145;
1544: --save the RMA types into MSD_DEM_RMA_TYPE. Conc program will read data from here, and wipe out table.
1545:
1546: result := SaveRMATypesIntoTable(RMATypes);
1547: IF (result = false) THEN
1548: PROCESSID := -1;

Line 1954: INSERT INTO MSD_DEM_RMA_TYPE

1950: end if;
1951:
1952: for i in 1 .. RMATypes.LAST LOOP
1953: BEGIN
1954: INSERT INTO MSD_DEM_RMA_TYPE
1955: ( RMA_TYPES )
1956: VALUES
1957: (
1958: RMATypes(i)