DBA Data[Home] [Help]

APPS.AMS_CONTACT_PREFERENCE_PVT dependencies on STANDARD

Line 59: -- Standard Start of API savepoint

55:
56:
57: l_hz_contact_pref_rec HZ_CONTACT_PREFERENCE_V2PUB.CONTACT_PREFERENCE_REC_TYPE;
58: BEGIN
59: -- Standard Start of API savepoint
60: SAVEPOINT Create_Contact_Preference_PVT;
61:
62:
63: -- Standard call to check for call compatibility.

Line 63: -- Standard call to check for call compatibility.

59: -- Standard Start of API savepoint
60: SAVEPOINT Create_Contact_Preference_PVT;
61:
62:
63: -- Standard call to check for call compatibility.
64:
65: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
66: p_api_version_number,
67: l_api_name,

Line 157: -- Standard check for p_commit

153: JTF_FM_TRACK_PVT.UNSUBSCRIBE_USER(p_request_id,p_ams_contact_pref_rec.contact_level_table_id);
154:
155: END IF;
156:
157: -- Standard check for p_commit
158: IF FND_API.to_Boolean( p_commit )
159: THEN
160: COMMIT WORK;
161: END IF;

Line 170: -- Standard call to get message count and if count is 1, get message info.

166:
167: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
168: END IF;
169:
170: -- Standard call to get message count and if count is 1, get message info.
171: FND_MSG_PUB.Count_And_Get
172: (p_count => x_msg_count,
173: p_data => x_msg_data
174: );

Line 184: -- Standard call to get message count and if count=1, get the message

180:
181: WHEN FND_API.G_EXC_ERROR THEN
182: ROLLBACK TO Create_Contact_Preference_PVT;
183: x_return_status := FND_API.G_RET_STS_ERROR;
184: -- Standard call to get message count and if count=1, get the message
185: FND_MSG_PUB.Count_And_Get (
186: p_encoded => FND_API.G_FALSE,
187: p_count => x_msg_count,
188: p_data => x_msg_data

Line 194: -- Standard call to get message count and if count=1, get the message

190:
191: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
192: ROLLBACK TO Create_Contact_Preference_PVT;
193: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
194: -- Standard call to get message count and if count=1, get the message
195: FND_MSG_PUB.Count_And_Get (
196: p_encoded => FND_API.G_FALSE,
197: p_count => x_msg_count,
198: p_data => x_msg_data

Line 208: -- Standard call to get message count and if count=1, get the message

204: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
205: THEN
206: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
207: END IF;
208: -- Standard call to get message count and if count=1, get the message
209: FND_MSG_PUB.Count_And_Get (
210: p_encoded => FND_API.G_FALSE,
211: p_count => x_msg_count,
212: p_data => x_msg_data

Line 246: -- Standard Start of API savepoint

242: l_msg_data VARCHAR2(2000);
243: l_hz_contact_pref_rec HZ_CONTACT_PREFERENCE_V2PUB.CONTACT_PREFERENCE_REC_TYPE;
244:
245: BEGIN
246: -- Standard Start of API savepoint
247: SAVEPOINT UPDATE_CONTACT_PREFERENCE_PVT;
248:
249: -- Standard call to check for call compatibility.
250: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 249: -- Standard call to check for call compatibility.

245: BEGIN
246: -- Standard Start of API savepoint
247: SAVEPOINT UPDATE_CONTACT_PREFERENCE_PVT;
248:
249: -- Standard call to check for call compatibility.
250: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
251: p_api_version_number,
252: l_api_name,
253: G_PKG_NAME)

Line 319: -- Standard check for p_commit

315: JTF_FM_TRACK_PVT.UNSUBSCRIBE_USER(p_request_id,p_ams_contact_pref_rec.contact_level_table_id);
316:
317: END IF;
318:
319: -- Standard check for p_commit
320: IF FND_API.to_Boolean( p_commit )
321: THEN
322: COMMIT WORK;
323: END IF;

Line 332: -- Standard call to get message count and if count is 1, get message info.

328:
329: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
330: END IF;
331:
332: -- Standard call to get message count and if count is 1, get message info.
333: FND_MSG_PUB.Count_And_Get
334: (p_count => x_msg_count,
335: p_data => x_msg_data
336: );

Line 346: -- Standard call to get message count and if count=1, get the message

342:
343: WHEN FND_API.G_EXC_ERROR THEN
344: ROLLBACK TO UPDATE_CONTACT_PREFERENCE_PVT;
345: x_return_status := FND_API.G_RET_STS_ERROR;
346: -- Standard call to get message count and if count=1, get the message
347: FND_MSG_PUB.Count_And_Get (
348: p_encoded => FND_API.G_FALSE,
349: p_count => x_msg_count,
350: p_data => x_msg_data

Line 356: -- Standard call to get message count and if count=1, get the message

352:
353: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
354: ROLLBACK TO UPDATE_CONTACT_PREFERENCE_PVT;
355: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
356: -- Standard call to get message count and if count=1, get the message
357: FND_MSG_PUB.Count_And_Get (
358: p_encoded => FND_API.G_FALSE,
359: p_count => x_msg_count,
360: p_data => x_msg_data

Line 370: -- Standard call to get message count and if count=1, get the message

366: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
367: THEN
368: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
369: END IF;
370: -- Standard call to get message count and if count=1, get the message
371: FND_MSG_PUB.Count_And_Get (
372: p_encoded => FND_API.G_FALSE,
373: p_count => x_msg_count,
374: p_data => x_msg_data