DBA Data[Home] [Help]

APPS.FA_GAINLOSS_UND_PKG dependencies on FA_ADDITIONS_B

Line 2244: -- CHECK: Had to change the table name to fa_additions_B table.

2240: element => '+++ Step 5.3',
2241: value => '', p_log_level_rec => p_log_level_rec);
2242: end if;
2243:
2244: -- CHECK: Had to change the table name to fa_additions_B table.
2245: -- because updating fa_additions.current_units caused
2246: -- ORA-01779: cannot modify a column which maps to
2247: -- a non key-preserved table error
2248:

Line 2249: update fa_additions_B

2245: -- because updating fa_additions.current_units caused
2246: -- ORA-01779: cannot modify a column which maps to
2247: -- a non key-preserved table error
2248:
2249: update fa_additions_B
2250: set current_units = current_units + h_units_retired
2251: where asset_id = RET.asset_id;
2252:
2253: if p_log_level_rec.statement_level then