DBA Data[Home] [Help]

APPS.ARH_CONT_PKG dependencies on HZ_CONTACT_POINT_V2PUB

Line 556: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;

552: party_rec hz_party_v2pub.party_rec_type;
553: per_rec hz_party_v2pub.person_rec_type;
554: prel_rec hz_relationship_v2pub.relationship_rec_type;
555: ocon_rec hz_party_contact_v2pub.org_contact_rec_type;
556: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;
557: email_rec hz_contact_point_v2pub.email_rec_type;
558: arole_rec hz_cust_account_role_v2pub.cust_account_role_rec_type;
559:
560: i_subject_party_id NUMBER;

Line 557: email_rec hz_contact_point_v2pub.email_rec_type;

553: per_rec hz_party_v2pub.person_rec_type;
554: prel_rec hz_relationship_v2pub.relationship_rec_type;
555: ocon_rec hz_party_contact_v2pub.org_contact_rec_type;
556: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;
557: email_rec hz_contact_point_v2pub.email_rec_type;
558: arole_rec hz_cust_account_role_v2pub.cust_account_role_rec_type;
559:
560: i_subject_party_id NUMBER;
561: i_subject_party_number VARCHAR2(30);

Line 880: HZ_CONTACT_POINT_V2PUB.create_contact_point (

876: END IF;
877:
878: IF X_Email_Address is not null THEN
879:
880: HZ_CONTACT_POINT_V2PUB.create_contact_point (
881: p_contact_point_rec => cpoint_rec,
882: p_email_rec => email_rec,
883: x_contact_point_id => i_contact_point_id,
884: x_return_status => x_return_status,

Line 1212: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;

1208: party_rec hz_party_v2pub.party_rec_type;
1209: per_rec hz_party_v2pub.person_rec_type;
1210: prel_rec hz_relationship_v2pub.relationship_rec_type;
1211: ocon_rec hz_party_contact_v2pub.org_contact_rec_type;
1212: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;
1213: email_rec hz_contact_point_v2pub.email_rec_type;
1214: arole_rec hz_cust_account_role_v2pub.cust_account_role_rec_type;
1215:
1216: tmp_var VARCHAR2(2000);

Line 1213: email_rec hz_contact_point_v2pub.email_rec_type;

1209: per_rec hz_party_v2pub.person_rec_type;
1210: prel_rec hz_relationship_v2pub.relationship_rec_type;
1211: ocon_rec hz_party_contact_v2pub.org_contact_rec_type;
1212: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;
1213: email_rec hz_contact_point_v2pub.email_rec_type;
1214: arole_rec hz_cust_account_role_v2pub.cust_account_role_rec_type;
1215:
1216: tmp_var VARCHAR2(2000);
1217: i number;

Line 1654: HZ_CONTACT_POINT_V2PUB.update_contact_point (

1650: FROM hz_contact_points
1651: WHERE contact_point_id = x_contact_point_Id;
1652: /********** Bug Fix End#2: 3403289 ***********************/
1653:
1654: HZ_CONTACT_POINT_V2PUB.update_contact_point (
1655: p_contact_point_rec => cpoint_rec,
1656: p_email_rec => email_rec,
1657: p_object_version_number => l_contact_pt_object_version,
1658: x_return_status => x_return_status,

Line 1697: HZ_CONTACT_POINT_V2PUB.create_contact_point (

1693:
1694: cpoint_rec.contact_point_id := i_contact_point_Id;
1695: cpoint_rec.created_by_module := 'TCA_FORM_WRAPPER';
1696:
1697: HZ_CONTACT_POINT_V2PUB.create_contact_point (
1698: p_contact_point_rec => cpoint_rec,
1699: p_email_rec => email_rec,
1700: x_contact_point_id => i_contact_point_id,
1701: x_return_status => x_return_status,