DBA Data[Home] [Help]

APPS.PV_PRGM_PTR_TYPES_PVT dependencies on STANDARD

Line 67: -- Standard Start of API savepoint

63: WHERE PROGRAM_PARTNER_TYPES_ID = l_id;
64:
65: BEGIN
66: ---------------Initialize --------------------
67: -- Standard Start of API savepoint
68: SAVEPOINT CREATE_PGM_TGT_PTR_TYP_PVT;
69:
70: -- Initialize message list if p_init_msg_list is set to TRUE.
71: IF FND_API.to_Boolean( p_init_msg_list )

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

72: THEN
73: FND_MSG_PUB.initialize;
74: END IF;
75:
76: -- Standard call to check for call compatibility.
77: IF NOT FND_API.Compatible_API_Call (
78: l_api_version_number
79: ,p_api_version_number
80: ,l_api_name

Line 208: -- Standard check for p_commit

204:
205: PVX_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' - end');
206: END IF;
207:
208: -- Standard check for p_commit
209: IF FND_API.to_Boolean( p_commit ) THEN
210: COMMIT WORK;
211: END IF;
212:

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

214: EXCEPTION
215: WHEN FND_API.G_EXC_ERROR THEN
216: ROLLBACK TO CREATE_PGM_TGT_PTR_TYP_PVT;
217: x_return_status := FND_API.G_RET_STS_ERROR;
218: -- Standard call to get message count and if count=1, get the message
219: FND_MSG_PUB.Count_And_Get (
220: p_encoded => FND_API.G_FALSE
221: ,p_count => x_msg_count
222: ,p_data => x_msg_data

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

224:
225: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
226: ROLLBACK TO CREATE_PGM_TGT_PTR_TYP_PVT;
227: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
228: -- Standard call to get message count and if count=1, get the message
229: FND_MSG_PUB.Count_And_Get (
230: p_encoded => FND_API.G_FALSE
231: ,p_count => x_msg_count
232: ,p_data => x_msg_data

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

238: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
239: THEN
240: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
241: END IF;
242: -- Standard call to get message count and if count=1, get the message
243: FND_MSG_PUB.Count_And_Get (
244: p_encoded => FND_API.G_FALSE
245: ,p_count => x_msg_count
246: ,p_data => x_msg_data

Line 283: -- Standard Start of API savepoint

279:
280: BEGIN
281: ---------Initialize ------------------
282:
283: -- Standard Start of API savepoint
284: SAVEPOINT UPDATE_PGM_TGT_PTR_TYP_PVT;
285:
286: -- Debug Message
287: IF (PV_DEBUG_HIGH_ON) THEN

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

288:
289: PVX_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' - start');
290: END IF;
291:
292: -- Standard call to check for call compatibility.
293: IF NOT FND_API.Compatible_API_Call (l_api_version_number
294: ,p_api_version_number
295: ,l_api_name
296: ,G_PKG_NAME

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

421: EXCEPTION
422: WHEN FND_API.G_EXC_ERROR THEN
423: ROLLBACK TO UPDATE_PGM_TGT_PTR_TYP_PVT;
424: x_return_status := FND_API.G_RET_STS_ERROR;
425: -- Standard call to get message count and if count=1, get the message
426: FND_MSG_PUB.Count_And_Get (
427: p_encoded => FND_API.G_FALSE
428: ,p_count => x_msg_count
429: ,p_data => x_msg_data

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

431:
432: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
433: ROLLBACK TO UPDATE_PGM_TGT_PTR_TYP_PVT;
434: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
435: -- Standard call to get message count and if count=1, get the message
436: FND_MSG_PUB.Count_And_Get (
437: p_encoded => FND_API.G_FALSE
438: ,p_count => x_msg_count
439: ,p_data => x_msg_data

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

445: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
446: THEN
447: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
448: END IF;
449: -- Standard call to get message count and if count=1, get the message
450: FND_MSG_PUB.Count_And_Get (
451: p_encoded => FND_API.G_FALSE
452: ,p_count => x_msg_count
453: ,p_data => x_msg_data

Line 482: -- Standard Start of API savepoint

478: BEGIN
479:
480: ---- Initialize----------------
481:
482: -- Standard Start of API savepoint
483: SAVEPOINT DELETE_PGM_TGT_PTR_TYP_PVT;
484:
485: -- Debug Message
486: IF (PV_DEBUG_HIGH_ON) THEN

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

487:
488: PVX_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' - start');
489: END IF;
490:
491: -- Standard call to check for call compatibility.
492: IF NOT FND_API.Compatible_API_Call (l_api_version_number
493: ,p_api_version_number
494: ,l_api_name
495: ,G_PKG_NAME

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

540: WHEN FND_API.G_EXC_ERROR THEN
541: --ROLLBACK TO DELETE_PGM_TGT_PTR_TYP_PVT;
542: ROLLBACK TO DELETE_PGM_TGT_PTR_TYP_PVT;
543: x_return_status := FND_API.G_RET_STS_ERROR;
544: -- Standard call to get message count and if count=1, get the message
545: FND_MSG_PUB.Count_And_Get (
546: p_encoded => FND_API.G_FALSE
547: ,p_count => x_msg_count
548: ,p_data => x_msg_data

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

550:
551: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
552: ROLLBACK TO DELETE_PGM_TGT_PTR_TYP_PVT;
553: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
554: -- Standard call to get message count and if count=1, get the message
555: FND_MSG_PUB.Count_And_Get (
556: p_encoded => FND_API.G_FALSE
557: ,p_count => x_msg_count
558: ,p_data => x_msg_data

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

564: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
565: THEN
566: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
567: END IF;
568: -- Standard call to get message count and if count=1, get the message
569: FND_MSG_PUB.Count_And_Get (
570: p_encoded => FND_API.G_FALSE
571: ,p_count => x_msg_count
572: ,p_data => x_msg_data

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

615: THEN
616: FND_MSG_PUB.initialize;
617: END IF;
618:
619: -- Standard call to check for call compatibility.
620: IF NOT FND_API.Compatible_API_Call (
621: l_api_version_number
622: ,p_api_version_number
623: ,l_api_name

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

669: */
670: WHEN FND_API.G_EXC_ERROR THEN
671: ROLLBACK TO LOCK_PGM_TGT_PTR_TYP_PVT;
672: x_return_status := FND_API.G_RET_STS_ERROR;
673: -- Standard call to get message count and if count=1, get the message
674: FND_MSG_PUB.Count_And_Get (
675: p_encoded => FND_API.G_FALSE
676: ,p_count => x_msg_count
677: ,p_data => x_msg_data

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

679:
680: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
681: ROLLBACK TO LOCK_Pgm_Tgt_Ptr_Typ_PVT;
682: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
683: -- Standard call to get message count and if count=1, get the message
684: FND_MSG_PUB.Count_And_Get (
685: p_encoded => FND_API.G_FALSE
686: ,p_count => x_msg_count
687: ,p_data => x_msg_data

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

693: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
694: THEN
695: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
696: END IF;
697: -- Standard call to get message count and if count=1, get the message
698: FND_MSG_PUB.Count_And_Get (
699: p_encoded => FND_API.G_FALSE
700: ,p_count => x_msg_count
701: ,p_data => x_msg_data

Line 1165: -- Standard Start of API savepoint

1161: l_prgm_ptr_types_rec PV_PRGM_PTR_TYPES_PVT.prgm_ptr_types_rec_type;
1162:
1163: BEGIN
1164:
1165: -- Standard Start of API savepoint
1166: SAVEPOINT VALIDATE_PGM_TGT_PTR_TYP_PVT;
1167:
1168: -- Initialize API return status to SUCCESS
1169: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

1167:
1168: -- Initialize API return status to SUCCESS
1169: x_return_status := FND_API.G_RET_STS_SUCCESS;
1170:
1171: -- Standard call to check for call compatibility.
1172: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1173: p_api_version_number,
1174: l_api_name,
1175: G_PKG_NAME)

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

1237:
1238: PVX_UTILITY_PVT.debug_message('Private API: ' || l_full_name || ' - end');
1239: END IF;
1240:
1241: -- Standard call to get message count and if count is 1, get message info.
1242: FND_MSG_PUB.Count_And_Get
1243: ( p_encoded => FND_API.G_FALSE,
1244: p_count => x_msg_count,
1245: p_data => x_msg_data

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

1249:
1250: WHEN FND_API.G_EXC_ERROR THEN
1251: ROLLBACK TO VALIDATE_PGM_TGT_PTR_TYP_PVT;
1252: x_return_status := FND_API.G_RET_STS_ERROR;
1253: -- Standard call to get message count and if count=1, get the message
1254: FND_MSG_PUB.Count_And_Get (
1255: p_encoded => FND_API.G_FALSE
1256: ,p_count => x_msg_count
1257: ,p_data => x_msg_data

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

1259:
1260: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1261: ROLLBACK TO VALIDATE_PGM_TGT_PTR_TYP_PVT;
1262: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1263: -- Standard call to get message count and if count=1, get the message
1264: FND_MSG_PUB.Count_And_Get (
1265: p_encoded => FND_API.G_FALSE
1266: ,p_count => x_msg_count
1267: ,p_data => x_msg_data

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

1273: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1274: THEN
1275: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1276: END IF;
1277: -- Standard call to get message count and if count=1, get the message
1278: FND_MSG_PUB.Count_And_Get (
1279: p_encoded => FND_API.G_FALSE
1280: ,p_count => x_msg_count
1281: ,p_data => x_msg_data

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

1316: IF (PV_DEBUG_HIGH_ON) THEN
1317:
1318: PVX_UTILITY_PVT.debug_message('Private API: Validate_dm_model_rec');
1319: END IF;
1320: -- Standard call to get message count and if count is 1, get message info.
1321: FND_MSG_PUB.Count_And_Get
1322: ( p_count => x_msg_count
1323: ,p_data => x_msg_data
1324: );