DBA Data[Home] [Help]

APPS.BEN_CRP_INS dependencies on BEN_CBR_PER_IN_LER

Line 63: -- Insert the row into: ben_cbr_per_in_ler

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ben_crp_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_cbr_per_in_ler
64: --
65: insert into ben_cbr_per_in_ler
66: ( cbr_per_in_ler_id,
67: init_evt_flag,

Line 65: insert into ben_cbr_per_in_ler

61: ben_crp_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_cbr_per_in_ler
64: --
65: insert into ben_cbr_per_in_ler
66: ( cbr_per_in_ler_id,
67: init_evt_flag,
68: cnt_num,
69: per_in_ler_id,

Line 213: Cursor C_Sel1 is select ben_cbr_per_in_ler_s.nextval from sys.dual;

209: Procedure pre_insert(p_rec in out nocopy ben_crp_shd.g_rec_type) is
210: --
211: l_proc varchar2(72) := g_package||'pre_insert';
212: --
213: Cursor C_Sel1 is select ben_cbr_per_in_ler_s.nextval from sys.dual;
214: --
215: Begin
216: hr_utility.set_location('Entering:'||l_proc, 5);
217: --

Line 322: (p_module_name => 'ben_cbr_per_in_ler'

318: --
319: when hr_api.cannot_find_prog_unit then
320: --
321: hr_api.cannot_find_prog_unit_error
322: (p_module_name => 'ben_cbr_per_in_ler'
323: ,p_hook_type => 'AI');
324: --
325: end;
326: --