DBA Data[Home] [Help]

APPS.ENG_VALIDATE_CHANGE_LINE dependencies on BOM_RTG_GLOBALS

Line 743: IF BOM_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug

739: l_return_status := FND_API.G_RET_STS_ERROR ;
740:
741: END LOOP ;
742:
743: IF BOM_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug
744: ('Check uniqueness of the sequence number . . . ' || l_return_status) ;
745: END IF ;
746:
747: END IF ;