DBA Data[Home] [Help]

APPS.BEN_BBP_UPD dependencies on BEN_BATCH_PARAMETER

Line 67: -- Update the ben_batch_parameter Row

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

Line 69: update ben_batch_parameter

65: ben_bbp_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_batch_parameter Row
68: --
69: update ben_batch_parameter
70: set
71: batch_parameter_id = p_rec.batch_parameter_id,
72: batch_exe_cd = p_rec.batch_exe_cd,
73: thread_cnt_num = p_rec.thread_cnt_num,

Line 213: (p_module_name => 'ben_batch_parameter'

209: --
210: when hr_api.cannot_find_prog_unit then
211: --
212: hr_api.cannot_find_prog_unit_error
213: (p_module_name => 'ben_batch_parameter'
214: ,p_hook_type => 'AU');
215: --
216: end;
217: --