DBA Data[Home] [Help]

APPS.BEN_EIV_INS dependencies on DUAL

Line 238: Cursor C_Sel1 is select ben_extra_input_values_s.nextval from sys.dual;

234: (p_effective_date in date
235: ,p_rec in out nocopy ben_eiv_shd.g_rec_type
236: ) is
237: --
238: Cursor C_Sel1 is select ben_extra_input_values_s.nextval from sys.dual;
239: --
240: l_proc varchar2(72) := g_package||'pre_insert';
241: --
242: Begin