Skip to main content
Question

Modifying the Estimated Life of a Fixed Asset via Migration Job

  • July 29, 2026
  • 0 replies
  • 8 views

martin.surasky
Hero (Customer)
Forum|alt.badge.img+10

Hello!

I created a MIGRATE_SOURCE_DATA Migration Job to modify a field on a Fixed Asset. The field is Estimated Life.

Field I want to modify

In the database the field is called estimated_life_cl and is a VARCHAR2(4000)

By using a trace and debugging code, I found that the API used when modifying that field is DEPR_DISTRIBUTION_API.MODIFY__. Here is the code.

Code to run a modification on estimated_life_cl

The problem is: My migration job is doing nothing!

All I get in the “Last Info” value is this

Not very useful to understand the problem :)

Here is how it is configured

 

Header with DATABASE INFORMATION Tab
SOURCE MAPPING Tab
METHOD LIST Tab
Method List Attributes Form
My IC_FA_OBJ_HEAD_IMP table (the source of this job)

Any idea what could be wrong? Any suggestions on what to try to debug and fix this problem?

Feel free to request any additional information and I’ll provide gladly