DBA Data[Home] [Help]

APPS.BEN_PEL_UPD dependencies on BEN_PIL_ELCTBL_CHC_POPL

Line 67: -- Update the ben_pil_elctbl_chc_popl Row

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

Line 69: update ben_pil_elctbl_chc_popl

65: ben_pel_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_pil_elctbl_chc_popl Row
68: --
69: update ben_pil_elctbl_chc_popl
70: set
71: pil_elctbl_chc_popl_id = p_rec.pil_elctbl_chc_popl_id,
72: dflt_enrt_dt = p_rec.dflt_enrt_dt,
73: dflt_asnd_dt = p_rec.dflt_asnd_dt,

Line 434: (p_module_name => 'ben_pil_elctbl_chc_popl'

430: --
431: when hr_api.cannot_find_prog_unit then
432: --
433: hr_api.cannot_find_prog_unit_error
434: (p_module_name => 'ben_pil_elctbl_chc_popl'
435: ,p_hook_type => 'AU');
436: --
437: end;
438: --