DBA Data[Home] [Help]

APPS.OTA_TEA_INS dependencies on DUAL

Line 191: Cursor C_Sel1 is select ota_event_associations_s.nextval from sys.dual;

187: Procedure pre_insert(p_rec in out nocopy ota_tea_shd.g_rec_type) is
188: --
189: l_proc varchar2(72) := g_package||'pre_insert';
190: --
191: Cursor C_Sel1 is select ota_event_associations_s.nextval from sys.dual;
192: --
193: Begin
194: hr_utility.set_location('Entering:'||l_proc, 5);
195: --