DBA Data[Home] [Help]

APPS.FA_ADDITION_PVT dependencies on FA_LEASES

Line 1328: UPDATE fa_leases

1324: -- Probably need to change later to use table handler.
1325: if (p_asset_desc_rec.lease_id is not null) and
1326: (p_trans_rec.mass_reference_id is null) then -- Bug 7445419
1327:
1328: UPDATE fa_leases
1329: SET
1330: last_update_date = p_trans_rec.who_info.last_update_date,
1331: last_updated_by = p_trans_rec.who_info.last_updated_by,
1332: last_update_login = p_trans_rec.who_info.last_update_login,