DBA Data[Home] [Help]

APPS.AS_ACCESS_PVT dependencies on STANDARD

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

265:
266: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
267: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acspv.has_leadOwnerAccess';
268: begin
269: -- Standard call to check for call compatibility.
270: /* IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
271: p_api_version_number,
272: l_api_name,
273: G_PKG_NAME)

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

571: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acspv.has_oppOwnerAccess';
572:
573:
574: begin
575: -- Standard call to check for call compatibility.
576:
577: -- Debug Message
578: IF l_debug THEN
579: AS_UTILITY_PVT.Debug_Message(l_module, FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,

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

1128: x_return_status := FND_API.G_RET_STS_ERROR;
1129: END IF;
1130: CLOSE C_Sales_Lead_Id_Exists ;
1131:
1132: -- Standard call to get message count and if count is 1, get message info.
1133: FND_MSG_PUB.Count_And_Get
1134: ( p_count => x_msg_count,
1135: p_data => x_msg_data );
1136:

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

1186: x_return_status := FND_API.G_RET_STS_ERROR;
1187: END IF;
1188: CLOSE C_Lead_Id_Exists ;
1189:
1190: -- Standard call to get message count and if count is 1, get message info.
1191: FND_MSG_PUB.Count_And_Get
1192: ( p_count => x_msg_count,
1193: p_data => x_msg_data );
1194:

Line 1700: -- Standard Start of API savepoint

1696:
1697: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acspv.Create_SalesTeam';
1698:
1699: begin
1700: -- Standard Start of API savepoint
1701: SAVEPOINT CREATE_SALESTEAM_PVT;
1702:
1703: -- Standard call to check for call compatibility.
1704: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1699: begin
1700: -- Standard Start of API savepoint
1701: SAVEPOINT CREATE_SALESTEAM_PVT;
1702:
1703: -- Standard call to check for call compatibility.
1704: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1705: p_api_version_number,
1706: l_api_name,
1707: G_PKG_NAME)

Line 2183: -- Standard check of p_commit.

2179: unmark_opp_owner_flag(l_sales_team_rec.lead_id, x_access_id);
2180: end if;
2181:
2182:
2183: -- Standard check of p_commit.
2184: IF FND_API.To_Boolean ( p_commit )
2185: THEN
2186: COMMIT WORK;
2187: END IF;

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

2185: THEN
2186: COMMIT WORK;
2187: END IF;
2188:
2189: -- Standard call to get message count and if count is 1, get message info.
2190: FND_MSG_PUB.Count_And_Get
2191: ( p_count => x_msg_count,
2192: p_data => x_msg_data
2193: );

Line 2285: -- Standard Start of API savepoint

2281: l_is_owner varchar2(1);
2282: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acspv.Delete_SalesTeam';
2283:
2284: begin
2285: -- Standard Start of API savepoint
2286: SAVEPOINT DELETE_SALESTEAM_PVT;
2287:
2288: -- Standard call to check for call compatibility.
2289: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

2284: begin
2285: -- Standard Start of API savepoint
2286: SAVEPOINT DELETE_SALESTEAM_PVT;
2287:
2288: -- Standard call to check for call compatibility.
2289: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2290: p_api_version_number,
2291: l_api_name,
2292: G_PKG_NAME)

Line 2571: -- Standard check of p_commit.

2567: --
2568: -- End of API body.
2569: --
2570:
2571: -- Standard check of p_commit.
2572: IF FND_API.To_Boolean ( p_commit )
2573: THEN
2574: COMMIT WORK;
2575: END IF;

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

2573: THEN
2574: COMMIT WORK;
2575: END IF;
2576:
2577: -- Standard call to get message count and if count is 1, get message info.
2578: FND_MSG_PUB.Count_And_Get
2579: ( p_count => x_msg_count,
2580: p_data => x_msg_data
2581: );

Line 2676: -- Standard Start of API savepoint

2672: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
2673: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acspv.Update_SalesTeam';
2674:
2675: begin
2676: -- Standard Start of API savepoint
2677: SAVEPOINT UPDATE_SALESTEAM_PVT;
2678:
2679: -- Standard call to check for call compatibility.
2680: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

2675: begin
2676: -- Standard Start of API savepoint
2677: SAVEPOINT UPDATE_SALESTEAM_PVT;
2678:
2679: -- Standard call to check for call compatibility.
2680: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2681: p_api_version_number,
2682: l_api_name,
2683: G_PKG_NAME)

Line 3164: -- Standard check of p_commit.

3160: then
3161: unmark_opp_owner_flag(l_sales_team_rec.lead_id, x_access_id);
3162: end if;
3163:
3164: -- Standard check of p_commit.
3165: IF FND_API.To_Boolean ( p_commit )
3166: THEN
3167: COMMIT WORK;
3168: END IF;

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

3166: THEN
3167: COMMIT WORK;
3168: END IF;
3169:
3170: -- Standard call to get message count and if count is 1, get message info.
3171: FND_MSG_PUB.Count_And_Get
3172: ( p_count => x_msg_count,
3173: p_data => x_msg_data
3174: );

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

3610: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acspv.has_viewCustomerAccess';
3611:
3612: begin
3613:
3614: -- Standard call to check for call compatibility.
3615: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
3616: p_api_version_number,
3617: l_api_name,
3618: G_PKG_NAME)

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

3869: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
3870: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acspv.has_updateCustomerAccess';
3871:
3872: begin
3873: -- Standard call to check for call compatibility.
3874: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
3875: p_api_version_number,
3876: l_api_name,
3877: G_PKG_NAME)

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

4165:
4166: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
4167: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acspv.has_updateLeadAccess';
4168: begin
4169: -- Standard call to check for call compatibility.
4170: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
4171: p_api_version_number,
4172: l_api_name,
4173: G_PKG_NAME)

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

4440: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
4441: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acspv.has_viewLeadAccess';
4442:
4443: begin
4444: -- Standard call to check for call compatibility.
4445: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
4446: p_api_version_number,
4447: l_api_name,
4448: G_PKG_NAME)

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

4719: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
4720: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acspv.has_updateOpportunityAccess';
4721:
4722: begin
4723: -- Standard call to check for call compatibility.
4724: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
4725: p_api_version_number,
4726: l_api_name,
4727: G_PKG_NAME)

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

5042: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
5043: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acspv.has_viewOpportunityAccess';
5044:
5045: begin
5046: -- Standard call to check for call compatibility.
5047: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
5048: p_api_version_number,
5049: l_api_name,
5050: G_PKG_NAME)