DBA Data[Home] [Help]

APPS.OTA_VSP_API dependencies on DUAL

Line 692: Cursor C_Sel1 is select ota_vendor_supplies_s.nextval from sys.dual;

688: Procedure pre_insert(p_rec in out nocopy g_rec_type) is
689: --
690: l_proc varchar2(72) := g_package||'pre_insert';
691: --
692: Cursor C_Sel1 is select ota_vendor_supplies_s.nextval from sys.dual;
693: --
694: Begin
695: hr_utility.set_location('Entering:'||l_proc, 5);
696: --