DBA Data[Home] [Help]

APPS.BEN_CRP_UPD dependencies on BEN_CBR_PER_IN_LER

Line 67: -- Update the ben_cbr_per_in_ler Row

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

Line 69: update ben_cbr_per_in_ler

65: ben_crp_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_cbr_per_in_ler Row
68: --
69: update ben_cbr_per_in_ler
70: set
71: cbr_per_in_ler_id = p_rec.cbr_per_in_ler_id,
72: init_evt_flag = p_rec.init_evt_flag,
73: cnt_num = p_rec.cnt_num,

Line 311: (p_module_name => 'ben_cbr_per_in_ler'

307: --
308: when hr_api.cannot_find_prog_unit then
309: --
310: hr_api.cannot_find_prog_unit_error
311: (p_module_name => 'ben_cbr_per_in_ler'
312: ,p_hook_type => 'AU');
313: --
314: end;
315: --