DBA Data[Home] [Help]

APPS.BEN_CWG_UPD dependencies on BEN_CWB_WKSHT_GRP

Line 68: -- Update the ben_cwb_wksht_grp Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the ben_cwb_wksht_grp Row
69: --
70: update ben_cwb_wksht_grp
71: set
72: cwb_wksht_grp_id = p_rec.cwb_wksht_grp_id

Line 70: update ben_cwb_wksht_grp

66: --
67: --
68: -- Update the ben_cwb_wksht_grp Row
69: --
70: update ben_cwb_wksht_grp
71: set
72: cwb_wksht_grp_id = p_rec.cwb_wksht_grp_id
73: ,ordr_num = p_rec.ordr_num
74: ,wksht_grp_cd = p_rec.wksht_grp_cd

Line 380: (p_module_name => 'BEN_CWB_WKSHT_GRP'

376: --
377: when hr_api.cannot_find_prog_unit then
378: --
379: hr_api.cannot_find_prog_unit_error
380: (p_module_name => 'BEN_CWB_WKSHT_GRP'
381: ,p_hook_type => 'AU');
382: --
383: end;
384: --