DBA Data[Home] [Help]

APPS.IGS_OR_CONTACTS_PKG dependencies on HZ_PARTY_CONTACT_V2PUB

Line 151: ocon_rec hz_party_contact_v2pub.org_contact_rec_type;

147: kumma 07-JUN-2002 Commented out NOCOPY the call to fnd_msg_pub.add as a call to igs_ge_msg_stact.add is also present
148: vskumar 24-May-2006 xbuild3 performace fix. changed first select statment related to table hz_relationships.
149: ***************************************************************** */
150: -- masehgal changed to hz_xxxx_V2PUB
151: ocon_rec hz_party_contact_v2pub.org_contact_rec_type;
152: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;
153: email_rec hz_contact_point_v2pub.email_rec_type;
154: l_party_rec hz_party_v2pub.party_rec_type;
155: org_rel_rec hz_relationship_v2pub.relationship_rec_type;

Line 285: hz_party_contact_v2pub.create_org_contact(

281: END IF;
282: ocon_rec.party_rel_rec := org_rel_rec;
283:
284: -- masehgal changed Call to V2PUB for the Creation of the Org Contacts
285: hz_party_contact_v2pub.create_org_contact(
286: p_init_msg_list => 'T',
287: p_org_contact_rec => ocon_rec,
288: x_return_status => x_return_status,
289: x_msg_count => x_msg_count,

Line 448: ocon_rec hz_party_contact_v2pub.org_contact_rec_type;

444:
445: Who When What
446: ssawhney 2338473 -- to display all message if mroe than one error
447: ***************************************************************** */
448: ocon_rec hz_party_contact_v2pub.org_contact_rec_type;
449: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;
450: email_rec hz_contact_point_v2pub.email_rec_type;
451: org_rel_rec hz_relationship_v2pub.relationship_rec_type;
452: l_party_id hz_parties.party_id%TYPE;

Line 524: hz_party_contact_v2pub.update_org_contact(

520: l_hz_parties_obj_ver_num := P_REL_PARTY_OVN;
521: l_rel_obj_ver_num := P_REL_OVN;
522:
523: -- Call the API for the updation of the Org Contact Record
524: hz_party_contact_v2pub.update_org_contact(
525: p_init_msg_list => 'T',
526: p_org_contact_rec => ocon_rec,
527: p_cont_object_version_number => l_org_contacts_obj_ver_num,
528: p_rel_object_version_number => l_rel_obj_ver_num,