DBA Data[Home] [Help]

APPS.EAM_PM_LAST_SERVICE_PUB dependencies on STANDARD

Line 157: -- Standard Start of API savepoint

153: from EAM_PM_LAST_SERVICE where meter_id = p_meter_id and activity_association_id = p_actv_assoc_id;
154:
155:
156: BEGIN
157: -- Standard Start of API savepoint
158: SAVEPOINT process_pm_last_service;
159: -- Standard call to check for call compatibility.
160: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
161: p_api_version ,

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

155:
156: BEGIN
157: -- Standard Start of API savepoint
158: SAVEPOINT process_pm_last_service;
159: -- Standard call to check for call compatibility.
160: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
161: p_api_version ,
162: l_api_name ,
163: G_PKG_NAME )

Line 247: -- Standard check of p_commit.

243:
244:
245:
246: -- End of API body.
247: -- Standard check of p_commit.
248: IF FND_API.To_Boolean( p_commit ) THEN
249: COMMIT WORK;
250: END IF;
251: -- Standard call to get message count and if count is 1, get message info.

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

247: -- Standard check of p_commit.
248: IF FND_API.To_Boolean( p_commit ) THEN
249: COMMIT WORK;
250: END IF;
251: -- Standard call to get message count and if count is 1, get message info.
252: FND_MSG_PUB.Count_And_Get
253: ( p_count => x_msg_count ,
254: p_data => x_msg_data
255: );