DBA Data[Home] [Help]

APPS.ASO_SALES_TEAM_PVT dependencies on STANDARD

Line 460: -- Standard Start of API savepoint

456: BEGIN
457:
458: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
459:
460: -- Standard Start of API savepoint
461: SAVEPOINT ASSIGN_SALES_TEAM_PVT;
462:
463: -- Standard call to check for call compatibility.
464: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

459:
460: -- Standard Start of API savepoint
461: SAVEPOINT ASSIGN_SALES_TEAM_PVT;
462:
463: -- Standard call to check for call compatibility.
464: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
465: 1.0,
466: l_api_name,
467: G_PKG_NAME)

Line 1546: -- Standard Start of API savepoint

1542: l_api_name CONSTANT VARCHAR2 ( 30 ) := 'Get_Sales_Team';
1543:
1544: BEGIN
1545:
1546: -- Standard Start of API savepoint
1547: SAVEPOINT GET_SALES_TEAM_PVT;
1548:
1549: x_return_status := FND_API.G_RET_STS_SUCCESS;
1550:

Line 1863: -- Standard Start of API savepoint

1859: l_api_name CONSTANT VARCHAR2 (30) := 'Get_Sales_Team';
1860:
1861: BEGIN
1862:
1863: -- Standard Start of API savepoint
1864: SAVEPOINT GET_SALES_TEAM_PVT;
1865:
1866: x_return_status := FND_API.G_RET_STS_SUCCESS;
1867:

Line 2092: -- Standard Start of API savepoint

2088: l_obsolete_status varchar2(1);
2089:
2090: BEGIN
2091:
2092: -- Standard Start of API savepoint
2093: SAVEPOINT UPDATE_PRIMARY_SALESINFO_PVT;
2094:
2095: x_return_status := FND_API.G_RET_STS_SUCCESS;
2096: l_primary_salesagent := p_primary_salesagent;

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

2327: RETURNING quote_header_id, last_update_date, resource_id, resource_grp_id, object_version_number
2328: INTO x_qte_header_rec.Quote_Header_Id, x_qte_header_rec.Last_Update_Date,
2329: x_qte_header_rec.resource_id, x_qte_header_rec.resource_grp_id, x_qte_header_rec.object_version_number;
2330:
2331: -- Standard call to get message count and if count is 1, get message info.
2332: FND_MSG_PUB.Count_And_Get
2333: ( p_count => x_msg_count,
2334: p_data => x_msg_data
2335: );

Line 2503: -- Standard Start of API savepoint

2499: BEGIN
2500:
2501: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
2502:
2503: -- Standard Start of API savepoint
2504: SAVEPOINT OPP_QUOTE_PRIMARY_SALESREP_PVT;
2505:
2506: -- Standard call to check for call compatibility.
2507: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

2502:
2503: -- Standard Start of API savepoint
2504: SAVEPOINT OPP_QUOTE_PRIMARY_SALESREP_PVT;
2505:
2506: -- Standard call to check for call compatibility.
2507: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2508: 1.0,
2509: l_api_name,
2510: G_PKG_NAME)

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

2905: RETURNING quote_header_id, last_update_date, resource_id, resource_grp_id, object_version_number
2906: INTO x_qte_header_rec.Quote_Header_Id, x_qte_header_rec.Last_Update_Date,
2907: x_qte_header_rec.resource_id, x_qte_header_rec.resource_grp_id, x_qte_header_rec.object_version_number;
2908:
2909: -- Standard call to get message count and if count is 1, get message info.
2910: FND_MSG_PUB.Count_And_Get
2911: ( p_count => x_msg_count,
2912: p_data => x_msg_data
2913: );