DBA Data[Home] [Help]

APPS.IGS_OR_CONTACTS_PKG dependencies on HZ_CONTACT_POINT_V2PUB

Line 21: HZ_CONTACT_POINT_V2PUB FOR BOTH CREATE AND UPDATE CONTACT POINTS THROUGHOUT

17: | kpadiyar 15-May-2002 Bug 2373159 -- OSSIMP15: ERROR MESSAGE FOR DUPLICTED INSTITUTION CONTACT NOT INFORMATIVE.
18: | kpadiyar 19-May-2002 Bug 2373159 -- Code changed to return the party number instead of the party id - Review comments.
19:
20: gmuralid 25-NOV-2002 BUG 2466674 -- V2 API UPTAKE CHANGED REFERENCE OF HZ_CONTACT_POINT_PUB TO
21: HZ_CONTACT_POINT_V2PUB FOR BOTH CREATE AND UPDATE CONTACT POINTS THROUGHOUT
22: THE PACKAGE BODY.
23: | masehgal 26-Nov-2002 TCA_V2API_uptake corrected as per V2
24: ssawhney 30-apr-2003 V2API OVN changes
25: pkpatel 4-Oct-2005 Bug 4654735 (Replaced the reference of HZ_PARTY_RELATIONSHIPS with HZ_RELATIONSHIPS)

Line 152: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;

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;
156:

Line 153: email_rec hz_contact_point_v2pub.email_rec_type;

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;
156:
157: l_var VARCHAR2(1);

Line 330: hz_contact_point_v2pub.create_contact_point(

326: email_rec.email_address := x_email_address;
327:
328: -- If the Email Address is provided, then create the Contact Point
329: IF x_email_address IS NOT NULL THEN
330: hz_contact_point_v2pub.create_contact_point(
331: p_init_msg_list => FND_API.G_FALSE,
332: p_contact_point_rec => cpoint_rec ,
333: p_edi_rec => NULL,
334: p_email_rec => email_rec,

Line 449: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;

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;
453: l_last_update_date DATE;

Line 450: email_rec hz_contact_point_v2pub.email_rec_type;

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;
453: l_last_update_date DATE;
454: l_contact_point_id NUMBER(20);

Line 577: HZ_CONTACT_POINT_V2PUB.update_contact_point(

573:
574: l_obj_ver := P_CONTACT_POINT_OVN;
575:
576:
577: HZ_CONTACT_POINT_V2PUB.update_contact_point(
578: p_init_msg_list => FND_API.G_FALSE,
579: p_contact_point_rec => cpoint_rec,
580: p_edi_rec => NULL,
581: p_email_rec => email_rec,

Line 604: hz_contact_point_v2pub.create_contact_point(

600:
601: cpoint_rec.created_by_module := 'IGS' ;
602: cpoint_rec.content_source_type := 'USER_ENTERED';
603:
604: hz_contact_point_v2pub.create_contact_point(
605: p_init_msg_list => FND_API.G_FALSE,
606: p_contact_point_rec => cpoint_rec ,
607: p_edi_rec => NULL,
608: p_email_rec => email_rec,