DBA Data[Home] [Help]

APPS.ENG_REVISED_ITEM_UTIL dependencies on STANDARD

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

2526: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('-***-Start API Reschedule_Revised_Item-***-'); END IF;
2527: SAVEPOINT Reschedule_Revised_Item_SP;
2528: x_return_status := FND_API.G_RET_STS_SUCCESS;
2529:
2530: -- Standard call to check for call compatibility
2531: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
2532: THEN
2533: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2534: END IF;