DBA Data[Home] [Help]

APPS.AHL_MC_MASTERCONFIG_PUB dependencies on STANDARD

Line 47: -- Standard start of API savepoint

43: -- Fix for Bug #3523435
44:
45: BEGIN
46:
47: -- Standard start of API savepoint
48: SAVEPOINT Process_Master_Config_SP;
49:
50: -- Standard call to check for call compatibility
51: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

46:
47: -- Standard start of API savepoint
48: SAVEPOINT Process_Master_Config_SP;
49:
50: -- Standard call to check for call compatibility
51: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
52: THEN
53: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
54: END IF;

Line 403: -- Standard check for p_commit

399: IF ( x_msg_count > 0 AND l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
400: RAISE FND_API.G_EXC_ERROR;
401: END IF;
402:
403: -- Standard check for p_commit
404: IF FND_API.TO_BOOLEAN (p_commit)
405: THEN
406: COMMIT WORK;
407: END IF;

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

405: THEN
406: COMMIT WORK;
407: END IF;
408:
409: -- Standard call to get message count and if count is 1, get message info
410: FND_MSG_PUB.count_and_get
411: (
412: p_count => x_msg_count,
413: p_data => x_msg_data,