DBA Data[Home] [Help]

APPS.BEN_EAT_UPD dependencies on BEN_ACTN_TYP_TL

Line 112: update ben_actn_typ_tl

108: where actn_typ_id = p_rec.actn_typ_id;
109: --
110: -- Update MLS table.
111: --
112: update ben_actn_typ_tl
113: set name = p_rec.name,
114: description = p_rec.description,
115: last_update_date = sysdate,
116: last_updated_by = fnd_global.user_id,