DBA Data[Home] [Help]

APPS.BEN_CTK_UPD dependencies on BEN_CWB_PERSON_TASKS

Line 71: -- Update the ben_cwb_person_tasks Row

67: p_rec.object_version_number := p_rec.object_version_number + 1;
68: --
69: ben_ctk_shd.g_api_dml := true; -- Set the api dml status
70: --
71: -- Update the ben_cwb_person_tasks Row
72: --
73: update ben_cwb_person_tasks
74: set
75: group_pl_id = p_rec.group_pl_id

Line 73: update ben_cwb_person_tasks

69: ben_ctk_shd.g_api_dml := true; -- Set the api dml status
70: --
71: -- Update the ben_cwb_person_tasks Row
72: --
73: update ben_cwb_person_tasks
74: set
75: group_pl_id = p_rec.group_pl_id
76: ,lf_evt_ocrd_dt = p_rec.lf_evt_ocrd_dt
77: ,status_cd = p_rec.status_cd

Line 244: (p_module_name => 'BEN_CWB_PERSON_TASKS'

240: --
241: when hr_api.cannot_find_prog_unit then
242: --
243: hr_api.cannot_find_prog_unit_error
244: (p_module_name => 'BEN_CWB_PERSON_TASKS'
245: ,p_hook_type => 'AU');
246: --
247: end;
248: --