DBA Data[Home] [Help]

APPS.BEN_EIV_UPD dependencies on BEN_EXTRA_INPUT_VALUES

Line 68: -- Update the ben_extra_input_values Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: ben_eiv_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ben_extra_input_values Row
69: --
70: update ben_extra_input_values
71: set
72: extra_input_value_id = p_rec.extra_input_value_id

Line 70: update ben_extra_input_values

66: ben_eiv_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ben_extra_input_values Row
69: --
70: update ben_extra_input_values
71: set
72: extra_input_value_id = p_rec.extra_input_value_id
73: ,acty_base_rt_id = p_rec.acty_base_rt_id
74: ,input_value_id = p_rec.input_value_id

Line 390: (p_module_name => 'BEN_EXTRA_INPUT_VALUES'

386: --
387: when hr_api.cannot_find_prog_unit then
388: --
389: hr_api.cannot_find_prog_unit_error
390: (p_module_name => 'BEN_EXTRA_INPUT_VALUES'
391: ,p_hook_type => 'AU');
392: --
393: end;
394: --