DBA Data[Home] [Help]

APPS.BIS_TARGET_PVT dependencies on BIS_BUSINESS_PLAN_PVT

Line 875: BIS_BUSINESS_PLAN_PVT.Value_ID_Conversion

871: if (BIS_UTILITIES_PUB.Value_Not_Missing(p_Target_Rec.Plan_Short_Name)
872: = FND_API.G_TRUE) then
873: l_Business_Plan_Rec.Business_Plan_Short_Name := p_Target_Rec.Plan_Short_Name;
874: l_Business_Plan_Rec_p := l_Business_Plan_Rec;
875: BIS_BUSINESS_PLAN_PVT.Value_ID_Conversion
876: ( p_api_version => p_api_version
877: , p_Business_Plan_Rec => l_Business_Plan_Rec_p
878: , x_Business_Plan_Rec => l_Business_Plan_Rec
879: , x_return_status => x_return_status