DBA Data[Home] [Help]

APPS.HZ_COMMON_PUB dependencies on DUAL

Line 269: INTO l_account_number FROM dual;

265: BEGIN
266: l_count :=1;
267: WHILE l_count > 0 LOOP
268: SELECT to_char(hz_account_num_s.nextval)
269: INTO l_account_number FROM dual;
270: SELECT COUNT(*) INTO l_count
271: FROM hz_cust_accounts
272: WHERE account_number = l_account_number;
273:

Line 311: INTO l_party_site_number FROM dual;

307: BEGIN
308: l_count :=1;
309: WHILE l_count > 0 LOOP
310: SELECT to_char(hz_party_site_number_s.nextval)
311: INTO l_party_site_number FROM dual;
312: SELECT COUNT(*) INTO l_count
313: FROM hz_party_sites
314: WHERE party_site_number = l_party_site_number;
315: