SALINS BATCH ABORTED
Dear Support Team,
We are on RMS 12.x and Salins batch is aborted on regular basis.
Below is the error message in log file :
salins_1~~insert_table~ ~-1405~ORA-01405: fetched column value is NULL~STKLEDGR_INSERTS_SQL.ADD_SUBCLASS
salins_1~~insert_table~ ~-1405~ORA-01405: fetched column value is NULL~STKLEDGR_INSERTS_SQL.ADD_SUBCLASS
Below is my observation:
After debugging the ADD_SUBCLASS function in sqldeveoper found that problem is with the pro’c program. Because while calling the function if you provide the null values as an input it throws the same error. So there might be possibility that pro’c program passing the null values to the function.