DBA Data[Home] [Help]

APPS.BEN_BRI_UPD dependencies on BEN_BATCH_RATE_INFO

Line 67: -- Update the ben_batch_rate_info Row

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

Line 69: update ben_batch_rate_info

65: ben_bri_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_batch_rate_info Row
68: --
69: update ben_batch_rate_info
70: set
71: batch_rt_id = p_rec.batch_rt_id,
72: benefit_action_id = p_rec.benefit_action_id,
73: person_id = p_rec.person_id,

Line 263: (p_module_name => 'ben_batch_rate_info'

259: --
260: when hr_api.cannot_find_prog_unit then
261: --
262: hr_api.cannot_find_prog_unit_error
263: (p_module_name => 'ben_batch_rate_info'
264: ,p_hook_type => 'AU');
265: --
266: end;
267: --