[Home] [Help]
[Dependency Information]
| Object Name: | FA_ASSET_HIERARCHY_PURPOSE |
|---|---|
| Object Type: | TABLE |
| Owner: | FA |
| FND Design Data: | OFA.FA_ASSET_HIERARCHY_PURPOSE
|
| Subobject Name: | |
| Status: | VALID |
Contains Purpose information. This contains rules regarding how the Inheritance Rule Set will be used and whether the relationship between an asset and a node is mandatory or not.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FA_ASSET_HIERARCHY_PURPOSE_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ASSET_HIERARCHY_PURPOSE_ID
|
| FA_ASSET_HIERARCHY_PURPOSE_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ASSET_HIERARCHY_PURPOSE_ID | NUMBER | Yes | System generated Number for the hierarchy purpose | |
| NAME | VARCHAR2 | (30) | Yes | Name of the hierarchy purpose |
| PURPOSE_TYPE | VARCHAR2 | (30) | Yes | Hierarchy Purpose - Inhertance or Reporting |
| BOOK_TYPE_CODE | VARCHAR2 | (15) | Yes | Corporate book associated with |
| DEFAULT_RULE_SET_ID | NUMBER | Yes | Default Rule set | |
| 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. | |
| DESCRIPTION | VARCHAR2 | (150) | Description about the purpose | |
| MANDATORY_ASSET_FLAG | VARCHAR2 | (1) | Flag to indicate if Assets belonging to this Structure need to be linked to a parent or not. | |
| RULE_SET_LEVEL | VARCHAR2 | (30) | Yes | Indicates level from which rule set will be derived. Stores the name of the entity from where the Rule Set would be picked. Can have values 'Asset Category' 'Lowest node' 'Highest Node' |
| PERMISSIBLE_LEVELS | NUMBER | Maximum Levels Allowed for the purpose and must be a positive integer. Null or Zero indicates no threshold level control. |
Cut, paste (and edit) the following text to query this object:
SELECT ASSET_HIERARCHY_PURPOSE_ID
, NAME
, PURPOSE_TYPE
, BOOK_TYPE_CODE
, DEFAULT_RULE_SET_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, DESCRIPTION
, MANDATORY_ASSET_FLAG
, RULE_SET_LEVEL
, PERMISSIBLE_LEVELS
FROM FA.FA_ASSET_HIERARCHY_PURPOSE;
FA.FA_ASSET_HIERARCHY_PURPOSE does not reference any database object
FA.FA_ASSET_HIERARCHY_PURPOSE is referenced by following:
FA
FA_ASSET_HIERARCHY_PURPOSE#
|
|
|
|