DBA Data[Home] [Help]

APPS.BEN_EIV_INS dependencies on BEN_EXTRA_INPUT_VALUES

Line 87: -- Insert the row into: ben_extra_input_values

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: ben_eiv_shd.g_api_dml := true; -- Set the api dml status
86: --
87: -- Insert the row into: ben_extra_input_values
88: --
89: insert into ben_extra_input_values
90: (extra_input_value_id
91: ,acty_base_rt_id

Line 89: insert into ben_extra_input_values

85: ben_eiv_shd.g_api_dml := true; -- Set the api dml status
86: --
87: -- Insert the row into: ben_extra_input_values
88: --
89: insert into ben_extra_input_values
90: (extra_input_value_id
91: ,acty_base_rt_id
92: ,input_value_id
93: ,input_text

Line 238: Cursor C_Sel1 is select ben_extra_input_values_s.nextval from sys.dual;

234: (p_effective_date in date
235: ,p_rec in out nocopy ben_eiv_shd.g_rec_type
236: ) is
237: --
238: Cursor C_Sel1 is select ben_extra_input_values_s.nextval from sys.dual;
239: --
240: l_proc varchar2(72) := g_package||'pre_insert';
241: --
242: Begin

Line 385: (p_module_name => 'BEN_EXTRA_INPUT_VALUES'

381: --
382: when hr_api.cannot_find_prog_unit then
383: --
384: hr_api.cannot_find_prog_unit_error
385: (p_module_name => 'BEN_EXTRA_INPUT_VALUES'
386: ,p_hook_type => 'AI');
387: --
388: end;
389: --