Skip to main content
Solved

RmAccUsage - Developer Error

  • November 16, 2020
  • 1 reply
  • 725 views

Mike.Hollifield
Hero (Partner)
Forum|alt.badge.img+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.

Best answer by Mike.Hollifield

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!

This topic has been closed for replies.

1 reply

Mike.Hollifield
Hero (Partner)
Forum|alt.badge.img+8
  • Author
  • Hero (Partner)
  • Answer
  • November 17, 2020

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!