DBA Data[Home] [Help]

APPS.BEN_BCD_UPD dependencies on BEN_CWB_MATRIX_DTL

Line 68: -- Update the ben_cwb_matrix_dtl Row

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

Line 70: update ben_cwb_matrix_dtl

66: --
67: --
68: -- Update the ben_cwb_matrix_dtl Row
69: --
70: update ben_cwb_matrix_dtl
71: set
72: cwb_matrix_dtl_id = p_rec.cwb_matrix_dtl_id
73: ,cwb_matrix_id = p_rec.cwb_matrix_id
74: ,row_crit_val = p_rec.row_crit_val

Line 236: (p_module_name => 'BEN_CWB_MATRIX_DTL'

232: --
233: when hr_api.cannot_find_prog_unit then
234: --
235: hr_api.cannot_find_prog_unit_error
236: (p_module_name => 'BEN_CWB_MATRIX_DTL'
237: ,p_hook_type => 'AU');
238: --
239: end;
240: --