DBA Data[Home] [Help]

APPS.AHL_DI_FILEUPLOAD_PVT dependencies on STANDARD

Line 64: -- Standard Start of API savepoint

60: l_attach_doc c_does_attach_exist%ROWTYPE;
61:
62: BEGIN
63:
64: -- Standard Start of API savepoint
65: SAVEPOINT UPLOAD_ITEM;
66:
67: -- Check if API is called in debug mode. If yes, enable debug.
68: IF G_DEBUG='Y' THEN

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

76:
77: END IF;
78:
79:
80: -- Standard call to check for call compatibility.
81: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version,
82: p_api_version,
83: l_api_name,G_PKG_NAME)
84: THEN

Line 248: --Standard check for commit

244:
245:
246:
247:
248: --Standard check for commit
249: IF FND_API.TO_BOOLEAN(p_commit) THEN
250: COMMIT;
251: END IF;
252: -- Debug info

Line 352: -- Standard Start of API savepoint

348: where FUPV.REVISION_ID = l_revid
349: and FUPV.FILE_ID = FLOB.FILE_ID;
350:
351: BEGIN
352: -- Standard Start of API savepoint
353: SAVEPOINT Delete_Item;
354:
355: -- Check if API is called in debug mode. If yes, enable debug.
356: IF G_DEBUG='Y' THEN

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

362: AHL_DEBUG_PUB.debug( 'enter private AHL_DI_FILEUPLOAD_PVT.DELETE_ITEM');
363: END IF;
364:
365:
366: -- Standard call to check for call compatibility.
367: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version,
368: p_api_version,
369: l_api_name,G_PKG_NAME) THEN
370: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 592: -- Standard Start of API savepoint

588: l_api_version CONSTANT NUMBER := 1.0;
589: l_init_msg_list VARCHAR2(10) := FND_API.G_TRUE;
590:
591: BEGIN
592: -- Standard Start of API savepoint
593: SAVEPOINT process_item;
594: IF G_DEBUG='Y' THEN
595: AHL_DEBUG_PUB.enable_debug;
596:

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

602:
603: END IF;
604:
605:
606: -- Standard call to check for call compatibility.
607: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version,
608: p_api_version,
609: l_api_name,G_PKG_NAME)
610: THEN