DBA Data[Home] [Help]

APPS.BEN_BMI_UPD dependencies on BEN_BATCH_COMMU_INFO

Line 67: -- Update the ben_batch_commu_info Row

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

Line 69: update ben_batch_commu_info

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

Line 219: (p_module_name => 'ben_batch_commu_info'

215: --
216: when hr_api.cannot_find_prog_unit then
217: --
218: hr_api.cannot_find_prog_unit_error
219: (p_module_name => 'ben_batch_commu_info'
220: ,p_hook_type => 'AU');
221: --
222: end;
223: --