Receivables - EBS (MOSC)

MOSC Banner

APP-AR-11221 error occured when create transaction manally on upgrade instance

edited Sep 28, 2015 12:00AM in Receivables - EBS (MOSC) 5 commentsAnswered

Dear all

When create a transaction on an upgrade instance when click Complete button error pops up.

APP-AR-11221 You must save this transaction before attempting to complete it. 

I attached the results of the following sqls.


select trigger_name from all_triggers where status ='DISABLED'


select trigger_name, status, owner from all_triggers
where table_name = 'RA_CUSTOMER_TRX_ALL'


select object_name, object_type, status from dba_objects
where status <> 'VALID' and (object_name like 'AR%' or object_name like 'RA%' );

=>no result.


Any advice is being appreciated.


Thanks in advance,

Mindy

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center