DBA Data[Home] [Help]

APPS.AS_SALES_LEAD_OPP_PVT dependencies on STANDARD

Line 265: -- Standard Start of API savepoint

261: l_debug BOOLEAN;
262: l_module CONSTANT VARCHAR2(255) := 'as.plsql.slopv.Get_Potential_Opportunity';
263:
264: BEGIN
265: -- Standard Start of API savepoint
266: SAVEPOINT GET_POTENTIAL_OPPORTUNITY_PVT;
267:
268: -- Standard call to check for call compatibility.
269: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

264: BEGIN
265: -- Standard Start of API savepoint
266: SAVEPOINT GET_POTENTIAL_OPPORTUNITY_PVT;
267:
268: -- Standard call to check for call compatibility.
269: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
270: p_api_version_number,
271: l_api_name,
272: G_PKG_NAME)

Line 491: -- Standard check for p_commit

487: --
488: -- END of API body
489: --
490:
491: -- Standard check for p_commit
492: IF FND_API.to_Boolean( p_commit )
493: THEN
494: COMMIT WORK;
495: END IF;

Line 503: -- Standard call to get message count and IF count is 1, get message info.

499: IF l_debug THEN
500: AS_UTILITY_PVT.Debug_Message(l_module, NULL, 'PVT: ' || l_api_name || ' End');
501: END IF;
502:
503: -- Standard call to get message count and IF count is 1, get message info.
504: FND_MSG_PUB.Count_And_Get
505: ( p_count => x_msg_count,
506: p_data => x_msg_data );
507:

Line 833: -- Standard Start of API savepoint

829: l_debug BOOLEAN;
830: l_module CONSTANT VARCHAR2(255) := 'as.plsql.slopv.Copy_Lead_To_Opportunity';
831:
832: BEGIN
833: -- Standard Start of API savepoint
834: SAVEPOINT COPY_LEAD_TO_OPPORTUNITY_PVT;
835:
836: -- Standard call to check for call compatibility.
837: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

832: BEGIN
833: -- Standard Start of API savepoint
834: SAVEPOINT COPY_LEAD_TO_OPPORTUNITY_PVT;
835:
836: -- Standard call to check for call compatibility.
837: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
838: p_api_version_number,
839: l_api_name,
840: G_PKG_NAME)

Line 1525: -- Standard check for p_commit

1521: --
1522: -- END of API body
1523: --
1524:
1525: -- Standard check for p_commit
1526: IF FND_API.to_Boolean( p_commit )
1527: THEN
1528: COMMIT WORK;
1529: END IF;

Line 1537: -- Standard call to get message count and IF count is 1, get message info.

1533: IF l_debug THEN
1534: AS_UTILITY_PVT.Debug_Message(l_module, NULL, 'PVT: ' || l_api_name || ' End');
1535: END IF;
1536:
1537: -- Standard call to get message count and IF count is 1, get message info.
1538: FND_MSG_PUB.Count_And_Get
1539: ( p_count => x_msg_count,
1540: p_data => x_msg_data );
1541:

Line 1772: -- Standard Start of API savepoint

1768: l_debug BOOLEAN;
1769: l_module CONSTANT VARCHAR2(255) := 'as.plsql.slopv.Link_Lead_To_Opportunity';
1770:
1771: BEGIN
1772: -- Standard Start of API savepoint
1773: SAVEPOINT LINK_LEAD_TO_OPPORTUNITY_PVT;
1774: -- Standard call to check for call compatibility.
1775: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1776: p_api_version_number,

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

1770:
1771: BEGIN
1772: -- Standard Start of API savepoint
1773: SAVEPOINT LINK_LEAD_TO_OPPORTUNITY_PVT;
1774: -- Standard call to check for call compatibility.
1775: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1776: p_api_version_number,
1777: l_api_name,
1778: G_PKG_NAME)

Line 2180: -- Standard check for p_commit

2176: --
2177: -- END of API body
2178: --
2179:
2180: -- Standard check for p_commit
2181: IF FND_API.to_Boolean( p_commit )
2182: THEN
2183: COMMIT WORK;
2184: END IF;

Line 2192: -- Standard call to get message count and IF count is 1, get message info.

2188: IF l_debug THEN
2189: AS_UTILITY_PVT.Debug_Message(l_module, NULL, 'PVT: ' || l_api_name || ' End');
2190: END IF;
2191:
2192: -- Standard call to get message count and IF count is 1, get message info.
2193: FND_MSG_PUB.Count_And_Get
2194: ( p_count => x_msg_count,
2195: p_data => x_msg_data );
2196:

Line 2520: -- Standard Start of API savepoint

2516: l_default_ou_name varchar2(240);
2517: l_ou_count number;
2518: l_module CONSTANT VARCHAR2(255) := 'as.plsql.slopv.Create_Opportunity_For_Lead';
2519: BEGIN
2520: -- Standard Start of API savepoint
2521: SAVEPOINT CREATE_OPP_FOR_LEAD_PVT;
2522:
2523: -- Standard call to check for call compatibility.
2524: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

2519: BEGIN
2520: -- Standard Start of API savepoint
2521: SAVEPOINT CREATE_OPP_FOR_LEAD_PVT;
2522:
2523: -- Standard call to check for call compatibility.
2524: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2525: p_api_version_number,
2526: l_api_name,
2527: G_PKG_NAME)

Line 3421: -- Standard check for p_commit

3417: --
3418: -- END of API body
3419: --
3420:
3421: -- Standard check for p_commit
3422: IF FND_API.to_Boolean( p_commit )
3423: THEN
3424: COMMIT WORK;
3425: END IF;

Line 3433: -- Standard call to get message count and IF count is 1, get message info.

3429: IF l_debug THEN
3430: AS_UTILITY_PVT.Debug_Message(l_module, NULL, 'PVT: ' || l_api_name || ' End');
3431: END IF;
3432:
3433: -- Standard call to get message count and IF count is 1, get message info.
3434: FND_MSG_PUB.Count_And_Get
3435: ( p_count => x_msg_count,
3436: p_data => x_msg_data );
3437:

Line 3592: -- Standard Start of API savepoint

3588: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
3589: l_last_update_date date;
3590: l_module CONSTANT VARCHAR2(255) := 'as.plsql.slopv.CHECK_SALES_STAGE';
3591: BEGIN
3592: -- Standard Start of API savepoint
3593: SAVEPOINT CHECK_SALES_STAGE_PVT;
3594: -- Initialize API return status to SUCCESS
3595: x_return_status := FND_API.G_RET_STS_SUCCESS;
3596: -- Initialize message list if p_init_msg_list is set to TRUE.