DBA Data[Home] [Help]

APPS.PER_PEOPLE_PKG dependencies on DUAL

Line 132: from sys.dual;

128: --
129: -- Define Cursor.
130: --
131: cursor c1 is select per_people_s.nextval
132: from sys.dual;
133: --
134: cursor c2 is select rowid
135: from per_people_f
136: where effective_start_date = p_effective_start_date