DBA Data[Home] [Help]

APPS.BEN_EAT_UPD dependencies on BEN_ACTN_TYP

Line 67: -- Update the ben_actn_typ Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: ben_eat_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_actn_typ Row
68: --
69: update ben_actn_typ
70: set
71: actn_typ_id = p_rec.actn_typ_id,

Line 69: update ben_actn_typ

65: ben_eat_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_actn_typ Row
68: --
69: update ben_actn_typ
70: set
71: actn_typ_id = p_rec.actn_typ_id,
72: business_group_id = p_rec.business_group_id,
73: type_cd = p_rec.type_cd,

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,

Line 317: (p_module_name => 'ben_actn_typ'

313: --
314: when hr_api.cannot_find_prog_unit then
315: --
316: hr_api.cannot_find_prog_unit_error
317: (p_module_name => 'ben_actn_typ'
318: ,p_hook_type => 'AU');
319: --
320: end;
321: --