DBA Data[Home] [Help]

APPS.AHL_VISIT_TYPE_PVT dependencies on STANDARD

Line 41: -- Standard Start of API savepoint

37:
38:
39: BEGIN
40:
41: -- Standard Start of API savepoint
42: SAVEPOINT Delete_Visit_Type;
43:
44: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN
45: fnd_log.string(fnd_log.level_procedure,L_DEBUG||'.begin','At the start of PLSQL procedure');

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

56: END IF;
57:
58: x_return_status := FND_API.G_RET_STS_SUCCESS;
59:
60: -- Standard call to check for call compatibility.
61: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version,
62: p_api_version,
63: l_api_name,G_PKG_NAME) THEN
64: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 116: --Standard check for commit

112: END IF;
113:
114: ------------------------End of API Body--------------------------------------
115:
116: --Standard check for commit
117: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
118: COMMIT;
119: END IF;
120:

Line 231: -- Standard Start of API savepoint

227: AND AVTV.mc_id = AMHB.mc_header_id (+);
228:
229: BEGIN
230:
231: -- Standard Start of API savepoint
232: SAVEPOINT Complete_Visit_Type;
233:
234: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN
235: fnd_log.string(fnd_log.level_procedure,L_DEBUG||'.begin','At the start of PLSQL procedure');

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

246: END IF;
247:
248: x_return_status := FND_API.G_RET_STS_SUCCESS;
249:
250: -- Standard call to check for call compatibility.
251: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
252: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
253: END IF;
254:

Line 358: --Standard check for commit

354:
355:
356: ------------------------End of API Body------------------------------------
357:
358: --Standard check for commit
359: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
360: COMMIT;
361: END IF;
362:

Line 465: -- Standard Start of API savepoint

461: WHERE visit_type_id = c_visit_type_id;
462:
463: BEGIN
464:
465: -- Standard Start of API savepoint
466: SAVEPOINT Create_Rev_Visit_Type;
467:
468: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN
469: fnd_log.string(fnd_log.level_procedure,L_DEBUG||'.begin','At the start of PLSQL procedure');

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

480:
481: -- Initialize API return status to success
482: x_return_status := FND_API.G_RET_STS_SUCCESS;
483:
484: -- Standard call to check for call compatibility.
485: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
486: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
487: END IF;
488:

Line 862: --Standard check for commit

858:
859:
860: ------------------------End of API Body------------------------------------
861:
862: --Standard check for commit
863: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
864: COMMIT;
865: END IF;
866: