DBA Data[Home] [Help]

APPS.BEN_BDI_UPD dependencies on BEN_BATCH_DPNT_INFO

Line 67: -- Update the ben_batch_dpnt_info Row

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

Line 69: update ben_batch_dpnt_info

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

Line 232: (p_module_name => 'ben_batch_dpnt_info'

228: --
229: when hr_api.cannot_find_prog_unit then
230: --
231: hr_api.cannot_find_prog_unit_error
232: (p_module_name => 'ben_batch_dpnt_info'
233: ,p_hook_type => 'AU');
234: --
235: end;
236: --