DBA Data[Home] [Help]

APPS.OE_OE_INLINE_ADDRESS dependencies on HZ_CONTACT_NUMBERS_S

Line 207: select hz_contact_numbers_s.nextval

203: Where party_id = p_party_id;
204:
205: if l_gen_contact_number = 'N' then
206:
207: select hz_contact_numbers_s.nextval
208: into l_org_contact_rec.contact_number
209: from dual;
210: end if;
211: