DBA Data[Home] [Help]

APPS.EAM_ACTIVITYASSOCIATION_PVT dependencies on STANDARD

Line 133: -- Standard Start of API savepoint

129: BEGIN
130: if(l_ulog) then
131: l_module := 'eam.plsql.'||g_pkg_name|| '.' || l_api_name;
132: end if;
133: -- Standard Start of API savepoint
134: SAVEPOINT Create_Association_PVT;
135:
136: -- Standard call to check for call compatibility.
137: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

132: end if;
133: -- Standard Start of API savepoint
134: SAVEPOINT Create_Association_PVT;
135:
136: -- Standard call to check for call compatibility.
137: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
138: p_api_version ,
139: l_api_name ,
140: G_PKG_NAME )

Line 551: -- Standard check of p_commit.

547:
548: -- ============================================================
549:
550: -- End of API body.
551: -- Standard check of p_commit.
552: IF FND_API.To_Boolean( p_commit ) THEN
553: COMMIT WORK;
554: END IF;
555: -- Standard call to get message count and if count is 1, get message info.

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

551: -- Standard check of p_commit.
552: IF FND_API.To_Boolean( p_commit ) THEN
553: COMMIT WORK;
554: END IF;
555: -- Standard call to get message count and if count is 1, get message info.
556: FND_MSG_PUB.Count_And_Get
557: ( p_count => x_msg_count ,
558: p_data => x_msg_data
559: );

Line 640: -- Standard Start of API savepoint

636: if(l_ulog) then
637: l_module := 'eam.plsql.'||g_pkg_name|| '.' || l_api_name;
638: end if;
639:
640: -- Standard Start of API savepoint
641: SAVEPOINT Create_AssetNumberAssoc_PVT;
642:
643: -- Standard call to check for call compatibility.
644: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

639:
640: -- Standard Start of API savepoint
641: SAVEPOINT Create_AssetNumberAssoc_PVT;
642:
643: -- Standard call to check for call compatibility.
644: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
645: p_api_version ,
646: l_api_name ,
647: G_PKG_NAME )

Line 1484: -- Standard check of p_commit.

1480:
1481: -- ============================================================
1482:
1483: -- End of API body.
1484: -- Standard check of p_commit.
1485: IF FND_API.To_Boolean( p_commit ) THEN
1486: COMMIT WORK;
1487: END IF;
1488: -- Standard call to get message count and if count is 1, get message info.

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

1484: -- Standard check of p_commit.
1485: IF FND_API.To_Boolean( p_commit ) THEN
1486: COMMIT WORK;
1487: END IF;
1488: -- Standard call to get message count and if count is 1, get message info.
1489: FND_MSG_PUB.Count_And_Get
1490: ( p_count => x_msg_count ,
1491: p_data => x_msg_data
1492: );

Line 1616: -- Standard Start of API savepoint

1612: || 'p_maintenance_object_id=' || p_maintenance_object_id
1613: || 'p_maintenance_object_type=' || p_maintenance_object_type);
1614: end if;
1615:
1616: -- Standard Start of API savepoint
1617: SAVEPOINT Inst_Activity_Template_PVT;
1618:
1619: -- Standard call to check for call compatibility.
1620: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

1615:
1616: -- Standard Start of API savepoint
1617: SAVEPOINT Inst_Activity_Template_PVT;
1618:
1619: -- Standard call to check for call compatibility.
1620: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1621: p_api_version ,
1622: l_api_name ,
1623: G_PKG_NAME )

Line 1847: -- Standard check of p_commit.

1843:
1844: -- End of API body.
1845:
1846:
1847: -- Standard check of p_commit.
1848: IF FND_API.To_Boolean( p_commit ) THEN
1849: COMMIT WORK;
1850: END IF;
1851: -- Standard call to get message count and if count is 1, get message info.

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

1847: -- Standard check of p_commit.
1848: IF FND_API.To_Boolean( p_commit ) THEN
1849: COMMIT WORK;
1850: END IF;
1851: -- Standard call to get message count and if count is 1, get message info.
1852: FND_MSG_PUB.Count_And_Get
1853: ( p_count => x_msg_count ,
1854: p_data => x_msg_data
1855: );