DBA Data[Home] [Help]

APPS.IEM_SPV_MONITORING_PVT dependencies on STANDARD

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

39:
40: BEGIN
41:
42: SAVEPOINT get_email_activity_pvt;
43: -- Standard call to check for call compatibility.
44: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
45: p_api_version_number,
46: l_api_name,
47: G_PKG_NAME)

Line 164: -- Standard Check Of p_commit.

160: l_monitor_index := l_monitor_index + 1;
161: end loop;
162: end loop;
163:
164: -- Standard Check Of p_commit.
165: IF FND_API.To_Boolean(p_commit) THEN
166: COMMIT WORK;
167: END IF;
168: -- Standard callto get message count and if count is 1, get message info.

Line 168: -- Standard callto get message count and if count is 1, get message info.

164: -- Standard Check Of p_commit.
165: IF FND_API.To_Boolean(p_commit) THEN
166: COMMIT WORK;
167: END IF;
168: -- Standard callto get message count and if count is 1, get message info.
169: FND_MSG_PUB.Count_And_Get
170: ( p_count => x_msg_count,
171: p_data => x_msg_data
172: );

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

246:
247: BEGIN
248:
249: SAVEPOINT get_email_activity_pvt;
250: -- Standard call to check for call compatibility.
251: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
252: p_api_version_number,
253: l_api_name,
254: G_PKG_NAME)

Line 426: -- Standard Check Of p_commit.

422:
423: end loop;
424: end loop;
425:
426: -- Standard Check Of p_commit.
427: IF FND_API.To_Boolean(p_commit) THEN
428: COMMIT WORK;
429: END IF;
430: -- Standard callto get message count and if count is 1, get message info.

Line 430: -- Standard callto get message count and if count is 1, get message info.

426: -- Standard Check Of p_commit.
427: IF FND_API.To_Boolean(p_commit) THEN
428: COMMIT WORK;
429: END IF;
430: -- Standard callto get message count and if count is 1, get message info.
431: FND_MSG_PUB.Count_And_Get
432: ( p_count => x_msg_count,
433: p_data => x_msg_data
434: );