DBA Data[Home] [Help]

APPS.FA_ADDITION_PVT dependencies on FA_LEASES

Line 1274: UPDATE fa_leases

1270: -- Should only update the lease desc flex if modified.
1271: -- Probably need to change later to use table handler.
1272: if (p_asset_desc_rec.lease_id is not null) then
1273:
1274: UPDATE fa_leases
1275: SET
1276: last_update_date = p_trans_rec.who_info.last_update_date,
1277: last_updated_by = p_trans_rec.who_info.last_updated_by,
1278: last_update_login = p_trans_rec.who_info.last_update_login,