DBA Data[Home] [Help]

APPS.AMS_CATEGORY_PVT dependencies on STANDARD

Line 108: -- Standard Start of API savepoint

104: l_parent_id NUMBER;
105:
106: BEGIN
107:
108: -- Standard Start of API savepoint
109: SAVEPOINT Create_Category_PVT;
110: IF (AMS_DEBUG_HIGH_ON) THEN
111:
112: AMS_Utility_PVT.debug_message(l_full_name||': start');

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

111:
112: AMS_Utility_PVT.debug_message(l_full_name||': start');
113: END IF;
114:
115: -- Standard call to check for call compatibility.
116: IF NOT FND_API.Compatible_API_Call ( l_api_version,
117: p_api_version,
118: l_api_name,
119: G_PACKAGE_NAME)

Line 303: -- Standard check of p_commit.

299:
300: -- set OUT value
301: x_category_id := l_category_rec.category_id;
302:
303: -- Standard check of p_commit.
304: IF FND_API.To_Boolean ( p_commit )
305: THEN
306: COMMIT WORK;
307: END IF;

Line 309: -- Standard call to get message count AND IF count is 1, get message info.

305: THEN
306: COMMIT WORK;
307: END IF;
308:
309: -- Standard call to get message count AND IF count is 1, get message info.
310: FND_MSG_PUB.Count_AND_Get
311: ( p_count => x_msg_count,
312: p_data => x_msg_data,
313: p_encoded => FND_API.G_FALSE

Line 411: -- Standard Start of API savepoint

407: l_parent_id NUMBER;
408:
409: BEGIN
410:
411: -- Standard Start of API savepoint
412: SAVEPOINT Update_Category_PVT;
413: --IF (AMS_DEBUG_HIGH_ON) THENAMS_Utility_PVT.debug_message(l_full_name||': start');END IF;
414:
415: -- Standard call to check for call compatibility.

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

411: -- Standard Start of API savepoint
412: SAVEPOINT Update_Category_PVT;
413: --IF (AMS_DEBUG_HIGH_ON) THENAMS_Utility_PVT.debug_message(l_full_name||': start');END IF;
414:
415: -- Standard call to check for call compatibility.
416: IF NOT FND_API.Compatible_API_Call ( l_api_version,
417: p_api_version,
418: l_api_name,
419: G_PACKAGE_NAME)

Line 594: -- Standard check of p_commit.

590:
591: -------------------- finish --------------------------
592:
593: --IF (AMS_DEBUG_HIGH_ON) THENAMS_Utility_PVT.debug_message(l_full_name ||': After update');END IF;
594: -- Standard check of p_commit.
595: IF FND_API.To_Boolean ( p_commit )
596: THEN
597: COMMIT WORK;
598: END IF;

Line 600: -- Standard call to get message count AND IF count is 1, get message info.

596: THEN
597: COMMIT WORK;
598: END IF;
599:
600: -- Standard call to get message count AND IF count is 1, get message info.
601: FND_MSG_PUB.Count_AND_Get
602: ( p_count => x_msg_count,
603: p_data => x_msg_data,
604: p_encoded => FND_API.G_FALSE

Line 694: -- Standard Start of API savepoint

690: l_category_id NUMBER := p_category_id;
691:
692: BEGIN
693:
694: -- Standard Start of API savepoint
695: SAVEPOINT Delete_Category_PVT;
696: IF (AMS_DEBUG_HIGH_ON) THEN
697:
698: AMS_Utility_PVT.debug_message(l_full_name||': start');

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

697:
698: AMS_Utility_PVT.debug_message(l_full_name||': start');
699: END IF;
700:
701: -- Standard call to check for call compatibility.
702: IF NOT FND_API.Compatible_API_Call ( l_api_version,
703: p_api_version,
704: l_api_name,
705: G_PACKAGE_NAME)

Line 784: -- Standard check of p_commit.

780:
781: -- Call Private API to cascade delete any children data if necessary
782:
783: -------------------- finish --------------------------
784: -- Standard check of p_commit.
785: IF FND_API.To_Boolean ( p_commit )
786: THEN
787: COMMIT WORK;
788: END IF;

Line 790: -- Standard call to get message count AND IF count is 1, get message info.

786: THEN
787: COMMIT WORK;
788: END IF;
789:
790: -- Standard call to get message count AND IF count is 1, get message info.
791: FND_MSG_PUB.Count_AND_Get
792: ( p_count => x_msg_count,
793: p_data => x_msg_data,
794: p_encoded => FND_API.G_FALSE

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

898: IF (AMS_DEBUG_HIGH_ON) THEN
899:
900: AMS_Utility_PVT.debug_message(l_full_name||': start');
901: END IF;
902: -- Standard call to check for call compatibility.
903: IF NOT FND_API.Compatible_API_Call ( l_api_version,
904: p_api_version,
905: l_api_name,
906: G_PACKAGE_NAME)

Line 944: -- Standard call to get message count AND IF count is 1, get message info.

940:
941: open C_ams_categories_tl ;
942: close C_ams_categories_tl;
943:
944: -- Standard call to get message count AND IF count is 1, get message info.
945: FND_MSG_PUB.Count_AND_Get
946: ( p_count => x_msg_count,
947: p_data => x_msg_data,
948: p_encoded => FND_API.G_FALSE

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

1048:
1049: AMS_Utility_PVT.debug_message(l_full_name||': start');
1050: END IF;
1051:
1052: -- Standard call to check for call compatibility.
1053: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1054: p_api_version,
1055: l_api_name,
1056: G_PACKAGE_NAME)

Line 1192: -- Standard call to get message count AND IF count is 1, get message info.

1188: END IF;
1189:
1190: --
1191: END IF;
1192: -- Standard call to get message count AND IF count is 1, get message info.
1193: FND_MSG_PUB.Count_AND_Get
1194: ( p_count => x_msg_count,
1195: p_data => x_msg_data,
1196: p_encoded => FND_API.G_FALSE

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

1369: l_count NUMBER := 0;
1370:
1371: BEGIN
1372:
1373: -- Standard call to check for call compatibility.
1374: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1375: p_api_version,
1376: l_api_name,
1377: G_PACKAGE_NAME)

Line 1489: -- Standard call to get message count AND IF count is 1, get message info.

1485: -- RETURN;
1486:
1487: END IF;
1488:
1489: -- Standard call to get message count AND IF count is 1, get message info.
1490: FND_MSG_PUB.Count_AND_Get
1491: ( p_count => x_msg_count,
1492: p_data => x_msg_data,
1493: p_encoded => FND_API.G_FALSE