DBA Data[Home] [Help]

APPS.BEN_ENB_UPD dependencies on BEN_ENRT_BNFT

Line 67: -- Update the ben_enrt_bnft Row

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

Line 69: update ben_enrt_bnft

65: ben_enb_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_enrt_bnft Row
68: --
69: update ben_enrt_bnft
70: set
71: enrt_bnft_id = p_rec.enrt_bnft_id
72: ,dflt_flag = p_rec.dflt_flag
73: ,val_has_bn_prortd_flag = p_rec.val_has_bn_prortd_flag

Line 371: (p_module_name => 'ben_enrt_bnft'

367: --
368: when hr_api.cannot_find_prog_unit then
369: --
370: hr_api.cannot_find_prog_unit_error
371: (p_module_name => 'ben_enrt_bnft'
372: ,p_hook_type => 'AU');
373: --
374: end;
375: --