DBA Data[Home] [Help]

APPS.BEN_WYP_UPD dependencies on BEN_WTHN_YR_PERD

Line 67: -- Update the ben_wthn_yr_perd Row

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

Line 69: update ben_wthn_yr_perd

65: ben_wyp_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_wthn_yr_perd Row
68: --
69: update ben_wthn_yr_perd
70: set
71: wthn_yr_perd_id = p_rec.wthn_yr_perd_id,
72: strt_day = p_rec.strt_day,
73: end_day = p_rec.end_day,

Line 314: (p_module_name => 'ben_wthn_yr_perd'

310: --
311: when hr_api.cannot_find_prog_unit then
312: --
313: hr_api.cannot_find_prog_unit_error
314: (p_module_name => 'ben_wthn_yr_perd'
315: ,p_hook_type => 'AU');
316: --
317: end;
318: --