Get all project business units

get

/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV

Request

Query Parameters
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables

    • AwardContractBUFinder Finds all business units that are valid for the award contract.
      Finder Variables
      • SearchTerm; string; Keywords that identify project business unit name.
    • KeywordFinder Finds all project business units with the specified search terms.
      Finder Variables
      • SearchTerm; string; Keywords that identify project business unit name.
    • PrimaryKey Finds all project business units for the specified business unit ID.
      Finder Variables
      • BusinessUnitId; integer; Identifier of the project business unit.
    • ProviderBUFinder Finds all project contract business units for the specified intent.
      Finder Variables
      • Id; string; Identifier of the project contract.
      • MajorVersion; string; Identification of the version of the contract, created by amending the contract, used to generate the revenue distribution.
      • SearchTerm; string; Keywords that identify project business unit name.
    • ReceiverBUFinder Finds all receiver project business units for the specified intent.
      Finder Variables
      • BillPlanId; string; Identifier of the bill plan on the project contract line.
      • SearchTerm; string; Keywords that identify project business unit name.
    • findContractBUByIntent Finds all contract business units for the specified intent.
      Finder Variables
      • Intent; string; The data security policy code that determines the access to the contract business unit.
      • SearchTerm; string; Keywords that identify project business unit name.
    • findElementScheduleBUByIntent Finds all valid business units while creating or editing a labor schedule element for the specified intent.
      Finder Variables
      • Intent; string; The data security policy code that determines the access to the labor schedule element business unit.
      • SearchTerm; string; Keywords that identify project business unit name.
    • findProjectBUByIntent Finds all project business units for the specified intent.
      Finder Variables
      • Intent; string; The data security policy code that determines the access to the project business unit.
      • SearchTerm; string; Keywords that identify project business unit name.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • ActiveFlag; boolean; Indicates whether the business unit is currently active or not.
    • BusinessUnitId; integer; Identifier of the project business unit.
    • BusinessUnitName; string; Name of the project business unit.
    • LegalEntity; string; Recognized party with given rights and responsibilities by legislation. Legal entities generally have the right to own property, the right to trade, the responsibility to repay debt , and the responsibility to account for themselves to company regulators, taxation authorities, and owners according to rules specified in the relevant legislation.
    • LegalEntityId; string; Identifier of the legal entity associated with the project business unit.
    • LocationId; integer; Identifier of the location associated with the project business unit.
    • ManagerId; string; Identifier of the person who manages the project business unit.
    • PrimaryLedgerId; string; Identifier of the primary ledger associated with the project business unit.
    • ProfitCenterFlag; boolean; Indicates that the business unit is a profit center and it operates under one legal entity.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : prjBusinessUnitsLOV
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : prjBusinessUnitsLOV-item-response
Type: object
Show Source
  • Title: Active
    Read Only: true
    Maximum Length: 30
    Indicates whether the business unit is currently active or not.
  • Title: Business Unit ID
    Read Only: true
    Identifier of the project business unit.
  • Title: Business Unit
    Read Only: true
    Maximum Length: 240
    Name of the project business unit.
  • Title: Legal Entity Name
    Read Only: true
    Maximum Length: 240
    Recognized party with given rights and responsibilities by legislation. Legal entities generally have the right to own property, the right to trade, the responsibility to repay debt , and the responsibility to account for themselves to company regulators, taxation authorities, and owners according to rules specified in the relevant legislation.
  • Read Only: true
    Maximum Length: 150
    Identifier of the legal entity associated with the project business unit.
  • Links
  • Read Only: true
    Identifier of the location associated with the project business unit.
  • Title: Manager ID
    Read Only: true
    Maximum Length: 150
    Identifier of the person who manages the project business unit.
  • Title: Primary Ledger
    Read Only: true
    Maximum Length: 150
    Identifier of the primary ledger associated with the project business unit.
  • Title: Below legal entity
    Read Only: true
    Maximum Length: 150
    Indicates that the business unit is a profit center and it operates under one legal entity.
Back to Top

Examples

The following example shows how to get all project business units by submitting a GET request on the REST resource using cURL.

curl --user ppm_cloud_user https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV

Response Body Example

The following shows an example of the response body in JSON format.

