DBA Data[Home] [Help]

APPS.HZ_PARTY_CONTACT_V2PUB dependencies on DUAL

Line 226: INTO l_contact_number FROM dual;

222: l_count := 1;
223:
224: WHILE l_count > 0 LOOP
225: SELECT to_char(hz_contact_numbers_s.nextval)
226: INTO l_contact_number FROM dual;
227:
228: BEGIN
229: SELECT 1
230: INTO l_count