DBA Data[Home] [Help] [Dependency Information]


TABLE: FA.FA_HIERARCHY_CONTROLS

Object Details
Object Name: FA_HIERARCHY_CONTROLS
Object Type: TABLE
Owner: FA
FND Design Data: TableOFA.FA_HIERARCHY_CONTROLS
Subobject Name:
Status: VALID


For a hierarchy purpose (root node) defines the rules that apply to the hierarchy. e.g. Maximum allowed number of levels, mandatory attributes etc.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FA_HIERARCHY_CONTROLS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnASSET_HIERARCHY_PURPOSE_ID
ColumnLEVEL_NUMBER
Columns
Name Datatype Length Mandatory Comments
ASSET_HIERARCHY_PURPOSE_ID NUMBER
Yes Purpose of the hierarchy
LEVEL_NUMBER NUMBER
Yes System generated Number for the node in the hierarchy
CATEGORY_MANDATORY_FLAG VARCHAR2 (1)
Flag to indicate Category is mandatory for node at this level
LEASE_MANDATORY_FLAG VARCHAR2 (1)
Flag to indicate lease is mandatory for node at this level
ASSET_KEY_MANDATORY_FLAG VARCHAR2 (1)
Flag to indicate asset_key is mandatory for node at this level
SERIAL_NUMBER_MANDATORY_FLAG VARCHAR2 (1)
Flag to indicate serial_number is mandatory for node at this level
DISTRIBUTION_MANDATORY_FLAG VARCHAR2 (1)
Flag indicates distribution is mandatory for node at this level
LIFE_END_DATE_MANDATORY_FLAG VARCHAR2 (1)
Flag indicates life_end_date is mandatory for node at this level
DPIS_MANDATORY_FLAG VARCHAR2 (1)
Flag indicates date_placed_in_service is mandatory for node at this level
CREATED_BY NUMBER
Yes Standard WHO column.
CREATION_DATE DATE
Yes Standard WHO column.
LAST_UPDATED_BY NUMBER
Yes Standard WHO column.
LAST_UPDATE_DATE DATE
Yes Standard WHO column.
LAST_UPDATE_LOGIN NUMBER
Yes Standard WHO column.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ASSET_HIERARCHY_PURPOSE_ID
,      LEVEL_NUMBER
,      CATEGORY_MANDATORY_FLAG
,      LEASE_MANDATORY_FLAG
,      ASSET_KEY_MANDATORY_FLAG
,      SERIAL_NUMBER_MANDATORY_FLAG
,      DISTRIBUTION_MANDATORY_FLAG
,      LIFE_END_DATE_MANDATORY_FLAG
,      DPIS_MANDATORY_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM FA.FA_HIERARCHY_CONTROLS;

Dependencies

[top of page]

FA.FA_HIERARCHY_CONTROLS does not reference any database object

FA.FA_HIERARCHY_CONTROLS is referenced by following:

SchemaFA
ViewFA_HIERARCHY_CONTROLS#