DBA Data[Home] [Help]

APPS.IMC_BOOKMARK_PUB dependencies on HZ_CONTACT_POINT_V2PUB

Line 538: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;

534:
535: per_person_rec per_person_cur%ROWTYPE;
536: per_rec hz_party_v2pub.person_rec_type;
537: par_rec hz_party_v2pub.party_rec_type;
538: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;
539: email_rec hz_contact_point_v2pub.email_rec_type;
540:
541: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
542: l_msg_count NUMBER;

Line 539: email_rec hz_contact_point_v2pub.email_rec_type;

535: per_person_rec per_person_cur%ROWTYPE;
536: per_rec hz_party_v2pub.person_rec_type;
537: par_rec hz_party_v2pub.party_rec_type;
538: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;
539: email_rec hz_contact_point_v2pub.email_rec_type;
540:
541: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
542: l_msg_count NUMBER;
543: l_msg_data VARCHAR2(2000);

Line 610: hz_contact_point_v2pub.create_contact_point(

606: cpoint_rec.owner_table_id := l_person_party_id;
607: cpoint_rec.primary_flag := 'Y';
608: email_rec.email_address := per_person_rec.email_address;
609:
610: hz_contact_point_v2pub.create_contact_point(
611: -- P_API_VERSION => 1,
612: P_INIT_MSG_LIST => 'F',
613: -- P_COMMIT => 'F',
614: P_CONTACT_POINT_REC => cpoint_rec,