DBA Data[Home] [Help]

APPS.AMS_ADV_FILTER_PVT dependencies on STANDARD

Line 76: -- Standard Start of API savepoint

72: l_parameter_type VARCHAR2(30);
73: l_temp_str VARCHAR2(30);
74:
75: BEGIN
76: -- Standard Start of API savepoint
77: SAVEPOINT CREATE_Filter_Row_PVT;
78:
79: -- Standard call to check for call compatibility.
80: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

75: BEGIN
76: -- Standard Start of API savepoint
77: SAVEPOINT CREATE_Filter_Row_PVT;
78:
79: -- Standard call to check for call compatibility.
80: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
81: p_api_version_number,
82: l_api_name,
83: G_PKG_NAME)

Line 202: -- Standard check for p_commit

198: --
199: -- End of API body
200: --
201:
202: -- Standard check for p_commit
203: IF FND_API.to_Boolean( p_commit )
204: THEN
205: COMMIT WORK;
206: END IF;

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

208:
209: -- Debug Message
210: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
211:
212: -- Standard call to get message count and if count is 1, get message info.
213: FND_MSG_PUB.Count_And_Get
214: (p_count => x_msg_count,
215: p_data => x_msg_data
216: );

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

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

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

233:
234: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
235: ROLLBACK TO CREATE_Filter_Row_PVT;
236: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
237: -- Standard call to get message count and if count=1, get the message
238: FND_MSG_PUB.Count_And_Get (
239: p_encoded => FND_API.G_FALSE,
240: p_count => x_msg_count,
241: p_data => x_msg_data

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

247: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
248: THEN
249: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
250: END IF;
251: -- Standard call to get message count and if count=1, get the message
252: FND_MSG_PUB.Count_And_Get (
253: p_encoded => FND_API.G_FALSE,
254: p_count => x_msg_count,
255: p_data => x_msg_data

Line 293: -- Standard Start of API savepoint

289: l_parameter_type VARCHAR2(30);
290: l_temp_str VARCHAR2(30);
291:
292: BEGIN
293: -- Standard Start of API savepoint
294: SAVEPOINT UPDATE_Filter_Row_PVT;
295:
296: -- Standard call to check for call compatibility.
297: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

292: BEGIN
293: -- Standard Start of API savepoint
294: SAVEPOINT UPDATE_Filter_Row_PVT;
295:
296: -- Standard call to check for call compatibility.
297: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
298: p_api_version_number,
299: l_api_name,
300: G_PKG_NAME)

Line 404: -- Standard check for p_commit

400: END IF;
401: END IF;
402: -- End of addition by nyostos.
403:
404: -- Standard check for p_commit
405: IF FND_API.to_Boolean( p_commit )
406: THEN
407: COMMIT WORK;
408: END IF;

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

408: END IF;
409:
410: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
411:
412: -- Standard call to get message count and if count is 1, get message info.
413: FND_MSG_PUB.Count_And_Get
414: (p_count => x_msg_count,
415: p_data => x_msg_data
416: );

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

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

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

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

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

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

Line 487: -- Standard Start of API savepoint

483: l_parameter_type VARCHAR2(30);
484: l_temp_str VARCHAR2(30);
485:
486: BEGIN
487: -- Standard Start of API savepoint
488: SAVEPOINT DELETE_Filter_Row_PVT;
489:
490: -- Standard call to check for call compatibility.
491: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

486: BEGIN
487: -- Standard Start of API savepoint
488: SAVEPOINT DELETE_Filter_Row_PVT;
489:
490: -- Standard call to check for call compatibility.
491: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
492: p_api_version_number,
493: l_api_name,
494: G_PKG_NAME)

Line 551: -- Standard check for p_commit

547:
548:
549: -- End of API body
550:
551: -- Standard check for p_commit
552: IF FND_API.to_Boolean( p_commit )
553: THEN
554: COMMIT WORK;
555: END IF;

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

557:
558: -- Debug Message
559: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
560:
561: -- Standard call to get message count and if count is 1, get message info.
562: FND_MSG_PUB.Count_And_Get
563: (p_count => x_msg_count,
564: p_data => x_msg_data
565: );

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

