DBA Data[Home] [Help]

APPS.BEN_CPD_UPD dependencies on BEN_CWB_PL_DSGN

Line 68: -- Update the ben_cwb_pl_dsgn Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: ben_cpd_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ben_cwb_pl_dsgn Row
69: --
70: update ben_cwb_pl_dsgn
71: set
72: pl_id = p_rec.pl_id

Line 70: update ben_cwb_pl_dsgn

66: ben_cpd_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ben_cwb_pl_dsgn Row
69: --
70: update ben_cwb_pl_dsgn
71: set
72: pl_id = p_rec.pl_id
73: ,lf_evt_ocrd_dt = p_rec.lf_evt_ocrd_dt
74: ,oipl_id = p_rec.oipl_id

Line 639: (p_module_name => 'BEN_CWB_PL_DSGN'

635: --
636: when hr_api.cannot_find_prog_unit then
637: --
638: hr_api.cannot_find_prog_unit_error
639: (p_module_name => 'BEN_CWB_PL_DSGN'
640: ,p_hook_type => 'AU');
641: --
642: end;
643: --