DBA Data[Home] [Help]

APPS.OE_OE_INLINE_ADDRESS dependencies on HZ_CONTACT_POINT_V2PUB

Line 624: l_contact_points_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;

620: ) IS
621:
622: x_contact_point_id number;
623:
624: l_contact_points_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
625: l_email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
626: l_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
627:
628: --

Line 625: l_email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;

621:
622: x_contact_point_id number;
623:
624: l_contact_points_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
625: l_email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
626: l_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
627:
628: --
629: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;

Line 626: l_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;

622: x_contact_point_id number;
623:
624: l_contact_points_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
625: l_email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
626: l_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
627:
628: --
629: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
630: --

Line 651: HZ_CONTACT_POINT_V2PUB.Create_Contact_Point(

647:
648: IF in_contact_point_type = 'EMAIL' then
649: l_email_rec.email_address := in_email;
650:
651: HZ_CONTACT_POINT_V2PUB.Create_Contact_Point(
652: p_contact_point_rec => l_contact_points_rec,
653: p_email_rec => l_email_rec,
654: x_return_status => x_return_status,
655: x_msg_count => x_msg_count,

Line 690: HZ_CONTACT_POINT_V2PUB.Create_Contact_Point(

686: l_contact_points_rec.attribute18 := c_attribute18;
687: l_contact_points_rec.attribute19 := c_attribute19;
688: l_contact_points_rec.attribute20 := c_attribute20;
689:
690: HZ_CONTACT_POINT_V2PUB.Create_Contact_Point(
691: p_contact_point_rec => l_contact_points_rec,
692: p_phone_rec => l_phone_rec,
693: x_return_status => x_return_status,
694: x_msg_count => x_msg_count,