DBA Data[Home] [Help]

APPS.AHL_WARRANTY_ENTL_PVT dependencies on STANDARD

Line 100: -- Standard start of API savepoint

96: IF (l_log_procedure >= l_log_current_level) THEN
97: FND_LOG.string(l_log_procedure, l_full_name || '.begin', 'At the start of the API');
98: END IF;
99:
100: -- Standard start of API savepoint
101: SAVEPOINT Process_Warranty_Entl_Pub;
102:
103: -- Standard call to check for call compatibility
104: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,

Line 103: -- Standard call to check for call compatibility

99:
100: -- Standard start of API savepoint
101: SAVEPOINT Process_Warranty_Entl_Pub;
102:
103: -- Standard call to check for call compatibility
104: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
105: l_api_name, G_PKG_NAME) THEN
106: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
107: END IF;

Line 175: -- Standard check of p_commit

171: END IF;
172: RAISE FND_API.G_EXC_ERROR;
173: END IF;
174:
175: -- Standard check of p_commit
176: IF FND_API.TO_BOOLEAN(p_commit) THEN
177: COMMIT WORK;
178: END IF;
179:

Line 417: -- Standard check of p_commit

413: RETURN;
414: END IF;
415: END IF;
416:
417: -- Standard check of p_commit
418: IF FND_API.TO_BOOLEAN(p_commit) THEN
419: COMMIT WORK;
420: END IF;
421: