DBA Data[Home] [Help]

APPS.AS_LINK_LEAD_OPP_PUB dependencies on STANDARD

Line 47: -- Standard Start of API savepoint

43: l_api_version_number CONSTANT NUMBER := 2.0;
44: l_debug BOOLEAN;
45: l_module CONSTANT VARCHAR2(255) := 'as.plsql.llop.Get_Potential_Opportunity';
46: BEGIN
47: -- Standard Start of API savepoint
48: SAVEPOINT GET_POTENTIAL_OPPORTUNITY_PUB;
49:
50: -- Standard call to check for call compatibility.
51: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

46: BEGIN
47: -- Standard Start of API savepoint
48: SAVEPOINT GET_POTENTIAL_OPPORTUNITY_PUB;
49:
50: -- Standard call to check for call compatibility.
51: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
52: p_api_version_number,
53: l_api_name,
54: G_PKG_NAME)

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

118: AS_UTILITY_PVT.Debug_Message(l_module, NULL, 'Pub: ' || l_api_name || ' End');
119: AS_UTILITY_PVT.Debug_Message(l_module, NULL, 'End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
120: END IF;
121:
122: -- Standard call to get message count and if count is 1, get message info.
123: FND_MSG_PUB.Count_And_Get
124: ( p_count => x_msg_count,
125: p_data => x_msg_data
126: );

Line 199: -- Standard Start of API savepoint

195: l_debug BOOLEAN;
196: l_module CONSTANT VARCHAR2(255) := 'as.plsql.llop.Copy_Lead_To_Opportunity';
197:
198: BEGIN
199: -- Standard Start of API savepoint
200: SAVEPOINT COPY_LEAD_TO_OPPORTUNITY_PUB;
201:
202: -- Standard call to check for call compatibility.
203: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

198: BEGIN
199: -- Standard Start of API savepoint
200: SAVEPOINT COPY_LEAD_TO_OPPORTUNITY_PUB;
201:
202: -- Standard call to check for call compatibility.
203: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
204: p_api_version_number,
205: l_api_name,
206: G_PKG_NAME)

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

328: AS_UTILITY_PVT.Debug_Message(l_module, NULL, 'Pub: ' || l_api_name || ' End');
329: AS_UTILITY_PVT.Debug_Message(l_module, NULL, 'End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
330: END IF;
331:
332: -- Standard call to get message count and if count is 1, get message info.
333: FND_MSG_PUB.Count_And_Get
334: ( p_count => x_msg_count,
335: p_data => x_msg_data
336: );

Line 407: -- Standard Start of API savepoint

403: l_debug BOOLEAN;
404: l_module CONSTANT VARCHAR2(255) := 'as.plsql.llop.Link_Lead_To_Opportunity';
405:
406: BEGIN
407: -- Standard Start of API savepoint
408: SAVEPOINT LINK_LEAD_TO_OPPORTUNITY_PUB;
409:
410: -- Standard call to check for call compatibility.
411: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

406: BEGIN
407: -- Standard Start of API savepoint
408: SAVEPOINT LINK_LEAD_TO_OPPORTUNITY_PUB;
409:
410: -- Standard call to check for call compatibility.
411: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
412: p_api_version_number,
413: l_api_name,
414: G_PKG_NAME)

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

534: AS_UTILITY_PVT.Debug_Message(l_module, NULL, 'Pub: ' || l_api_name || ' End');
535: AS_UTILITY_PVT.Debug_Message(l_module, NULL, 'End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
536: END IF;
537:
538: -- Standard call to get message count and if count is 1, get message info.
539: FND_MSG_PUB.Count_And_Get
540: ( p_count => x_msg_count,
541: p_data => x_msg_data
542: );

Line 624: -- Standard Start of API savepoint

620: l_debug BOOLEAN;
621: l_module CONSTANT VARCHAR2(255) := 'as.plsql.llop.Create_Opportunity_For_Lead';
622:
623: BEGIN
624: -- Standard Start of API savepoint
625: SAVEPOINT CREATE_OPP_FOR_LEAD_PUB;
626:
627: -- Standard call to check for call compatibility.
628: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

623: BEGIN
624: -- Standard Start of API savepoint
625: SAVEPOINT CREATE_OPP_FOR_LEAD_PUB;
626:
627: -- Standard call to check for call compatibility.
628: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
629: p_api_version_number,
630: l_api_name,
631: G_PKG_NAME)

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

753: IF l_debug THEN
754: AS_UTILITY_PVT.Debug_Message(l_module, NULL, 'Pub: ' || l_api_name || ' End');
755: AS_UTILITY_PVT.Debug_Message(l_module, NULL, 'End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
756: END IF;
757: -- Standard call to get message count and if count is 1, get message info.
758: FND_MSG_PUB.Count_And_Get
759: ( p_count => x_msg_count,
760: p_data => x_msg_data
761: );