DBA Data[Home] [Help]

APPS.AS_OPP_COMPETITOR_PVT dependencies on STANDARD

Line 50: -- Standard Start of API savepoint

46: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
47: l_module CONSTANT VARCHAR2(255) := 'as.plsql.cmppv.Create_competitors';
48:
49: BEGIN
50: -- Standard Start of API savepoint
51: SAVEPOINT CREATE_COMPETITORS_PVT;
52:
53: -- Standard call to check for call compatibility.
54: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

49: BEGIN
50: -- Standard Start of API savepoint
51: SAVEPOINT CREATE_COMPETITORS_PVT;
52:
53: -- Standard call to check for call compatibility.
54: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
55: p_api_version_number,
56: l_api_name,
57: G_PKG_NAME)

Line 274: -- Standard check for p_commit

270: --
271: -- End of API body
272: --
273:
274: -- Standard check for p_commit
275: IF FND_API.to_Boolean( p_commit )
276: THEN
277: COMMIT WORK;
278: END IF;

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

285: END IF;
286:
287:
288:
289: -- Standard call to get message count and if count is 1, get message info.
290: FND_MSG_PUB.Count_And_Get
291: ( p_count => x_msg_count,
292: p_data => x_msg_data
293: );

Line 389: -- Standard Start of API savepoint

385: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
386: l_module CONSTANT VARCHAR2(255) := 'as.plsql.cmppv.Update_competitors';
387:
388: BEGIN
389: -- Standard Start of API savepoint
390: SAVEPOINT UPDATE_COMPETITORS_PVT;
391:
392: -- Standard call to check for call compatibility.
393: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

388: BEGIN
389: -- Standard Start of API savepoint
390: SAVEPOINT UPDATE_COMPETITORS_PVT;
391:
392: -- Standard call to check for call compatibility.
393: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
394: p_api_version_number,
395: l_api_name,
396: G_PKG_NAME)

Line 647: -- Standard check for p_commit

643: --
644: -- End of API body.
645: --
646:
647: -- Standard check for p_commit
648: IF FND_API.to_Boolean( p_commit )
649: THEN
650: COMMIT WORK;
651: END IF;

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

658: END IF;
659:
660:
661:
662: -- Standard call to get message count and if count is 1, get message info.
663: FND_MSG_PUB.Count_And_Get
664: ( p_count => x_msg_count,
665: p_data => x_msg_data
666: );

Line 760: -- Standard Start of API savepoint

756: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
757: l_module CONSTANT VARCHAR2(255) := 'as.plsql.cmppv.Delete_competitors';
758:
759: BEGIN
760: -- Standard Start of API savepoint
761: SAVEPOINT DELETE_COMPETITORS_PVT;
762:
763: -- Standard call to check for call compatibility.
764: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

759: BEGIN
760: -- Standard Start of API savepoint
761: SAVEPOINT DELETE_COMPETITORS_PVT;
762:
763: -- Standard call to check for call compatibility.
764: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
765: p_api_version_number,
766: l_api_name,
767: G_PKG_NAME)

Line 907: -- Standard check for p_commit

903: --
904: -- End of API body
905: --
906:
907: -- Standard check for p_commit
908: IF FND_API.to_Boolean( p_commit )
909: THEN
910: COMMIT WORK;
911: END IF;

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

918: END IF;
919:
920:
921:
922: -- Standard call to get message count and if count is 1, get message info.
923: FND_MSG_PUB.Count_And_Get
924: ( p_count => x_msg_count,
925: p_data => x_msg_data
926: );

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

1061: END IF;
1062:
1063: END IF;
1064:
1065: -- Standard call to get message count and if count is 1, get message info.
1066: FND_MSG_PUB.Count_And_Get
1067: ( p_count => x_msg_count,
1068: p_data => x_msg_data
1069: );

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

1140:
1141: CLOSE C_Lead_Id_Exists;
1142: END IF;
1143:
1144: -- Standard call to get message count and if count is 1, get message info.
1145: FND_MSG_PUB.Count_And_Get
1146: ( p_count => x_msg_count,
1147: p_data => x_msg_data
1148: );

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

1212:
1213: END IF;
1214: END IF;
1215:
1216: -- Standard call to get message count and if count is 1, get message info.
1217: FND_MSG_PUB.Count_And_Get
1218: ( p_count => x_msg_count,
1219: p_data => x_msg_data
1220: );

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

1260: 'API_INVALID_RECORD');
1261: END IF;
1262:
1263:
1264: -- Standard call to get message count and if count is 1, get message info.
1265: FND_MSG_PUB.Count_And_Get
1266: ( p_count => x_msg_count,
1267: p_data => x_msg_data
1268: );