ORG_HIERARCHY

The Organization Hierarchy table records the relationship between accounts and parent accounts..

Organization Hierarchy Columns

Columns

Type

Length

Description

ORG_ID

numeric

19

A unique identifier of the organization as defined in FlexNet Operations.

Note:ORG_ID refers to the organization’s account ID in FlexNet Operations.

PARENT_ORG_IDS

VARCHAR

255

A comma separated list of the parent account hierarchy.

For example, if the account ID is 16016 and its parent is 16009, which has a parent account ID of 16008, it would be represented as follows:

ORG_HIERARCHY Table Example

ORG_ID

PARENT_ORG_ID

16016

16009,16008

16009

16008

16008

null