DBA Data[Home] [Help]

APPS.BEN_EPR_UPD dependencies on BEN_ENRT_PREM

Line 67: -- Update the ben_enrt_prem Row

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

Line 69: update ben_enrt_prem

65: ben_epr_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_enrt_prem Row
68: --
69: update ben_enrt_prem
70: set
71: enrt_prem_id = p_rec.enrt_prem_id,
72: val = p_rec.val,
73: uom = p_rec.uom,

Line 321: (p_module_name => 'ben_enrt_prem'

317: --
318: when hr_api.cannot_find_prog_unit then
319: --
320: hr_api.cannot_find_prog_unit_error
321: (p_module_name => 'ben_enrt_prem'
322: ,p_hook_type => 'AU');
323: --
324: end;
325: --