DBA Data[Home] [Help]

APPS.BEN_AUD_UPD dependencies on BEN_CWB_AUDIT

Line 68: -- Update the ben_cwb_audit Row

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

Line 70: update ben_cwb_audit

66: --
67: --
68: -- Update the ben_cwb_audit Row
69: --
70: update ben_cwb_audit
71: set
72: cwb_audit_id = p_rec.cwb_audit_id
73: ,group_per_in_ler_id = p_rec.group_per_in_ler_id
74: ,group_pl_id = p_rec.group_pl_id

Line 281: (p_module_name => 'BEN_CWB_AUDIT'

277: --
278: when hr_api.cannot_find_prog_unit then
279: --
280: hr_api.cannot_find_prog_unit_error
281: (p_module_name => 'BEN_CWB_AUDIT'
282: ,p_hook_type => 'AU');
283: --
284: end;
285: --