DBA Data[Home] [Help]

APPS.FA_GAINLOSS_UND_PKG dependencies on FA_ADDITIONS_B

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

1928: element => '+++ Step 5.3',
1929: value => '');
1930: end if;
1931:
1932: -- CHECK: Had to change the table name to fa_additions_B table.
1933: -- because updating fa_additions.current_units caused
1934: -- ORA-01779: cannot modify a column which maps to
1935: -- a non key-preserved table error
1936:

Line 1937: update fa_additions_B

1933: -- because updating fa_additions.current_units caused
1934: -- ORA-01779: cannot modify a column which maps to
1935: -- a non key-preserved table error
1936:
1937: update fa_additions_B
1938: set current_units = current_units + h_units_retired
1939: where asset_id = RET.asset_id;
1940:
1941: if g_print_debug then