Operation Details
Description: Returns id, and name from baseline planned group for the baseline plan content page for a specified baseline identifier.
Sterotype: nsmulti
SQL
SELECT
  BaselinePlanGroup.baselinePGID,
  BaselinePlanGroup.plannedGroupID,
  BaselinePlanGroup.plannedGroupName
INTO
  :baselinePlannedGroupID,
  :plannedGroupID,
  :plannedGroupName 
FROM
  BaselinePlanGroup 
WHERE BaselinePlanGroup.baseLineID = :baseLineID