DBA Data[Home] [Help]

APPS.BEN_ABI_INS dependencies on BEN_ABR_EXTRA_INFO

Line 56: -- Insert the row into: ben_abr_extra_info

52: hr_utility.set_location('Entering:'||l_proc, 5);
53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: --
56: -- Insert the row into: ben_abr_extra_info
57: --
58: insert into ben_abr_extra_info
59: ( abr_extra_info_id,
60: information_type,

Line 58: insert into ben_abr_extra_info

54: --
55: --
56: -- Insert the row into: ben_abr_extra_info
57: --
58: insert into ben_abr_extra_info
59: ( abr_extra_info_id,
60: information_type,
61: acty_base_rt_id,
62: request_id,

Line 243: Cursor C_Sel1 is select ben_abr_extra_info_s.nextval from sys.dual;

239: Procedure pre_insert(p_rec in out nocopy ben_abi_shd.g_rec_type) is
240: --
241: l_proc varchar2(72) := g_package||'pre_insert';
242: --
243: Cursor C_Sel1 is select ben_abr_extra_info_s.nextval from sys.dual;
244: --
245: Begin
246: hr_utility.set_location('Entering:'||l_proc, 5);
247: --