DBA Data[Home] [Help]

APPS.IEO_ICSM_AQ_PUB dependencies on STANDARD

Line 28: -- Standard Start of API savepoint

24: message SYSTEM.ieo_icsm_msg_type;
25: request_id NUMBER ;
26: xml_data_null EXCEPTION;
27: BEGIN
28: -- Standard Start of API savepoint
29: SAVEPOINT ENQUEUE_REQUEST_PUB;
30:
31: -- Standard call to check for call compatibility.
32: IF NOT FND_API.Compatible_API_Call

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

27: BEGIN
28: -- Standard Start of API savepoint
29: SAVEPOINT ENQUEUE_REQUEST_PUB;
30:
31: -- Standard call to check for call compatibility.
32: IF NOT FND_API.Compatible_API_Call
33: (
34: l_api_version,
35: p_api_version,

Line 77: -- Standard check of p_commit.

73:
74: x_request_id := request_id ;
75: -- End of API body.
76:
77: -- Standard check of p_commit.
78: IF FND_API.To_Boolean( p_commit ) THEN
79: COMMIT WORK;
80: END IF;
81: -- Standard call to get message count and if count is 1, get message info.

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

77: -- Standard check of p_commit.
78: IF FND_API.To_Boolean( p_commit ) THEN
79: COMMIT WORK;
80: END IF;
81: -- Standard call to get message count and if count is 1, get message info.
82: FND_MSG_PUB.Count_And_Get
83: (
84: p_count => x_msg_count,
85: p_data => x_msg_data

Line 152: -- Standard Start of API savepoint

148: message_handle RAW(16);
149: message SYSTEM.ieo_icsm_msg_type;
150: xml_data_null EXCEPTION;
151: BEGIN
152: -- Standard Start of API savepoint
153: SAVEPOINT ENQUEUE_RESPONSE_PUB;
154:
155: -- Standard call to check for call compatibility.
156: IF NOT FND_API.Compatible_API_Call

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

151: BEGIN
152: -- Standard Start of API savepoint
153: SAVEPOINT ENQUEUE_RESPONSE_PUB;
154:
155: -- Standard call to check for call compatibility.
156: IF NOT FND_API.Compatible_API_Call
157: (
158: l_api_version,
159: p_api_version,

Line 197: -- Standard check of p_commit.

193: );
194:
195: -- End of API body.
196:
197: -- Standard check of p_commit.
198: IF FND_API.To_Boolean( p_commit ) THEN
199: COMMIT WORK;
200: END IF;
201: -- Standard call to get message count and if count is 1, get message info.

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

197: -- Standard check of p_commit.
198: IF FND_API.To_Boolean( p_commit ) THEN
199: COMMIT WORK;
200: END IF;
201: -- Standard call to get message count and if count is 1, get message info.
202: FND_MSG_PUB.Count_And_Get
203: (
204: p_count => x_msg_count,
205: p_data => x_msg_data

Line 274: -- Standard Start of API savepoint

270: message SYSTEM.ieo_icsm_msg_type;
271: no_messages exception;
272: pragma exception_init (no_messages, -25228);
273: BEGIN
274: -- Standard Start of API savepoint
275: SAVEPOINT DEQUEUE_REQUEST_PUB;
276:
277: -- Standard call to check for call compatibility.
278: IF NOT FND_API.Compatible_API_Call

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

273: BEGIN
274: -- Standard Start of API savepoint
275: SAVEPOINT DEQUEUE_REQUEST_PUB;
276:
277: -- Standard call to check for call compatibility.
278: IF NOT FND_API.Compatible_API_Call
279: (
280: l_api_version,
281: p_api_version,

Line 379: -- Standard Start of API savepoint

375: message SYSTEM.ieo_icsm_msg_type;
376: no_messages exception;
377: pragma exception_init (no_messages, -25228);
378: BEGIN
379: -- Standard Start of API savepoint
380: SAVEPOINT DEQUEUE_RESPONSE_PUB;
381:
382: -- Standard call to check for call compatibility.
383: IF NOT FND_API.Compatible_API_Call

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

378: BEGIN
379: -- Standard Start of API savepoint
380: SAVEPOINT DEQUEUE_RESPONSE_PUB;
381:
382: -- Standard call to check for call compatibility.
383: IF NOT FND_API.Compatible_API_Call
384: (
385: l_api_version,
386: p_api_version,