DBA Data[Home] [Help]

APPS.HR_TCP_INS dependencies on DUAL

Line 165: Cursor C_Sel1 is select hr_tcp_s.nextval from sys.dual

161: ) is
162: --
163: l_proc varchar2(72) := g_package||'pre_insert';
164: --
165: Cursor C_Sel1 is select hr_tcp_s.nextval from sys.dual
166: ;
167: --
168: Begin
169: hr_utility.set_location('Entering:'||l_proc, 5);