Skip to main content

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: rCustomerAgreement] in table RM_ACC_USAGE_TAB, internal exception: tEx_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.

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!