DBA Data[Home] [Help]

APPS.BEN_BCM_UPD dependencies on BEN_CWB_MATRIX

Line 68: -- Update the ben_cwb_matrix Row

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

Line 70: update ben_cwb_matrix

66: --
67: --
68: -- Update the ben_cwb_matrix Row
69: --
70: update ben_cwb_matrix
71: set
72: cwb_matrix_id = p_rec.cwb_matrix_id
73: ,name = p_rec.name
74: ,date_saved = p_rec.date_saved

Line 248: (p_module_name => 'BEN_CWB_MATRIX'

244: --
245: when hr_api.cannot_find_prog_unit then
246: --
247: hr_api.cannot_find_prog_unit_error
248: (p_module_name => 'BEN_CWB_MATRIX'
249: ,p_hook_type => 'AU');
250: --
251: end;
252: --