DBA Data[Home] [Help]

APPS.BEN_ECC_UPD dependencies on BEN_ELCTBL_CHC_CTFN

Line 67: -- Update the ben_elctbl_chc_ctfn Row

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

Line 69: update ben_elctbl_chc_ctfn

65: ben_ecc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_elctbl_chc_ctfn Row
68: --
69: update ben_elctbl_chc_ctfn
70: set
71: elctbl_chc_ctfn_id = p_rec.elctbl_chc_ctfn_id,
72: enrt_ctfn_typ_cd = p_rec.enrt_ctfn_typ_cd,
73: rqd_flag = p_rec.rqd_flag,

Line 326: (p_module_name => 'ben_elctbl_chc_ctfn'

322: --
323: when hr_api.cannot_find_prog_unit then
324: --
325: hr_api.cannot_find_prog_unit_error
326: (p_module_name => 'ben_elctbl_chc_ctfn'
327: ,p_hook_type => 'AU');
328: --
329: end;
330: --