DBA Data[Home] [Help]

APPS.BEN_BBP_INS dependencies on BEN_BATCH_PARAMETER

Line 63: -- Insert the row into: ben_batch_parameter

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ben_bbp_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_batch_parameter
64: --
65: insert into ben_batch_parameter
66: ( batch_parameter_id,
67: batch_exe_cd,

Line 65: insert into ben_batch_parameter

61: ben_bbp_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_batch_parameter
64: --
65: insert into ben_batch_parameter
66: ( batch_parameter_id,
67: batch_exe_cd,
68: thread_cnt_num,
69: max_err_num,

Line 154: select ben_batch_parameter_s.nextval

150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: select ben_batch_parameter_s.nextval
155: into p_rec.batch_parameter_id
156: from sys.dual;
157: --
158: --

Line 222: (p_module_name => 'ben_batch_parameter'

218: --
219: when hr_api.cannot_find_prog_unit then
220: --
221: hr_api.cannot_find_prog_unit_error
222: (p_module_name => 'ben_batch_parameter'
223: ,p_hook_type => 'AI');
224: --
225: end;
226: --