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 3163: -- Standard check of p_commit.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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