DBA Data[Home] [Help]

APPS.CSD_REPAIRS_PUB dependencies on STANDARD

Line 79: -- Standard Start of API savepoint

75: l_msg_count NUMBER;
76: l_msg_data VARCHAR2 (2000);
77: BEGIN
78: --
79: -- Standard Start of API savepoint
80: SAVEPOINT CREATE_REPAIR_ORDER_PUB;
81: -- Standard call to check for call compatibility.
82: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
83: p_api_version_number,

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

77: BEGIN
78: --
79: -- Standard Start of API savepoint
80: SAVEPOINT CREATE_REPAIR_ORDER_PUB;
81: -- Standard call to check for call compatibility.
82: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
83: p_api_version_number,
84: l_api_name,
85: G_PKG_NAME)

Line 156: -- Standard check for p_commit

152:
153: --
154: -- End of API body.
155: --
156: -- Standard check for p_commit
157: IF FND_API.to_Boolean(p_commit)
158: THEN
159: COMMIT WORK;
160: END IF;

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

157: IF FND_API.to_Boolean(p_commit)
158: THEN
159: COMMIT WORK;
160: END IF;
161: -- Standard call to get message count and if count is 1, get message info.
162: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
163: p_data => x_msg_data);
164: --
165: EXCEPTION

Line 213: -- Standard Start of API savepoint

209: l_api_version_number CONSTANT NUMBER := 1.0;
210: --
211: BEGIN
212: --
213: -- Standard Start of API savepoint
214: SAVEPOINT UPDATE_REPAIR_ORDER_PUB;
215: -- Standard call to check for call compatibility.
216: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
217: p_api_version_number,

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

211: BEGIN
212: --
213: -- Standard Start of API savepoint
214: SAVEPOINT UPDATE_REPAIR_ORDER_PUB;
215: -- Standard call to check for call compatibility.
216: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
217: p_api_version_number,
218: l_api_name,
219: G_PKG_NAME)

Line 252: -- Standard check for p_commit

248: END IF;
249: --
250: -- End of API body.
251: --
252: -- Standard check for p_commit
253: IF FND_API.to_Boolean(p_commit)
254: THEN
255: COMMIT WORK;
256: END IF;

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

253: IF FND_API.to_Boolean(p_commit)
254: THEN
255: COMMIT WORK;
256: END IF;
257: -- Standard call to get message count and if count is 1, get message info.
258: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
259: p_data => x_msg_data);
260: --
261: EXCEPTION

Line 312: -- Standard Start of API savepoint

308: l_api_version_number CONSTANT NUMBER := 1.0;
309: --
310: BEGIN
311: --
312: -- Standard Start of API savepoint
313: SAVEPOINT UPDATE_REPAIR_TYPE_PUB;
314: -- Standard call to check for call compatibility.
315: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
316: p_api_version,

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

310: BEGIN
311: --
312: -- Standard Start of API savepoint
313: SAVEPOINT UPDATE_REPAIR_TYPE_PUB;
314: -- Standard call to check for call compatibility.
315: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
316: p_api_version,
317: l_api_name,
318: G_PKG_NAME)

Line 358: -- Standard check for p_commit

354: END IF;
355: --
356: -- End of API body.
357: --
358: -- Standard check for p_commit
359: IF FND_API.to_Boolean(p_commit)
360: THEN
361: COMMIT WORK;
362: END IF;

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

359: IF FND_API.to_Boolean(p_commit)
360: THEN
361: COMMIT WORK;
362: END IF;
363: -- Standard call to get message count and if count is 1, get message info.
364: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
365: p_data => x_msg_data);
366: --
367: EXCEPTION

Line 441: -- Standard Start of API savepoint

437: l_api_version_number CONSTANT NUMBER := 1.0;
438: --
439: BEGIN
440: --
441: -- Standard Start of API savepoint
442: SAVEPOINT UPDATE_RO_STATUS_PUB;
443: -- Standard call to check for call compatibility.
444: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
445: p_api_version,

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

439: BEGIN
440: --
441: -- Standard Start of API savepoint
442: SAVEPOINT UPDATE_RO_STATUS_PUB;
443: -- Standard call to check for call compatibility.
444: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
445: p_api_version,
446: l_api_name,
447: G_PKG_NAME)

Line 481: -- Standard check for p_commit

477: END IF;
478: --
479: -- End of API body.
480: --
481: -- Standard check for p_commit
482: IF FND_API.to_Boolean(p_commit)
483: THEN
484: COMMIT WORK;
485: END IF;

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

482: IF FND_API.to_Boolean(p_commit)
483: THEN
484: COMMIT WORK;
485: END IF;
486: -- Standard call to get message count and if count is 1, get message info.
487: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
488: p_data => x_msg_data);
489: --
490: EXCEPTION