DBA Data[Home] [Help]

APPS.BEN_BNG_UPD dependencies on BEN_BENFTS_GRP

Line 67: -- Update the ben_benfts_grp Row

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

Line 69: update ben_benfts_grp

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

Line 300: (p_module_name => 'ben_benfts_grp'

296: --
297: when hr_api.cannot_find_prog_unit then
298: --
299: hr_api.cannot_find_prog_unit_error
300: (p_module_name => 'ben_benfts_grp'
301: ,p_hook_type => 'AU');
302: --
303: end;
304: --