DBA Data[Home] [Help]

APPS.OTA_PLE_INS dependencies on DUAL

Line 201: Cursor C_Sel1 is select ota_price_list_entries_s.nextval from sys.dual;

197: Procedure pre_insert(p_rec in out ota_ple_shd.g_rec_type) is
198: --
199: l_proc varchar2(72) := g_package||'pre_insert';
200: --
201: Cursor C_Sel1 is select ota_price_list_entries_s.nextval from sys.dual;
202: --
203: Begin
204: hr_utility.set_location('Entering:'||l_proc, 5);
205: --