DBA Data[Home] [Help]

APPS.IGS_OR_PHONES_PKG dependencies on HZ_CONTACT_POINT_V2PUB

Line 15: TO HZ_CONTACT_POINT_V2PUB for create

11: ssawhney 9-may-2002 Bug 2338473 -- allow for more than one HZ error to appear, where ever direct calls to HZ APIs are present.
12:
13: gmuralid 26-NOV-2002 BUG 2466674 -- V2API uptake
14: Changed reference of HZ_CONTACT_POINT_PUB
15: TO HZ_CONTACT_POINT_V2PUB for create
16: and update of contact points
17: gmuralid 27-NOV-02 BUG 2676422 Commented created_by_module := IGS in update call
18: pkpatel 6-JAN-2003 Bug 2730137
19: Removed the hard coding with g_gen

Line 107: email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;

103:
104: Who When What
105:
106: ***************************************************************** */
107: email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
108: edi_rec HZ_CONTACT_POINT_V2PUB.edi_rec_type;
109: phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
110: telex_rec HZ_CONTACT_POINT_V2PUB.telex_rec_type;
111: web_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;

Line 108: edi_rec HZ_CONTACT_POINT_V2PUB.edi_rec_type;

104: Who When What
105:
106: ***************************************************************** */
107: email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
108: edi_rec HZ_CONTACT_POINT_V2PUB.edi_rec_type;
109: phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
110: telex_rec HZ_CONTACT_POINT_V2PUB.telex_rec_type;
111: web_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;
112: cpoint_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;

Line 109: phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;

105:
106: ***************************************************************** */
107: email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
108: edi_rec HZ_CONTACT_POINT_V2PUB.edi_rec_type;
109: phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
110: telex_rec HZ_CONTACT_POINT_V2PUB.telex_rec_type;
111: web_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;
112: cpoint_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
113: x_owner_table VARCHAR2(30);

Line 110: telex_rec HZ_CONTACT_POINT_V2PUB.telex_rec_type;

106: ***************************************************************** */
107: email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
108: edi_rec HZ_CONTACT_POINT_V2PUB.edi_rec_type;
109: phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
110: telex_rec HZ_CONTACT_POINT_V2PUB.telex_rec_type;
111: web_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;
112: cpoint_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
113: x_owner_table VARCHAR2(30);
114: x_owner_table_id NUMBER;

Line 111: web_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;

107: email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
108: edi_rec HZ_CONTACT_POINT_V2PUB.edi_rec_type;
109: phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
110: telex_rec HZ_CONTACT_POINT_V2PUB.telex_rec_type;
111: web_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;
112: cpoint_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
113: x_owner_table VARCHAR2(30);
114: x_owner_table_id NUMBER;
115:

Line 112: cpoint_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;

108: edi_rec HZ_CONTACT_POINT_V2PUB.edi_rec_type;
109: phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
110: telex_rec HZ_CONTACT_POINT_V2PUB.telex_rec_type;
111: web_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;
112: cpoint_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
113: x_owner_table VARCHAR2(30);
114: x_owner_table_id NUMBER;
115:
116: tmp_var VARCHAR2(2000);

Line 184: HZ_CONTACT_POINT_V2PUB.create_contact_point(

180: phone_rec.phone_extension := x_extension;
181: END IF;
182:
183: -- call the API for the creation of the Contact Points
184: HZ_CONTACT_POINT_V2PUB.create_contact_point(
185: p_init_msg_list => FND_API.G_FALSE,
186: p_contact_point_rec => cpoint_rec,
187: p_edi_rec => edi_rec,
188: p_email_rec => email_rec,

Line 269: email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;

265: Who When What
266:
267: ***************************************************************** */
268:
269: email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
270: edi_rec HZ_CONTACT_POINT_V2PUB.edi_rec_type;
271: phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
272: telex_rec HZ_CONTACT_POINT_V2PUB.telex_rec_type;
273: web_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;

Line 270: edi_rec HZ_CONTACT_POINT_V2PUB.edi_rec_type;

266:
267: ***************************************************************** */
268:
269: email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
270: edi_rec HZ_CONTACT_POINT_V2PUB.edi_rec_type;
271: phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
272: telex_rec HZ_CONTACT_POINT_V2PUB.telex_rec_type;
273: web_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;
274: cpoint_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;

Line 271: phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;

267: ***************************************************************** */
268:
269: email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
270: edi_rec HZ_CONTACT_POINT_V2PUB.edi_rec_type;
271: phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
272: telex_rec HZ_CONTACT_POINT_V2PUB.telex_rec_type;
273: web_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;
274: cpoint_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
275: l_obj_ver hz_contact_points.object_version_number%TYPE;

Line 272: telex_rec HZ_CONTACT_POINT_V2PUB.telex_rec_type;

268:
269: email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
270: edi_rec HZ_CONTACT_POINT_V2PUB.edi_rec_type;
271: phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
272: telex_rec HZ_CONTACT_POINT_V2PUB.telex_rec_type;
273: web_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;
274: cpoint_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
275: l_obj_ver hz_contact_points.object_version_number%TYPE;
276:

Line 273: web_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;

269: email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
270: edi_rec HZ_CONTACT_POINT_V2PUB.edi_rec_type;
271: phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
272: telex_rec HZ_CONTACT_POINT_V2PUB.telex_rec_type;
273: web_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;
274: cpoint_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
275: l_obj_ver hz_contact_points.object_version_number%TYPE;
276:
277: tmp_var VARCHAR2(2000);

Line 274: cpoint_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;

270: edi_rec HZ_CONTACT_POINT_V2PUB.edi_rec_type;
271: phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
272: telex_rec HZ_CONTACT_POINT_V2PUB.telex_rec_type;
273: web_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;
274: cpoint_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
275: l_obj_ver hz_contact_points.object_version_number%TYPE;
276:
277: tmp_var VARCHAR2(2000);
278: tmp_var1 VARCHAR2(2000);

Line 333: HZ_CONTACT_POINT_V2PUB.update_contact_point(

329: -- Call the API for the updation of the Contact Points
330:
331:
332:
333: HZ_CONTACT_POINT_V2PUB.update_contact_point(
334: p_init_msg_list => FND_API.G_FALSE,
335: p_contact_point_rec => cpoint_rec,
336: p_edi_rec => edi_rec,
337: p_email_rec => email_rec ,