DBA Data[Home] [Help]

APPS.OE_OE_INLINE_ADDRESS dependencies on HZ_CONTACT_POINTS_S

Line 643: select hz_contact_points_s.nextval

639:
640: l_contact_points_rec.orig_system := p_orig_system; --ER7675548
641: l_contact_points_rec.orig_system_reference := p_orig_system_reference; --ER7675548
642:
643: select hz_contact_points_s.nextval
644: into l_contact_points_rec.contact_point_id
645: from dual;
646:
647: