[Home] [Help]
663: l_api_version_number NUMBER:=1.0;
664:
665: y number :=1;
666: l_count number;
667: l_instance FND_CONCURRENT.Service_Instance_Tab_Type;
668:
669: BEGIN
670: -- Standard Start of API savepoint
671: SAVEPOINT GET_DP_RUNNING_STATUS;
687:
688: -- Initialize API return status to SUCCESS
689: x_return_status := FND_API.G_RET_STS_SUCCESS;
690:
691: l_instance := FND_CONCURRENT.Get_Service_Instances('IEMDPDEV');
692:
693: if ( l_instance is not null ) then
694:
695: l_count := l_instance.count;