DBA Data[Home] [Help]

APPS.BEN_CLF_UPD dependencies on BEN_COMP_LVL_FCTR

Line 67: -- Update the ben_comp_lvl_fctr Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: ben_clf_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_comp_lvl_fctr Row
68: --
69: update ben_comp_lvl_fctr
70: set
71: comp_lvl_fctr_id = p_rec.comp_lvl_fctr_id,

Line 69: update ben_comp_lvl_fctr

65: ben_clf_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_comp_lvl_fctr Row
68: --
69: update ben_comp_lvl_fctr
70: set
71: comp_lvl_fctr_id = p_rec.comp_lvl_fctr_id,
72: business_group_id = p_rec.business_group_id,
73: name = p_rec.name,

Line 359: (p_module_name => 'ben_comp_lvl_fctr'

355: --
356: when hr_api.cannot_find_prog_unit then
357: --
358: hr_api.cannot_find_prog_unit_error
359: (p_module_name => 'ben_comp_lvl_fctr'
360: ,p_hook_type => 'AU');
361: --
362: end;
363: --