Solved

RmAccUsage - Developer Error

  • 17 November 2020
  • 1 reply
  • 431 views

Userlevel 4
Badge +8

I’m working through some FNDMIG Data Migration and I’m getting the following error on an intermittent basis when importing parts into a Customer Agreement.

 

Has anyone seen this before?

 

ORA-20110: RmAccUsage.

Developer Error: CustomerAgreement

DEVELOPER_ERROR_03: Most likely a usage definition is wrongly defined for LU: [CustomerAgreement] in table RM_ACC_USAGE_TAB, internal exception: [Ex_Get_Id]

Its happening randomly on the same set of data, and I cant see any  logical reason for it.

Its an Apps10 UPD7 Database with the Global extension installed.

icon

Best answer by Mike.Hollifield 17 November 2020, 01:15

View original

This topic has been closed for comments

1 reply

Userlevel 4
Badge +8

Resolved: The error message relates to a Customer Agreement header which failed to be imported due to separate errors. This message was thrown when trying to add a part to an agreement which does not exist. I’m not sure why its such a terrible message.

 

I’m now checking customer_agreement_api.exists(agreement_id_ => i_agreement_id) before adding parts to ensure it exists.

 

Thanks!