[Home] [Help]
APPS.HZ_PARTY_CONTACT_V2PUB dependencies on DUAL
Line 229: INTO l_contact_number FROM dual;
225: l_count := 1;
226:
227: WHILE l_count > 0 LOOP
228: SELECT to_char(hz_contact_numbers_s.nextval)
229: INTO l_contact_number FROM dual;
230:
231: BEGIN
232: SELECT count(*) --1
233: INTO l_count