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 431: (p_module_name => 'ben_pil_elctbl_chc_popl'

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