DBA Data[Home] [Help]

APPS.BEN_GOS_UPD dependencies on BEN_GD_OR_SVC_TYP

Line 67: -- Update the ben_gd_or_svc_typ Row

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

Line 69: update ben_gd_or_svc_typ

65: ben_gos_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_gd_or_svc_typ Row
68: --
69: update ben_gd_or_svc_typ
70: set
71: gd_or_svc_typ_id = p_rec.gd_or_svc_typ_id,
72: business_group_id = p_rec.business_group_id,
73: name = p_rec.name,

Line 305: (p_module_name => 'ben_gd_or_svc_typ'

301: --
302: when hr_api.cannot_find_prog_unit then
303: --
304: hr_api.cannot_find_prog_unit_error
305: (p_module_name => 'ben_gd_or_svc_typ'
306: ,p_hook_type => 'AU');
307: --
308: end;
309: --