{
    "items": [
        {
            "BusinessUnitId": 300100539235916,
            "LegalEntityId": "300100025264906",
            "LocationId": null,
            "ManagerId": null,
            "BusinessUnitName": "CDRM PJS Business Unit",
            "PrimaryLedgerId": "300100539038414",
            "ProfitCenterFlag": false,
            "ActiveFlag": true,
            "LegalEntity": "NVision Operations_Duplicate",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/300100539235916",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/300100539235916",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                }
            ]
        },
        {
            "BusinessUnitId": 300100181599432,
            "LegalEntityId": "300100181564687",
            "LocationId": null,
            "ManagerId": null,
            "BusinessUnitName": "HEPP Petroleum CAD BU",
            "PrimaryLedgerId": "300100181567594",
            "ProfitCenterFlag": null,
            "ActiveFlag": true,
            "LegalEntity": "HEPP Petroleum CAD LE",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/300100181599432",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/300100181599432",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                }
            ]
        },
        {
            "BusinessUnitId": 300100181599435,
            "LegalEntityId": "300100181564688",
            "LocationId": null,
            "ManagerId": null,
            "BusinessUnitName": "HEPP Petroleum GBP BU",
            "PrimaryLedgerId": "300100181567595",
            "ProfitCenterFlag": null,
            "ActiveFlag": true,
            "LegalEntity": "HEPP Petroleum GBP LE",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/300100181599435",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/300100181599435",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                }
            ]
        },
        {
            "BusinessUnitId": 300100181599426,
            "LegalEntityId": "300100181564686",
            "LocationId": null,
            "ManagerId": null,
            "BusinessUnitName": "HEPP Petroleum USA BU1",
            "PrimaryLedgerId": "300100181567593",
            "ProfitCenterFlag": null,
            "ActiveFlag": true,
            "LegalEntity": "HEPP Petroleum USA LE",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/300100181599426",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/300100181599426",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                }
            ]
        },
        {
            "BusinessUnitId": 300100181599429,
            "LegalEntityId": "300100181564686",
            "LocationId": null,
            "ManagerId": null,
            "BusinessUnitName": "HEPP Petroleum USA BU2",
            "PrimaryLedgerId": "300100181567593",
            "ProfitCenterFlag": null,
            "ActiveFlag": true,
            "LegalEntity": "HEPP Petroleum USA LE",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/300100181599429",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/300100181599429",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                }
            ]
        },
        {
            "BusinessUnitId": 300100545201483,
            "LegalEntityId": "300100545203152",
            "LocationId": null,
            "ManagerId": null,
            "BusinessUnitName": "NEPP Petroleum USA BU1",
            "PrimaryLedgerId": "300100545203245",
            "ProfitCenterFlag": null,
            "ActiveFlag": true,
            "LegalEntity": "NEPP Petroleum USA LE1",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/300100545201483",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/300100545201483",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                }
            ]
        },
        {
            "BusinessUnitId": 300100038012877,
            "LegalEntityId": "300100036750354",
            "LocationId": null,
            "ManagerId": null,
            "BusinessUnitName": "PAYDEP1",
            "PrimaryLedgerId": "300100036672210",
            "ProfitCenterFlag": false,
            "ActiveFlag": true,
            "LegalEntity": "Payables_Dept_LE1",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/300100038012877",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/300100038012877",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                }
            ]
        },
        {
            "BusinessUnitId": 300100014554154,
            "LegalEntityId": "300100014516903",
            "LocationId": 300100014484337,
            "ManagerId": null,
            "BusinessUnitName": "Vision City Operations",
            "PrimaryLedgerId": "300100014496877",
            "ProfitCenterFlag": true,
            "ActiveFlag": true,
            "LegalEntity": "Vision City LE",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/300100014554154",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/300100014554154",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                }
            ]
        },
        {
            "BusinessUnitId": 300100120885415,
            "LegalEntityId": "300100120934719",
            "LocationId": 300100025284030,
            "ManagerId": null,
            "BusinessUnitName": "Vision India Corp",
            "PrimaryLedgerId": "300100120934733",
            "ProfitCenterFlag": false,
            "ActiveFlag": true,
            "LegalEntity": "Vision India",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/300100120885415",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/300100120885415",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                }
            ]
        },
        {
            "BusinessUnitId": 1017,
            "LegalEntityId": "1017",
            "LocationId": 694,
            "ManagerId": null,
            "BusinessUnitName": "Vision Italy",
            "PrimaryLedgerId": "207",
            "ProfitCenterFlag": true,
            "ActiveFlag": true,
            "LegalEntity": "Vision Italy",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/1017",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/1017",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                }
            ]
        },
        {
            "BusinessUnitId": 204,
            "LegalEntityId": "204",
            "LocationId": 204,
            "ManagerId": "2",
            "BusinessUnitName": "Vision Operations",
            "PrimaryLedgerId": "1",
            "ProfitCenterFlag": true,
            "ActiveFlag": true,
            "LegalEntity": "Vision Operations",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/204",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/204",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                }
            ]
        },
        {
            "BusinessUnitId": 600,
            "LegalEntityId": "600",
            "LocationId": 409,
            "ManagerId": null,
            "BusinessUnitName": "Vision Project Mfg",
            "PrimaryLedgerId": "103",
            "ProfitCenterFlag": true,
            "ActiveFlag": true,
            "LegalEntity": "Vision Project Mfg",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/600",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/600",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                }
            ]
        },
        {
            "BusinessUnitId": 458,
            "LegalEntityId": "458",
            "LocationId": 211,
            "ManagerId": null,
            "BusinessUnitName": "Vision Services",
            "PrimaryLedgerId": "62",
            "ProfitCenterFlag": true,
            "ActiveFlag": true,
            "LegalEntity": "Vision Services",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/458",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/458",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                }
            ]
        },
        {
            "BusinessUnitId": 100000010018204,
            "LegalEntityId": "458",
            "LocationId": 211,
            "ManagerId": null,
            "BusinessUnitName": "Vision Services E+C",
            "PrimaryLedgerId": "62",
            "ProfitCenterFlag": null,
            "ActiveFlag": true,
            "LegalEntity": "Vision Services",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/100000010018204",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/100000010018204",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                }
            ]
        },
        {
            "BusinessUnitId": 1081,
            "LegalEntityId": "458",
            "LocationId": 734,
            "ManagerId": null,
            "BusinessUnitName": "Vision Services R+D",
            "PrimaryLedgerId": "62",
            "ProfitCenterFlag": null,
            "ActiveFlag": true,
            "LegalEntity": "Vision Services",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/1081",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV/1081",
                    "name": "prjBusinessUnitsLOV",
                    "kind": "item"
                }
            ]
        }
    ],
    "count": 15,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://fuscdrmsmc81-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/prjBusinessUnitsLOV",
            "name": "prjBusinessUnitsLOV",
            "kind": "collection"
        }
    ]
}
Back to Top