DBA Data[Home] [Help]

APPS.PV_PARTNER_PGM_TYPE_PVT dependencies on STANDARD

Line 85: -- Standard Start of API savepoint

81: WHERE PROGRAM_TYPE_ID = l_id;
82:
83: BEGIN
84: ---------------Initialize --------------------
85: -- Standard Start of API savepoint
86: SAVEPOINT CREATE_Partner_Pgm_Type_PVT;
87:
88: -- Initialize message list if p_init_msg_list is set to TRUE.
89: IF FND_API.to_Boolean( p_init_msg_list )

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

90: THEN
91: FND_MSG_PUB.initialize;
92: END IF;
93:
94: -- Standard call to check for call compatibility.
95: IF NOT FND_API.Compatible_API_Call (
96: l_api_version_number
97: ,p_api_version_number
98: ,l_api_name

Line 240: -- Standard check for p_commit

236:
237: PVX_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' - end');
238: END IF;
239:
240: -- Standard check for p_commit
241: IF FND_API.to_Boolean( p_commit ) THEN
242: COMMIT WORK;
243: END IF;
244:

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

255: PVX_UTILITY_PVT.debug_message('In CREATE_PARTNER_PROGRAM API ERROR BLOCK');
256:
257: END IF;
258:
259: -- Standard call to get message count and if count=1, get the message
260: FND_MSG_PUB.Count_And_Get (
261: p_encoded => FND_API.G_FALSE
262: ,p_count => x_msg_count
263: ,p_data => x_msg_data

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

265:
266: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
267: ROLLBACK TO CREATE_Partner_Pgm_Type_PVT;
268: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
269: -- Standard call to get message count and if count=1, get the message
270: FND_MSG_PUB.Count_And_Get (
271: p_encoded => FND_API.G_FALSE
272: ,p_count => x_msg_count
273: ,p_data => x_msg_data

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

280: THEN
281: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
282: END IF;
283:
284: -- Standard call to get message count and if count=1, get the message
285: FND_MSG_PUB.Count_And_Get (
286: p_encoded => FND_API.G_FALSE
287: ,p_count => x_msg_count
288: ,p_data => x_msg_data

Line 325: -- Standard Start of API savepoint

321:
322: BEGIN
323: ---------Initialize ------------------
324:
325: -- Standard Start of API savepoint
326: SAVEPOINT UPDATE_Partner_Pgm_Type_PVT;
327:
328: -- Debug Message
329: IF (PV_DEBUG_HIGH_ON) THEN

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

330:
331: PVX_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' - start');
332: END IF;
333:
334: -- Standard call to check for call compatibility.
335: IF NOT FND_API.Compatible_API_Call (l_api_version_number
336: ,p_api_version_number
337: ,l_api_name
338: ,G_PKG_NAME

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

471: EXCEPTION
472: WHEN FND_API.G_EXC_ERROR THEN
473: ROLLBACK TO UPDATE_Partner_Pgm_Type_PVT;
474: x_return_status := FND_API.G_RET_STS_ERROR;
475: -- Standard call to get message count and if count=1, get the message
476: FND_MSG_PUB.Count_And_Get (
477: p_encoded => FND_API.G_FALSE
478: ,p_count => x_msg_count
479: ,p_data => x_msg_data

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

481:
482: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
483: ROLLBACK TO UPDATE_Partner_Pgm_Type_PVT;
484: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
485: -- Standard call to get message count and if count=1, get the message
486: FND_MSG_PUB.Count_And_Get (
487: p_encoded => FND_API.G_FALSE
488: ,p_count => x_msg_count
489: ,p_data => x_msg_data

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

495: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
496: THEN
497: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
498: END IF;
499: -- Standard call to get message count and if count=1, get the message
500: FND_MSG_PUB.Count_And_Get (
501: p_encoded => FND_API.G_FALSE
502: ,p_count => x_msg_count
503: ,p_data => x_msg_data

Line 545: -- Standard Start of API savepoint

541:
542: BEGIN
543: ---------Initialize ------------------
544:
545: -- Standard Start of API savepoint
546: SAVEPOINT DELETE_Partner_Pgm_Type_PVT;
547:
548: -- Debug Message
549: IF (PV_DEBUG_HIGH_ON) THEN

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

550:
551: PVX_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' - start');
552: END IF;
553:
554: -- Standard call to check for call compatibility.
555: IF NOT FND_API.Compatible_API_Call (l_api_version_number
556: ,p_api_version_number
557: ,l_api_name
558: ,G_PKG_NAME

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

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

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

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

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

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

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

745: THEN
746: FND_MSG_PUB.initialize;
747: END IF;
748:
749: -- Standard call to check for call compatibility.
750: IF NOT FND_API.Compatible_API_Call ( l_api_version_number
751: ,p_api_version_number
752: ,l_api_name
753: ,G_PKG_NAME)

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

797: */
798: WHEN FND_API.G_EXC_ERROR THEN
799: ROLLBACK TO LOCK_Partner_Pgm_Type_PVT;
800: x_return_status := FND_API.G_RET_STS_ERROR;
801: -- Standard call to get message count and if count=1, get the message
802: FND_MSG_PUB.Count_And_Get (
803: p_encoded => FND_API.G_FALSE
804: ,p_count => x_msg_count
805: ,p_data => x_msg_data

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

807:
808: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
809: ROLLBACK TO LOCK_Partner_Pgm_Type_PVT;
810: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
811: -- Standard call to get message count and if count=1, get the message
812: FND_MSG_PUB.Count_And_Get (
813: p_encoded => FND_API.G_FALSE
814: ,p_count => x_msg_count
815: ,p_data => x_msg_data

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

821: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
822: THEN
823: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
824: END IF;
825: -- Standard call to get message count and if count=1, get the message
826: FND_MSG_PUB.Count_And_Get (
827: p_encoded => FND_API.G_FALSE
828: ,p_count => x_msg_count
829: ,p_data => x_msg_data

Line 1269: -- Standard Start of API savepoint

1265: l_object_version_number NUMBER;
1266: l_ptr_prgm_type_rec PV_Partner_Pgm_Type_PVT.ptr_prgm_type_rec_type;
1267:
1268: BEGIN
1269: -- Standard Start of API savepoint
1270: SAVEPOINT VALIDATE_Partner_Pgm_Type_;
1271:
1272: -- Initialize API return status to SUCCESS
1273: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

1271:
1272: -- Initialize API return status to SUCCESS
1273: x_return_status := FND_API.G_RET_STS_SUCCESS;
1274:
1275: -- Standard call to check for call compatibility.
1276: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1277: p_api_version_number,
1278: l_api_name,
1279: G_PKG_NAME)

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

1341:
1342: PVX_UTILITY_PVT.debug_message('Private API: ' || l_full_name || ' - end');
1343: END IF;
1344:
1345: -- Standard call to get message count and if count is 1, get message info.
1346: FND_MSG_PUB.Count_And_Get
1347: ( p_encoded => FND_API.G_FALSE,
1348: p_count => x_msg_count,
1349: p_data => x_msg_data

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

1353:
1354: WHEN FND_API.G_EXC_ERROR THEN
1355: ROLLBACK TO VALIDATE_Partner_Pgm_Type_;
1356: x_return_status := FND_API.G_RET_STS_ERROR;
1357: -- Standard call to get message count and if count=1, get the message
1358: FND_MSG_PUB.Count_And_Get (
1359: p_encoded => FND_API.G_FALSE
1360: ,p_count => x_msg_count
1361: ,p_data => x_msg_data

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

1363:
1364: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1365: ROLLBACK TO VALIDATE_Partner_Pgm_Type_;
1366: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1367: -- Standard call to get message count and if count=1, get the message
1368: FND_MSG_PUB.Count_And_Get (
1369: p_encoded => FND_API.G_FALSE
1370: ,p_count => x_msg_count
1371: ,p_data => x_msg_data

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

1377: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1378: THEN
1379: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1380: END IF;
1381: -- Standard call to get message count and if count=1, get the message
1382: FND_MSG_PUB.Count_And_Get (
1383: p_encoded => FND_API.G_FALSE
1384: ,p_count => x_msg_count
1385: ,p_data => x_msg_data

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

1417: IF (PV_DEBUG_HIGH_ON) THEN
1418:
1419: PVX_UTILITY_PVT.debug_message('Private API: Validate_dm_model_rec');
1420: END IF;
1421: -- Standard call to get message count and if count is 1, get message info.
1422: FND_MSG_PUB.Count_And_Get(
1423: p_count => x_msg_count
1424: ,p_data => x_msg_data
1425: );