FRM-40352,FRM-41050

FRM-41050 and FRM-40352 encountered when querying on lines in Prepare Mass Additions (FAXMADDS) [ID 1495508.1]

Applies to:

Oracle Assets - Version 12.1.3 and later
Information in this document applies to any platform.
FAXMADDS.fmb
FRM-40352
FRM-41050

Symptoms


When attempting to query lines in the Prepare Mass Additions, the following error occurs.

ERROR
-----------------------
FRM-41050: You cannot update this record pops up repeatedly and after many of these messages one more error is being thrown which is FRM-40352: Last record of query retrieved and the the application closes.


Cause

Cause is due to an old version of the form.

As per diagnostics:
FAXMADDS.fmb 120.133.12010000.18

Solution

1.  Apply Patch 14620236:R12.FA.B.

2.  Confirm the following file versions:
  FAXMADDS 120.133.12010000.50

No comments:

How to add a datafile to a bigfile tablespace in Oracle 23ai Database.

  Syntax for Bigfile Tablespace: SQL > ALTER TABLESPACE tablespace_name ADD DATAFILE SIZE 10G AUTOEXTEND ON NEXT 1G MAXSIZE UNLIMITED; Ho...