DBA Data[Home] [Help]

APPS.IGS_OR_PHONES_PKG dependencies on DUAL

Line 126: FROM dual;

122:
123: -- Get the value for the x_phone_id from the Sequence
124: SELECT hz_contact_points_s.NEXTVAL
125: INTO x_phone_id
126: FROM dual;
127:
128: IF (x_orig_system_reference IS NULL) THEN
129: x_orig_system_reference := x_phone_id;
130: END IF;