DBA Data[Home] [Help]

APPS.ENG_REVISED_ITEM_UTIL dependencies on STANDARD

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

2502: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('-***-Start API Reschedule_Revised_Item-***-'); END IF;
2503: SAVEPOINT Reschedule_Revised_Item_SP;
2504: x_return_status := FND_API.G_RET_STS_SUCCESS;
2505:
2506: -- Standard call to check for call compatibility
2507: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
2508: THEN
2509: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2510: END IF;