DBA Data[Home] [Help]

APPS.AS_OPP_CONTACT_PVT dependencies on STANDARD

Line 55: -- Standard Start of API savepoint

51: --and enabled_flag = 'Y' fix for 5285071
52: and primary_contact_flag = 'Y';
53:
54: BEGIN
55: -- Standard Start of API savepoint
56: SAVEPOINT CREATE_OPP_CONTACTS_PVT;
57:
58: -- Standard call to check for call compatibility.
59: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

54: BEGIN
55: -- Standard Start of API savepoint
56: SAVEPOINT CREATE_OPP_CONTACTS_PVT;
57:
58: -- Standard call to check for call compatibility.
59: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
60: p_api_version_number,
61: l_api_name,
62: G_PKG_NAME)

Line 316: -- Standard check for p_commit

312: --
313: -- End of API body
314: --
315:
316: -- Standard check for p_commit
317: IF FND_API.to_Boolean( p_commit )
318: THEN
319: COMMIT WORK;
320: END IF;

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

325: AS_UTILITY_PVT.Debug_Message(l_module, FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
326: 'Private API: ' || l_api_name || ' end');
327:
328: END IF;
329: -- Standard call to get message count and if count is 1, get message info.
330: FND_MSG_PUB.Count_And_Get
331: ( p_count => x_msg_count,
332: p_data => x_msg_data
333: );

Line 432: -- Standard Start of API savepoint

428: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
429: l_module CONSTANT VARCHAR2(255) := 'as.plsql.lcnpv.Update_opp_contacts';
430:
431: BEGIN
432: -- Standard Start of API savepoint
433: SAVEPOINT UPDATE_OPP_CONTACTS_PVT;
434:
435: -- Standard call to check for call compatibility.
436: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

431: BEGIN
432: -- Standard Start of API savepoint
433: SAVEPOINT UPDATE_OPP_CONTACTS_PVT;
434:
435: -- Standard call to check for call compatibility.
436: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
437: p_api_version_number,
438: l_api_name,
439: G_PKG_NAME)

Line 713: -- Standard check for p_commit

709: --
710: -- End of API body.
711: --
712:
713: -- Standard check for p_commit
714: IF FND_API.to_Boolean( p_commit )
715: THEN
716: COMMIT WORK;
717: END IF;

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

723: 'Private API: ' || l_api_name || ' end');
724: END IF;
725:
726:
727: -- Standard call to get message count and if count is 1, get message info.
728: FND_MSG_PUB.Count_And_Get
729: ( p_count => x_msg_count,
730: p_data => x_msg_data
731: );

Line 818: -- Standard Start of API savepoint

814: l_access_profile_rec AS_ACCESS_PUB.Access_Profile_Rec_Type;
815: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
816: l_module CONSTANT VARCHAR2(255) := 'as.plsql.lcnpv.Delete_opp_contacts';
817: BEGIN
818: -- Standard Start of API savepoint
819: SAVEPOINT DELETE_OPP_CONTACTS_PVT;
820:
821: -- Standard call to check for call compatibility.
822: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

817: BEGIN
818: -- Standard Start of API savepoint
819: SAVEPOINT DELETE_OPP_CONTACTS_PVT;
820:
821: -- Standard call to check for call compatibility.
822: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
823: p_api_version_number,
824: l_api_name,
825: G_PKG_NAME)

Line 977: -- Standard check for p_commit

973: --
974: -- End of API body
975: --
976:
977: -- Standard check for p_commit
978: IF FND_API.to_Boolean( p_commit )
979: THEN
980: COMMIT WORK;
981: END IF;

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

986: AS_UTILITY_PVT.Debug_Message(l_module, FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
987: 'Private API: ' || l_api_name || ' end');
988: END IF;
989:
990: -- Standard call to get message count and if count is 1, get message info.
991: FND_MSG_PUB.Count_And_Get
992: ( p_count => x_msg_count,
993: p_data => x_msg_data
994: );

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

1152: END IF;
1153:
1154: END IF;
1155:
1156: -- Standard call to get message count and if count is 1, get message info.
1157: FND_MSG_PUB.Count_And_Get
1158: ( p_count => x_msg_count,
1159: p_data => x_msg_data
1160: );

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

1230: END IF;
1231: CLOSE C_Lead_Id_Exists;
1232: END IF;
1233:
1234: -- Standard call to get message count and if count is 1, get message info.
1235: FND_MSG_PUB.Count_And_Get
1236: ( p_count => x_msg_count,
1237: p_data => x_msg_data
1238: );

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

1295: END IF;
1296: CLOSE C_CONTACT_ID_Exists;
1297: END IF;
1298:
1299: -- Standard call to get message count and if count is 1, get message info.
1300: FND_MSG_PUB.Count_And_Get
1301: ( p_count => x_msg_count,
1302: p_data => x_msg_data
1303: );

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

1360: x_return_status := FND_API.G_RET_STS_ERROR;
1361: END IF;
1362: END IF;
1363:
1364: -- Standard call to get message count and if count is 1, get message info.
1365: FND_MSG_PUB.Count_And_Get
1366: ( p_count => x_msg_count,
1367: p_data => x_msg_data
1368: );

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

1436: END IF;
1437: CLOSE C_Customer_Id_Exists;
1438: END IF;
1439:
1440: -- Standard call to get message count and if count is 1, get message info.
1441: FND_MSG_PUB.Count_And_Get
1442: ( p_count => x_msg_count,
1443: p_data => x_msg_data
1444: );

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

1500: END IF;
1501: CLOSE C_ADDRESS_ID_Exists;
1502: END IF;
1503:
1504: -- Standard call to get message count and if count is 1, get message info.
1505: FND_MSG_PUB.Count_And_Get
1506: ( p_count => x_msg_count,
1507: p_data => x_msg_data
1508: );

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

1565: END IF;
1566: CLOSE C_RANK_Exists;
1567: END IF;
1568:
1569: -- Standard call to get message count and if count is 1, get message info.
1570: FND_MSG_PUB.Count_And_Get
1571: ( p_count => x_msg_count,
1572: p_data => x_msg_data
1573: );

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

1631: END IF;
1632: CLOSE C_PHONE_ID_Exists;
1633: END IF;
1634:
1635: -- Standard call to get message count and if count is 1, get message info.
1636: FND_MSG_PUB.Count_And_Get
1637: ( p_count => x_msg_count,
1638: p_data => x_msg_data
1639: );

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

1693: x_return_status := FND_API.G_RET_STS_ERROR;
1694: END IF;
1695: END IF;
1696:
1697: -- Standard call to get message count and if count is 1, get message info.
1698: FND_MSG_PUB.Count_And_Get
1699: ( p_count => x_msg_count,
1700: p_data => x_msg_data
1701: );

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

1810: -- end of changes for 5285071
1811:
1812: END IF;
1813:
1814: -- Standard call to get message count and if count is 1, get message info.
1815: FND_MSG_PUB.Count_And_Get
1816: ( p_count => x_msg_count,
1817: p_data => x_msg_data
1818: );

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

1857: IF l_debug THEN
1858: AS_UTILITY_PVT.Debug_Message(l_module, FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
1859: 'Private API: Validated Record');
1860: END IF;
1861: -- Standard call to get message count and if count is 1, get message info.
1862: FND_MSG_PUB.Count_And_Get
1863: ( p_count => x_msg_count,
1864: p_data => x_msg_data
1865: );