PRP 34858743 Dms Scripts Assign SCCFP_MAP_ID = 1009 for the FA_FWS_PKG File Map Definition Which May Overwrite Custom Definition Previously Defined with Same Map ID
(Doc ID 2982318.1)
Last updated on JANUARY 25, 2024
Applies to:
PeopleSoft Enterprise CS Financial Aid - Version 9.2 and laterInformation in this document applies to any platform.
Symptoms
The upd34858743_01.dms script, delivered as part of PRP 34858743, includes the following delete statements:
DELETE FROM PS_SCCFP_PS_MAPFLD WHERE SCCFP_MAP_ID = 1009;
The SCCFP_MAP_ID = 1009 is the Population Selection file map ID that was assigned to the new FA_FWS_PKG Map. However, institutions may have previously created their own institution-specific and custom map definition with the same SCCFP_MAP_ID = 1009; if so, that previously defined map definition will now be overwritten with the new delivered map definition.
Any custom map definitions would typically be defined with values >= 1000, since the delivered definitions have always had values < 1000. It would be expected that the scripts would assign the new definition at a value < 1000 so as to not conflict with any custom definition that may have been created.
The issue can be reproduced with the following steps:
- Query the PS_SCCFP_PS_MAP and PS_SCCFP_PS_MAPFLD tables to verify the existing data, and whether a row already exists with SCCFP_MAP_ID = 1009.
- Apply Patch 34858743: COD: FEDERAL WORK STUDY REPORTING, including the step to execute the upd34858743_01.dms script in Change Assistant.
- Repeat step 1 to compare the new data and see that SCCFP_MAP_ID = 1009 has now been updated with the FA_FWS_PKG map.
Changes
The issue occurs when applying Patch 34858743: COD: FEDERAL WORK STUDY REPORTING
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |