DBA Data[Home] [Help]

APPS.BEN_ENP_UPD dependencies on BEN_ENRT_PERD

Line 67: -- Update the ben_enrt_perd Row

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

Line 69: update ben_enrt_perd

65: ben_enp_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_enrt_perd Row
68: --
69: update ben_enrt_perd
70: set
71: enrt_perd_id = p_rec.enrt_perd_id,
72: business_group_id = p_rec.business_group_id,
73: yr_perd_id = p_rec.yr_perd_id,

Line 427: (p_module_name => 'ben_enrt_perd'

423: --
424: when hr_api.cannot_find_prog_unit then
425: --
426: hr_api.cannot_find_prog_unit_error
427: (p_module_name => 'ben_enrt_perd'
428: ,p_hook_type => 'AU');
429: --
430: end;
431: --