DBA Data[Home] [Help]

APPS.IGS_OR_PHONES_PKG dependencies on HZ_CONTACT_POINTS_S

Line 124: SELECT hz_contact_points_s.NEXTVAL

120: x_owner_table := g_parties;
121: x_owner_table_id := x_party_id;
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