DBA Data[Home] [Help]

APPS.AHL_PRD_BLK_PARTS_CHANGE_PVT dependencies on STANDARD

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

113: BEGIN
114: --Initialize API return status to success
115: x_return_status := FND_API.G_RET_STS_SUCCESS;
116:
117: --Standard call to check for call compatibility.
118: IF NOT FND_API.compatible_api_call(
119: l_api_version,
120: p_api_version,
121: l_api_name,

Line 2165: -- Standard start of API savepoint

2161: l_item VARCHAR2(240);
2162: l_serial VARCHAR2(30);
2163:
2164: BEGIN
2165: -- Standard start of API savepoint
2166: SAVEPOINT PRD_BLK_PARTS_CHNG_PVT;
2167: IF (l_log_procedure >= l_log_current_level) THEN
2168: fnd_log.string(l_log_procedure, l_debug_key,
2169: ' Entering procedure');

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

2168: fnd_log.string(l_log_procedure, l_debug_key,
2169: ' Entering procedure');
2170: END IF;
2171:
2172: -- Standard call to check for call compatibility
2173: IF NOT FND_API.COMPATIBLE_API_CALL(L_API_VERSION,
2174: P_API_VERSION,
2175: L_API_NAME,
2176: G_PKG_NAME) THEN

Line 2508: -- Standard check of p_commit

2504: FND_MESSAGE.Set_Name('AHL', 'AHL_PRD_BLK_PC_ERRORS');
2505: FND_MSG_PUB.ADD;
2506: RAISE FND_API.G_EXC_ERROR;
2507: END IF;
2508: -- Standard check of p_commit
2509: IF FND_API.TO_BOOLEAN(P_COMMIT) THEN
2510: COMMIT WORK;
2511: END IF;
2512: -- Standard call to get message count and if count is 1, get message

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

2508: -- Standard check of p_commit
2509: IF FND_API.TO_BOOLEAN(P_COMMIT) THEN
2510: COMMIT WORK;
2511: END IF;
2512: -- Standard call to get message count and if count is 1, get message
2513: FND_MSG_PUB.COUNT_AND_GET
2514: ( P_COUNT => X_MSG_COUNT,
2515: P_DATA => X_MSG_DATA,
2516: P_ENCODED => FND_API.G_FALSE);