DBA Data[Home] [Help]

APPS.OE_INLINE_CUSTOMER_PUB dependencies on HZ_CONTACT_POINTS_S

Line 587: Select hz_contact_points_s.nextval

583: l_contact_points_rec.created_by_module := G_CREATED_BY_MODULE;
584: l_contact_points_rec.application_id := 660;
585:
586: -- Select the nextval from sequence for contact point
587: Select hz_contact_points_s.nextval
588: Into l_contact_points_rec.contact_point_id
589: From dual;
590:
591: If p_contact_point_type = 'EMAIL' Then