DBA Data[Home] [Help]

APPS.IEO_CONCURRENT_PUB dependencies on STANDARD

Line 96: -- Standard Start of API savepoint

92: p_init_msg_list VARCHAR2(256);
93: p_commit VARCHAR2(256);
94:
95: BEGIN
96: -- Standard Start of API savepoint
97:
98: fnd_file.put_line(fnd_file.log, 'Check and Restart Worker Program Started 1');
99: p_api_version := 1.0;
100: p_init_msg_list := FND_API.G_FALSE;

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

101: p_commit := FND_API.G_TRUE;
102:
103:
104: SAVEPOINT IEO_CHECK_RESTART_SERVERS_PUB;
105: -- Standard call to check for call compatibility.
106: IF NOT FND_API.Compatible_API_Call (l_api_version,
107: p_api_version,
108: l_api_name,
109: G_PKG_NAME)

Line 171: -- Standard check of p_commit.

167: end;
168:
169: fnd_file.put_line(fnd_file.log, 'Worker Program Ended ');
170: -- End of API body.
171: -- Standard check of p_commit.
172: IF FND_API.To_Boolean( p_commit ) THEN
173: COMMIT WORK;
174: END IF;
175: -- Standard call to get message count and if count is 1, get message info.

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

171: -- Standard check of p_commit.
172: IF FND_API.To_Boolean( p_commit ) THEN
173: COMMIT WORK;
174: END IF;
175: -- Standard call to get message count and if count is 1, get message info.
176: FND_MSG_PUB.Count_And_Get
177: ( p_count => l_msg_count ,
178: p_data => ERRBUF
179: );

Line 247: -- Standard Start of API savepoint

243: p_init_msg_list VARCHAR2(256);
244: p_commit VARCHAR2(256);
245:
246: BEGIN
247: -- Standard Start of API savepoint
248:
249: fnd_file.put_line(fnd_file.log, 'PING and Restart Worker Program Started 1');
250: p_api_version := 1.0;
251: p_init_msg_list := FND_API.G_FALSE;

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

252: p_commit := FND_API.G_TRUE;
253:
254:
255: SAVEPOINT IEO_PING_RESTART_SVR_PUB;
256: -- Standard call to check for call compatibility.
257: IF NOT FND_API.Compatible_API_Call (l_api_version,
258: p_api_version,
259: l_api_name,
260: G_PKG_NAME)

Line 361: -- Standard check of p_commit.

357: end if;
358:
359: fnd_file.put_line(fnd_file.log, 'Worker Program Ended ');
360: -- End of API body.
361: -- Standard check of p_commit.
362: IF FND_API.To_Boolean( p_commit ) THEN
363: COMMIT WORK;
364: END IF;
365: -- Standard call to get message count and if count is 1, get message info.

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

361: -- Standard check of p_commit.
362: IF FND_API.To_Boolean( p_commit ) THEN
363: COMMIT WORK;
364: END IF;
365: -- Standard call to get message count and if count is 1, get message info.
366: FND_MSG_PUB.Count_And_Get
367: ( p_count => l_msg_count ,
368: p_data => ERRBUF
369: );