DBA Data[Home] [Help]

APPS.WSH_ITM_ERROR_PKG dependencies on STANDARD

Line 54: -- Standard Start of API savepoint

50: l_api_name CONSTANT VARCHAR2(30) := 'Insert_Row';
51: l_api_version number := 1.0;
52:
53: BEGIN
54: -- Standard Start of API savepoint
55: SAVEPOINT WSH_ITM_ERROR_PKG;
56:
57: -- Standard call to check for call compatibility.
58: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

53: BEGIN
54: -- Standard Start of API savepoint
55: SAVEPOINT WSH_ITM_ERROR_PKG;
56:
57: -- Standard call to check for call compatibility.
58: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
59: p_api_version ,
60: l_api_name ,
61: G_PKG_NAME )

Line 118: -- Standard check of p_commit.

114: AND interpreted_value_code = p_interpreted_code;
115:
116:
117: -- End of API body
118: -- Standard check of p_commit.
119:
120: IF FND_API.To_Boolean( p_commit ) THEN
121: COMMIT WORK;
122: END IF;

Line 124: -- Standard call to get message count and if count is 1,

120: IF FND_API.To_Boolean( p_commit ) THEN
121: COMMIT WORK;
122: END IF;
123:
124: -- Standard call to get message count and if count is 1,
125: -- get message info.
126:
127: FND_MSG_PUB.Count_And_Get
128: ( p_count => x_msg_count,

Line 229: -- Standard Start of API savepoint

225: l_api_version number := 1.0;
226:
227: BEGIN
228:
229: -- Standard Start of API savepoint
230: SAVEPOINT WSH_ITM_ERROR_PKG;
231:
232: -- Standard call to check for call compatibility.
233: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

228:
229: -- Standard Start of API savepoint
230: SAVEPOINT WSH_ITM_ERROR_PKG;
231:
232: -- Standard call to check for call compatibility.
233: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
234: p_api_version ,
235: l_api_name ,
236: G_PKG_NAME )

Line 275: -- Standard check of p_commit.

271:
272: x_return_status := fnd_api.g_ret_sts_success;
273:
274: -- End of API body
275: -- Standard check of p_commit.
276:
277: IF FND_API.To_Boolean( p_commit ) THEN
278: COMMIT WORK;
279: END IF;

Line 281: -- Standard call to get message count and if count is 1,

277: IF FND_API.To_Boolean( p_commit ) THEN
278: COMMIT WORK;
279: END IF;
280:
281: -- Standard call to get message count and if count is 1,
282: -- get message info.
283: FND_MSG_PUB.Count_And_Get
284: ( p_count => x_msg_count,
285: p_data => x_msg_data

Line 376: -- Standard Start of API savepoint

372: l_api_version number := 1.0;
373:
374: BEGIN
375:
376: -- Standard Start of API savepoint
377: SAVEPOINT WSH_ITM_ERROR_PKG;
378:
379: -- Standard call to check for call compatibility.
380: IF NOT FND_API.Compatible_API_Call

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

375:
376: -- Standard Start of API savepoint
377: SAVEPOINT WSH_ITM_ERROR_PKG;
378:
379: -- Standard call to check for call compatibility.
380: IF NOT FND_API.Compatible_API_Call
381: ( l_api_version ,
382: p_api_version ,
383: l_api_name ,

Line 413: -- Standard check of p_commit.

409:
410: x_return_status := fnd_api.g_ret_sts_success;
411:
412: -- End of API body
413: -- Standard check of p_commit.
414:
415: IF FND_API.To_Boolean( p_commit ) THEN
416: COMMIT WORK;
417: END IF;

Line 419: -- Standard call to get message count and if count is 1,

415: IF FND_API.To_Boolean( p_commit ) THEN
416: COMMIT WORK;
417: END IF;
418:
419: -- Standard call to get message count and if count is 1,
420: -- get message info.
421:
422: FND_MSG_PUB.Count_And_Get
423: ( p_count => x_msg_count,

Line 536: -- Standard Start of API savepoint

532: l_api_name CONSTANT VARCHAR2(30) := 'Lock_Row' ;
533: l_api_version number := 1.0;
534: BEGIN
535:
536: -- Standard Start of API savepoint
537: SAVEPOINT WSH_ITM_ERROR_PKG;
538:
539: -- Standard call to check for call compatibility.
540: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

535:
536: -- Standard Start of API savepoint
537: SAVEPOINT WSH_ITM_ERROR_PKG;
538:
539: -- Standard call to check for call compatibility.
540: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
541: p_api_version ,
542: l_api_name ,
543: G_PKG_NAME )