Skip to main content
Question

Loading Customer Order Lines via migration job

  • April 23, 2026
  • 2 replies
  • 25 views

Forum|alt.badge.img+1

I have a simple migration job that loaded Customer Order lines from an Excel spreadsheet. The migration job which worked wonderfully in Apps9 will not work in Cloud.

The migration job has been rebuilt but am getting the following error:

ORA-20124: Error.NULLVALUE: Field [TAX_DOM_AMOUNT] is mandatory for Source Tax Item Order and requires a value.

That field name is not in CUSTOMER_ORDER_LINE either in the view or table.

 

Any pointer would be welcome.

2 replies

dsj
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • April 23, 2026

I guess the error is related to creating the tax lines when creating the customer order lines.

Check if you have the TAX_LIABILITY, TAX_LIABILITY_TYPE and the TAX_CODE is set in the migration data


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Customer)
  • April 24, 2026

Thanks for the reply DSJ …. yes those 3 fields are all set per a manually added CO line and the error still persists.

We use TAX_CLASS which sets the Tax Code based on Delivery Country but to test I just set the TAX_CODE manually.