DBA Data[Home] [Help]

APPS.ASO_SALES_TEAM_PVT dependencies on STANDARD

Line 183: -- Standard Start of API savepoint

179: BEGIN
180:
181: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
182:
183: -- Standard Start of API savepoint
184: SAVEPOINT ASSIGN_SALES_TEAM_PVT;
185:
186: -- Standard call to check for call compatibility.
187: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

182:
183: -- Standard Start of API savepoint
184: SAVEPOINT ASSIGN_SALES_TEAM_PVT;
185:
186: -- Standard call to check for call compatibility.
187: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
188: 1.0,
189: l_api_name,
190: G_PKG_NAME)

Line 1252: -- Standard Start of API savepoint

1248: l_api_name CONSTANT VARCHAR2 ( 30 ) := 'Get_Sales_Team';
1249:
1250: BEGIN
1251:
1252: -- Standard Start of API savepoint
1253: SAVEPOINT GET_SALES_TEAM_PVT;
1254:
1255: x_return_status := FND_API.G_RET_STS_SUCCESS;
1256:

Line 1451: -- Standard Start of API savepoint

1447: l_api_name CONSTANT VARCHAR2 (30) := 'Get_Sales_Team';
1448:
1449: BEGIN
1450:
1451: -- Standard Start of API savepoint
1452: SAVEPOINT GET_SALES_TEAM_PVT;
1453:
1454: x_return_status := FND_API.G_RET_STS_SUCCESS;
1455:

Line 1653: -- Standard Start of API savepoint

1649: l_obsolete_status varchar2(1);
1650:
1651: BEGIN
1652:
1653: -- Standard Start of API savepoint
1654: SAVEPOINT UPDATE_PRIMARY_SALESINFO_PVT;
1655:
1656: x_return_status := FND_API.G_RET_STS_SUCCESS;
1657: l_primary_salesagent := p_primary_salesagent;

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

1888: RETURNING quote_header_id, last_update_date, resource_id, resource_grp_id, object_version_number
1889: INTO x_qte_header_rec.Quote_Header_Id, x_qte_header_rec.Last_Update_Date,
1890: x_qte_header_rec.resource_id, x_qte_header_rec.resource_grp_id, x_qte_header_rec.object_version_number;
1891:
1892: -- Standard call to get message count and if count is 1, get message info.
1893: FND_MSG_PUB.Count_And_Get
1894: ( p_count => x_msg_count,
1895: p_data => x_msg_data
1896: );

Line 2064: -- Standard Start of API savepoint

2060: BEGIN
2061:
2062: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
2063:
2064: -- Standard Start of API savepoint
2065: SAVEPOINT OPP_QUOTE_PRIMARY_SALESREP_PVT;
2066:
2067: -- Standard call to check for call compatibility.
2068: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

2063:
2064: -- Standard Start of API savepoint
2065: SAVEPOINT OPP_QUOTE_PRIMARY_SALESREP_PVT;
2066:
2067: -- Standard call to check for call compatibility.
2068: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2069: 1.0,
2070: l_api_name,
2071: G_PKG_NAME)

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

2466: RETURNING quote_header_id, last_update_date, resource_id, resource_grp_id, object_version_number
2467: INTO x_qte_header_rec.Quote_Header_Id, x_qte_header_rec.Last_Update_Date,
2468: x_qte_header_rec.resource_id, x_qte_header_rec.resource_grp_id, x_qte_header_rec.object_version_number;
2469:
2470: -- Standard call to get message count and if count is 1, get message info.
2471: FND_MSG_PUB.Count_And_Get
2472: ( p_count => x_msg_count,
2473: p_data => x_msg_data
2474: );