DBA Data[Home] [Help]

APPS.IGF_AP_MATCHING_PROCESS_PKG dependencies on HZ_CONTACT_POINT_V2PUB

Line 2348: p_contact_points_rec hz_contact_point_v2pub.contact_point_rec_type;

2344: AND contact_point_type = cp_contact_point_type
2345: AND NVL(primary_flag,'X') = cp_primary_flag;
2346:
2347:
2348: p_contact_points_rec hz_contact_point_v2pub.contact_point_rec_type;
2349: p_email_rec hz_contact_point_v2pub.email_rec_type := NULL;
2350: p_phone_rec hz_contact_point_v2pub.phone_rec_type;
2351: l_obj_ver hz_contact_points.object_version_number%TYPE;
2352: l_contact_point_id hz_contact_points.contact_point_id%TYPE := NULL;

Line 2349: p_email_rec hz_contact_point_v2pub.email_rec_type := NULL;

2345: AND NVL(primary_flag,'X') = cp_primary_flag;
2346:
2347:
2348: p_contact_points_rec hz_contact_point_v2pub.contact_point_rec_type;
2349: p_email_rec hz_contact_point_v2pub.email_rec_type := NULL;
2350: p_phone_rec hz_contact_point_v2pub.phone_rec_type;
2351: l_obj_ver hz_contact_points.object_version_number%TYPE;
2352: l_contact_point_id hz_contact_points.contact_point_id%TYPE := NULL;
2353: l_obj_version hz_contact_points.object_version_number%TYPE;

Line 2350: p_phone_rec hz_contact_point_v2pub.phone_rec_type;

2346:
2347:
2348: p_contact_points_rec hz_contact_point_v2pub.contact_point_rec_type;
2349: p_email_rec hz_contact_point_v2pub.email_rec_type := NULL;
2350: p_phone_rec hz_contact_point_v2pub.phone_rec_type;
2351: l_obj_ver hz_contact_points.object_version_number%TYPE;
2352: l_contact_point_id hz_contact_points.contact_point_id%TYPE := NULL;
2353: l_obj_version hz_contact_points.object_version_number%TYPE;
2354: l_return_status VARCHAR2(25);

Line 2407: HZ_CONTACT_POINT_V2PUB.create_contact_point(

2403: 'Person id ' ||p_person_id|| ' does not have email. Inserting email address into Person record from ISIR');
2404: END IF;
2405:
2406: -- call the API to insert Email Address
2407: HZ_CONTACT_POINT_V2PUB.create_contact_point(
2408: p_init_msg_list => FND_API.G_FALSE,
2409: p_contact_point_rec => p_contact_points_rec,
2410: p_email_rec => p_email_rec,
2411: p_phone_rec => p_phone_rec,