DBA Data[Home] [Help]

APPS.BEN_BLI_UPD dependencies on BEN_BATCH_LER_INFO

Line 67: -- Update the ben_batch_ler_info Row

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

Line 69: update ben_batch_ler_info

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

Line 252: (p_module_name => 'ben_batch_ler_info'

248: --
249: when hr_api.cannot_find_prog_unit then
250: --
251: hr_api.cannot_find_prog_unit_error
252: (p_module_name => 'ben_batch_ler_info'
253: ,p_hook_type => 'AU');
254: --
255: end;
256: --