DBA Data[Home] [Help]

APPS.AS_OPP_OBSTACLE_PVT dependencies on STANDARD

Line 47: -- Standard Start of API savepoint

43: l_access_flag VARCHAR2(1);
44: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
45: l_module CONSTANT VARCHAR2(255) := 'as.plsql.lobpv.Create_obstacles';
46: BEGIN
47: -- Standard Start of API savepoint
48: SAVEPOINT CREATE_OBSTACLES_PVT;
49:
50: -- Standard call to check for call compatibility.
51: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

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

Line 262: -- Standard check for p_commit

258: --
259: -- End of API body
260: --
261:
262: -- Standard check for p_commit
263: IF FND_API.to_Boolean( p_commit )
264: THEN
265: COMMIT WORK;
266: END IF;

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

272: END IF;
273:
274:
275:
276: -- Standard call to get message count and if count is 1, get message info.
277: FND_MSG_PUB.Count_And_Get
278: ( p_count => x_msg_count,
279: p_data => x_msg_data
280: );

Line 427: -- Standard Start of API savepoint

423: l_access_flag VARCHAR2(1);
424: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
425: l_module CONSTANT VARCHAR2(255) := 'as.plsql.lobpv.Update_obstacles';
426: BEGIN
427: -- Standard Start of API savepoint
428: SAVEPOINT UPDATE_OBSTACLES_PVT;
429:
430: -- Standard call to check for call compatibility.
431: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

426: BEGIN
427: -- Standard Start of API savepoint
428: SAVEPOINT UPDATE_OBSTACLES_PVT;
429:
430: -- Standard call to check for call compatibility.
431: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
432: p_api_version_number,
433: l_api_name,
434: G_PKG_NAME)

Line 704: -- Standard check for p_commit

700: --
701: -- End of API body.
702: --
703:
704: -- Standard check for p_commit
705: IF FND_API.to_Boolean( p_commit )
706: THEN
707: COMMIT WORK;
708: END IF;

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

714: END IF;
715:
716:
717:
718: -- Standard call to get message count and if count is 1, get message info.
719: FND_MSG_PUB.Count_And_Get
720: ( p_count => x_msg_count,
721: p_data => x_msg_data
722: );

Line 826: -- Standard Start of API savepoint

822: l_access_flag VARCHAR2(1);
823: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
824: l_module CONSTANT VARCHAR2(255) := 'as.plsql.lobpv.Delete_obstacles';
825: BEGIN
826: -- Standard Start of API savepoint
827: SAVEPOINT DELETE_OBSTACLES_PVT;
828:
829: -- Standard call to check for call compatibility.
830: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

825: BEGIN
826: -- Standard Start of API savepoint
827: SAVEPOINT DELETE_OBSTACLES_PVT;
828:
829: -- Standard call to check for call compatibility.
830: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
831: p_api_version_number,
832: l_api_name,
833: G_PKG_NAME)

Line 964: -- Standard check for p_commit

960: --
961: -- End of API body
962: --
963:
964: -- Standard check for p_commit
965: IF FND_API.to_Boolean( p_commit )
966: THEN
967: COMMIT WORK;
968: END IF;

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

974: END IF;
975:
976:
977:
978: -- Standard call to get message count and if count is 1, get message info.
979: FND_MSG_PUB.Count_And_Get
980: ( p_count => x_msg_count,
981: p_data => x_msg_data
982: );

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

1119: END IF;
1120:
1121: END IF;
1122:
1123: -- Standard call to get message count and if count is 1, get message info.
1124: FND_MSG_PUB.Count_And_Get
1125: ( p_count => x_msg_count,
1126: p_data => x_msg_data
1127: );

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

1198:
1199: CLOSE C_Lead_Id_Exists;
1200: END IF;
1201:
1202: -- Standard call to get message count and if count is 1, get message info.
1203: FND_MSG_PUB.Count_And_Get
1204: ( p_count => x_msg_count,
1205: p_data => x_msg_data
1206: );

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

1263:
1264: CLOSE C_OBSTACLE_CODE_Exists;
1265: END IF;
1266:
1267: -- Standard call to get message count and if count is 1, get message info.
1268: FND_MSG_PUB.Count_And_Get
1269: ( p_count => x_msg_count,
1270: p_data => x_msg_data
1271: );

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

1310: AS_UTILITY_PVT.Debug_Message(l_module, FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'API_INVALID_RECORD');
1311: END IF;
1312:
1313:
1314: -- Standard call to get message count and if count is 1, get message info.
1315: FND_MSG_PUB.Count_And_Get
1316: ( p_count => x_msg_count,
1317: p_data => x_msg_data
1318: );