571:
572: WHEN FND_API.G_EXC_ERROR THEN
573: ROLLBACK TO DELETE_Filter_Row_PVT;
574: x_return_status := FND_API.G_RET_STS_ERROR;
575: -- Standard call to get message count and if count=1, get the message
576: FND_MSG_PUB.Count_And_Get (
577: p_encoded => FND_API.G_FALSE,
578: p_count => x_msg_count,
579: p_data => x_msg_data

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

581:
582: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
583: ROLLBACK TO DELETE_Filter_Row_PVT;
584: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
585: -- Standard call to get message count and if count=1, get the message
586: FND_MSG_PUB.Count_And_Get (
587: p_encoded => FND_API.G_FALSE,
588: p_count => x_msg_count,
589: p_data => x_msg_data

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

595: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
596: THEN
597: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
598: END IF;
599: -- Standard call to get message count and if count=1, get the message
600: FND_MSG_PUB.Count_And_Get (
601: p_encoded => FND_API.G_FALSE,
602: p_count => x_msg_count,
603: p_data => x_msg_data

Line 888: -- Standard Start of API savepoint

884: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
885: l_filter_rec filter_rec_type := p_filter_rec;
886:
887: BEGIN
888: -- Standard Start of API savepoint
889: SAVEPOINT VALIDATE_Filter_Row;
890:
891: AMS_UTILITY_PVT.debug_message('Private API: Inside' || l_api_name );
892:

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

889: SAVEPOINT VALIDATE_Filter_Row;
890:
891: AMS_UTILITY_PVT.debug_message('Private API: Inside' || l_api_name );
892:
893: -- Standard call to check for call compatibility.
894: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
895: p_api_version_number,
896: l_api_name,
897: G_PKG_NAME)

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

953:
954: -- Debug Message
955: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
956:
957: -- Standard call to get message count and if count is 1, get message info.
958: FND_MSG_PUB.Count_And_Get
959: (p_count => x_msg_count,
960: p_data => x_msg_data
961: );

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

967:
968: WHEN FND_API.G_EXC_ERROR THEN
969: ROLLBACK TO VALIDATE_Filter_Row;
970: x_return_status := FND_API.G_RET_STS_ERROR;
971: -- Standard call to get message count and if count=1, get the message
972: FND_MSG_PUB.Count_And_Get (
973: p_encoded => FND_API.G_FALSE,
974: p_count => x_msg_count,
975: p_data => x_msg_data

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

977:
978: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
979: ROLLBACK TO VALIDATE_Filter_Row;
980: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
981: -- Standard call to get message count and if count=1, get the message
982: FND_MSG_PUB.Count_And_Get (
983: p_encoded => FND_API.G_FALSE,
984: p_count => x_msg_count,
985: p_data => x_msg_data

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

991: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
992: THEN
993: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
994: END IF;
995: -- Standard call to get message count and if count=1, get the message
996: FND_MSG_PUB.Count_And_Get (
997: p_encoded => FND_API.G_FALSE,
998: p_count => x_msg_count,
999: p_data => x_msg_data

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

1028: -- x_return_status := FND_API.G_RET_STS_ERROR;
1029:
1030: -- Debug Message
1031: AMS_UTILITY_PVT.debug_message('Private API: Validate_dm_model_rec');
1032: -- Standard call to get message count and if count is 1, get message info.
1033: FND_MSG_PUB.Count_And_Get
1034: (p_count => x_msg_count,
1035: p_data => x_msg_data
1036: );

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

1184:
1185: WHEN FND_API.G_EXC_ERROR THEN
1186: CLOSE c_filterRec;
1187: x_return_status := FND_API.G_RET_STS_ERROR;
1188: -- Standard call to get message count and if count=1, get the message
1189: FND_MSG_PUB.Count_And_Get
1190: (
1191: p_encoded => FND_API.G_FALSE,
1192: p_count => x_msg_count,

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

1194: );
1195:
1196: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1197: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1198: -- Standard call to get message count and if count=1, get the message
1199: FND_MSG_PUB.Count_And_Get
1200: (
1201: p_encoded => FND_API.G_FALSE,
1202: p_count => x_msg_count,

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

1208: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1209: THEN
1210: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1211: END IF;
1212: -- Standard call to get message count and if count=1, get the message
1213: FND_MSG_PUB.Count_And_Get
1214: (
1215: p_encoded => FND_API.G_FALSE,
1216: p_count => x_msg_count,

Line 1322: -- Standard Start of API savepoint

1318: l_new_filter_rec filter_rec_type;
1319: l_query_param_id NUMBER;
1320:
1321: BEGIN
1322: -- Standard Start of API savepoint
1323: SAVEPOINT ams_filter_pvt_copy_filter;
1324:
1325: -- Standard call to check for call compatibility.
1326: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1321: BEGIN
1322: -- Standard Start of API savepoint
1323: SAVEPOINT ams_filter_pvt_copy_filter;
1324:
1325: -- Standard call to check for call compatibility.
1326: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1327: p_api_version,
1328: l_api_name,
1329: G_PKG_NAME)

Line 1413: -- Standard check for p_commit

1409: --
1410: -- End of API body.
1411: --
1412:
1413: -- Standard check for p_commit
1414: IF FND_API.to_Boolean( p_commit ) THEN
1415: COMMIT WORK;
1416: END IF;
1417:

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

1418:
1419: -- Debug Message
1420: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' end');
1421:
1422: -- Standard call to get message count and if count is 1, get message info.
1423: FND_MSG_PUB.Count_And_Get (
1424: p_count => x_msg_count,
1425: p_data => x_msg_data
1426: );

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

1427: EXCEPTION
1428: WHEN FND_API.G_EXC_ERROR THEN
1429: ROLLBACK TO ams_filter_pvt_copy_filter;
1430: x_return_status := FND_API.G_RET_STS_ERROR;
1431: -- Standard call to get message count and if count=1, get the message
1432: FND_MSG_PUB.Count_And_Get (
1433: p_encoded => FND_API.G_FALSE,
1434: p_count => x_msg_count,
1435: p_data => x_msg_data

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

1436: );
1437: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1438: ROLLBACK TO ams_filter_pvt_copy_filter;
1439: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1440: -- Standard call to get message count and if count=1, get the message
1441: FND_MSG_PUB.Count_And_Get (
1442: p_encoded => FND_API.G_FALSE,
1443: p_count => x_msg_count,
1444: p_data => x_msg_data

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

1448: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1449: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1450: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1451: END IF;
1452: -- Standard call to get message count and if count=1, get the message
1453: FND_MSG_PUB.Count_And_Get (
1454: p_encoded => FND_API.G_FALSE,
1455: p_count => x_msg_count,
1456: p_data => x_msg_data