DBA Data[Home] [Help]

APPS.ARH_CONT_PKG dependencies on HZ_PARTY_V2PUB

Line 552: party_rec hz_party_v2pub.party_rec_type;

548: --cust_point_rec hz_customer_accounts_pub.cust_contact_pt_rec_type;
549: --email_rec hz_contact_point_pub.email_rec_type;
550: --arole_rec hz_customer_accounts_pub.cust_acct_roles_rec_type;
551:
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;

Line 553: per_rec hz_party_v2pub.person_rec_type;

549: --email_rec hz_contact_point_pub.email_rec_type;
550: --arole_rec hz_customer_accounts_pub.cust_acct_roles_rec_type;
551:
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;

Line 666: HZ_PARTY_V2PUB.create_person (

662: --Bug fix 1688212
663: --Bug:2225260,added sub party id checking
664: IF i_create_org_contact = 'Y' AND X_Sub_Party_Id IS NULL THEN
665:
666: HZ_PARTY_V2PUB.create_person (
667: p_person_rec => per_rec,
668: x_party_id => i_subject_party_id,
669: x_party_number => i_subject_party_number,
670: x_profile_id => i_profile_id,

Line 1208: party_rec hz_party_v2pub.party_rec_type;

1204: x_contact_pt_object_version in out NOCOPY NUMBER,
1205: x_acct_role_object_version in out NOCOPY NUMBER
1206: )
1207: IS
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;

Line 1209: per_rec hz_party_v2pub.person_rec_type;

1205: x_acct_role_object_version in out NOCOPY NUMBER
1206: )
1207: IS
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;

Line 1374: HZ_PARTY_V2PUB.update_person (

1370: END IF;
1371:
1372: END IF;
1373:
1374: HZ_PARTY_V2PUB.update_person (
1375: p_person_rec => per_rec,
1376: p_party_object_version_number => l_person_object_version,
1377: x_profile_id => x_profile_id,
1378: x_return_status => x_return_status,