DBA Data[Home] [Help]

APPS.EAM_ACTIVITYASSOCIATION_PVT dependencies on STANDARD

Line 116: -- Standard Start of API savepoint

112: BEGIN
113: if(l_ulog) then
114: l_module := 'eam.plsql.'||g_pkg_name|| '.' || l_api_name;
115: end if;
116: -- Standard Start of API savepoint
117: SAVEPOINT Create_Association_PVT;
118:
119: -- Standard call to check for call compatibility.
120: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

115: end if;
116: -- Standard Start of API savepoint
117: SAVEPOINT Create_Association_PVT;
118:
119: -- Standard call to check for call compatibility.
120: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
121: p_api_version ,
122: l_api_name ,
123: G_PKG_NAME )

Line 526: -- Standard check of p_commit.

522:
523: -- ============================================================
524:
525: -- End of API body.
526: -- Standard check of p_commit.
527: IF FND_API.To_Boolean( p_commit ) THEN
528: COMMIT WORK;
529: END IF;
530: -- Standard call to get message count and if count is 1, get message info.

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

526: -- Standard check of p_commit.
527: IF FND_API.To_Boolean( p_commit ) THEN
528: COMMIT WORK;
529: END IF;
530: -- Standard call to get message count and if count is 1, get message info.
531: FND_MSG_PUB.Count_And_Get
532: ( p_count => x_msg_count ,
533: p_data => x_msg_data
534: );

Line 615: -- Standard Start of API savepoint

611: if(l_ulog) then
612: l_module := 'eam.plsql.'||g_pkg_name|| '.' || l_api_name;
613: end if;
614:
615: -- Standard Start of API savepoint
616: SAVEPOINT Create_AssetNumberAssoc_PVT;
617:
618: -- Standard call to check for call compatibility.
619: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

614:
615: -- Standard Start of API savepoint
616: SAVEPOINT Create_AssetNumberAssoc_PVT;
617:
618: -- Standard call to check for call compatibility.
619: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
620: p_api_version ,
621: l_api_name ,
622: G_PKG_NAME )

Line 1398: -- Standard check of p_commit.

1394:
1395: -- ============================================================
1396:
1397: -- End of API body.
1398: -- Standard check of p_commit.
1399: IF FND_API.To_Boolean( p_commit ) THEN
1400: COMMIT WORK;
1401: END IF;
1402: -- Standard call to get message count and if count is 1, get message info.

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

1398: -- Standard check of p_commit.
1399: IF FND_API.To_Boolean( p_commit ) THEN
1400: COMMIT WORK;
1401: END IF;
1402: -- Standard call to get message count and if count is 1, get message info.
1403: FND_MSG_PUB.Count_And_Get
1404: ( p_count => x_msg_count ,
1405: p_data => x_msg_data
1406: );

Line 1528: -- Standard Start of API savepoint

1524: || 'p_maintenance_object_id=' || p_maintenance_object_id
1525: || 'p_maintenance_object_type=' || p_maintenance_object_type);
1526: end if;
1527:
1528: -- Standard Start of API savepoint
1529: SAVEPOINT Inst_Activity_Template_PVT;
1530:
1531: -- Standard call to check for call compatibility.
1532: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

1527:
1528: -- Standard Start of API savepoint
1529: SAVEPOINT Inst_Activity_Template_PVT;
1530:
1531: -- Standard call to check for call compatibility.
1532: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1533: p_api_version ,
1534: l_api_name ,
1535: G_PKG_NAME )

Line 1754: -- Standard check of p_commit.

1750:
1751: -- End of API body.
1752:
1753:
1754: -- Standard check of p_commit.
1755: IF FND_API.To_Boolean( p_commit ) THEN
1756: COMMIT WORK;
1757: END IF;
1758: -- Standard call to get message count and if count is 1, get message info.

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

1754: -- Standard check of p_commit.
1755: IF FND_API.To_Boolean( p_commit ) THEN
1756: COMMIT WORK;
1757: END IF;
1758: -- Standard call to get message count and if count is 1, get message info.
1759: FND_MSG_PUB.Count_And_Get
1760: ( p_count => x_msg_count ,
1761: p_data => x_msg_data
1762: );