DBA Data[Home] [Help]

APPS.BEN_CQB_INS dependencies on BEN_CBR_QUALD_BNF

Line 63: -- Insert the row into: ben_cbr_quald_bnf

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

Line 65: insert into ben_cbr_quald_bnf

61: ben_cqb_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_cbr_quald_bnf
64: --
65: insert into ben_cbr_quald_bnf
66: ( cbr_quald_bnf_id,
67: quald_bnf_flag,
68: cbr_elig_perd_strt_dt,
69: cbr_elig_perd_end_dt,

Line 221: Cursor C_Sel1 is select ben_cbr_quald_bnf_s.nextval from sys.dual;

217: Procedure pre_insert(p_rec in out nocopy ben_cqb_shd.g_rec_type) is
218: --
219: l_proc varchar2(72) := g_package||'pre_insert';
220: --
221: Cursor C_Sel1 is select ben_cbr_quald_bnf_s.nextval from sys.dual;
222: --
223: Begin
224: hr_utility.set_location('Entering:'||l_proc, 5);
225: --

Line 334: (p_module_name => 'ben_cbr_quald_bnf'

330: --
331: when hr_api.cannot_find_prog_unit then
332: --
333: hr_api.cannot_find_prog_unit_error
334: (p_module_name => 'ben_cbr_quald_bnf'
335: ,p_hook_type => 'AI');
336: --
337: end;
338: --