DBA Data[Home] [Help]

APPS.OE_OE_INLINE_ADDRESS dependencies on HZ_CONTACT_POINT_V2PUB

Line 609: l_contact_points_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;

605: ) IS
606:
607: x_contact_point_id number;
608:
609: l_contact_points_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
610: l_email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
611: l_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
612:
613: --

Line 610: l_email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;

606:
607: x_contact_point_id number;
608:
609: l_contact_points_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
610: l_email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
611: l_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
612:
613: --
614: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;

Line 611: l_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;

607: x_contact_point_id number;
608:
609: l_contact_points_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
610: l_email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
611: l_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
612:
613: --
614: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
615: --

Line 633: HZ_CONTACT_POINT_V2PUB.Create_Contact_Point(

629:
630: IF in_contact_point_type = 'EMAIL' then
631: l_email_rec.email_address := in_email;
632:
633: HZ_CONTACT_POINT_V2PUB.Create_Contact_Point(
634: p_contact_point_rec => l_contact_points_rec,
635: p_email_rec => l_email_rec,
636: x_return_status => x_return_status,
637: x_msg_count => x_msg_count,

Line 672: HZ_CONTACT_POINT_V2PUB.Create_Contact_Point(

668: l_contact_points_rec.attribute18 := c_attribute18;
669: l_contact_points_rec.attribute19 := c_attribute19;
670: l_contact_points_rec.attribute20 := c_attribute20;
671:
672: HZ_CONTACT_POINT_V2PUB.Create_Contact_Point(
673: p_contact_point_rec => l_contact_points_rec,
674: p_phone_rec => l_phone_rec,
675: x_return_status => x_return_status,
676: x_msg_count => x_msg_count,