Asset management conversion
I have to create one program which will generate asset.
Each asset will have 5 books where Trans Load Type = ‘CN1’ for first book and ‘CN2’ for subsequent books .
So in my program I am keeping INTFC_ID as same.I am incrementing INTFC_LINE_NUM by 1 when I am getting new asset.
So when I loaded the data for each asset I can see 5 rows in INTFC_FIN table which is correct since each asset has 5 books .
But in INTFC_PHY_A table I can only see one rows per asset and i.e for only Trans Load Type = ‘CN1’ .