DBA Data[Home] [Help]

APPS.AS_ACCESS_PUB dependencies on STANDARD

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

118: l_access_id number;
119: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acpub.Create_SalesTeam';
120: BEGIN
121: SAVEPOINT CREATE_SALESTEAM_PUB;
122: -- Standard call to check for call compatibility.
123: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
124: p_api_version_number,
125: l_api_name,
126: G_PKG_NAME)

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

243: l_access_id number;
244: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acpub.Update_SalesTeam';
245: BEGIN
246: SAVEPOINT UPDATE_SALESTEAM_PUB;
247: -- Standard call to check for call compatibility.
248: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
249: p_api_version_number,
250: l_api_name,
251: G_PKG_NAME)

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

393: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acpub.Delete_SalesTeam';
394:
395: begin
396: SAVEPOINT DELETE_SALESTEAM_PUB;
397: -- Standard call to check for call compatibility.
398: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
399: p_api_version_number,
400: l_api_name,
401: G_PKG_NAME)

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

584: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
585: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acpub.has_viewCustomerAccess';
586:
587: begin
588: -- Standard call to check for call compatibility.
589: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
590: p_api_version_number,
591: l_api_name,
592: G_PKG_NAME)

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

725: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
726: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acpub.has_updateCustomerAccess';
727:
728: begin
729: -- Standard call to check for call compatibility.
730: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
731: p_api_version_number,
732: l_api_name,
733: G_PKG_NAME)

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

867: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
868: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acpub.has_updateLeadAccess';
869:
870: begin
871: -- Standard call to check for call compatibility.
872: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
873: p_api_version_number,
874: l_api_name,
875: G_PKG_NAME)

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

1009: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acpub.has_updateOpportunityAccess';
1010:
1011: begin
1012:
1013: -- Standard call to check for call compatibility.
1014: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1015: p_api_version_number,
1016: l_api_name,
1017: G_PKG_NAME)

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

1245: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acpub.has_updatePersonAccess';
1246:
1247: begin
1248:
1249: -- Standard call to check for call compatibility.
1250: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1251: p_api_version_number,
1252: l_api_name,
1253: G_PKG_NAME)

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

1476: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acpub.has_viewPersonAccess';
1477:
1478: begin
1479:
1480: -- Standard call to check for call compatibility.
1481: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1482: p_api_version_number,
1483: l_api_name,
1484: G_PKG_NAME)

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

1705: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
1706: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acpub.has_viewLeadAccess';
1707:
1708: begin
1709: -- Standard call to check for call compatibility.
1710: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1711: p_api_version_number,
1712: l_api_name,
1713: G_PKG_NAME)

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

1848: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acpub.has_viewOpportunityAccess';
1849:
1850: begin
1851:
1852: -- Standard call to check for call compatibility.
1853: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1854: p_api_version_number,
1855: l_api_name,
1856: G_PKG_NAME)

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

1997: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
1998: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acpub.has_organizationAccess';
1999:
2000: begin
2001: -- Standard call to check for call compatibility.
2002: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2003: p_api_version_number,
2004: l_api_name,
2005: G_PKG_NAME)

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

2171: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
2172: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acpub.has_opportunityAccess';
2173:
2174: begin
2175: -- Standard call to check for call compatibility.
2176: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2177: p_api_version_number,
2178: l_api_name,
2179: G_PKG_NAME)

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

2345: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
2346: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acpub.has_leadAccess';
2347:
2348: begin
2349: -- Standard call to check for call compatibility.
2350: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2351: p_api_version_number,
2352: l_api_name,
2353: G_PKG_NAME)

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

2521: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
2522: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acpub.has_personAccess';
2523:
2524: begin
2525: -- Standard call to check for call compatibility.
2526: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2527: p_api_version_number,
2528: l_api_name,
2529: G_PKG_NAME)