DBA Data[Home] [Help]

APPS.BEN_YRP_UPD dependencies on BEN_YR_PERD

Line 67: -- Update the ben_yr_perd Row

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

Line 69: update ben_yr_perd

65: ben_yrp_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_yr_perd Row
68: --
69: update ben_yr_perd
70: set
71: yr_perd_id = p_rec.yr_perd_id,
72: perds_in_yr_num = p_rec.perds_in_yr_num,
73: perd_tm_uom_cd = p_rec.perd_tm_uom_cd,

Line 317: (p_module_name => 'ben_yr_perd'

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