[Home] [Help]
[Dependency Information]
Object Name: | ABM_BOR_TYPES |
---|---|
Object Type: | TABLE |
Owner: | ABM |
Subobject Name: | |
Status: | VALID |
Identifies the type and the rule that governs the structure of the BILL OF RESOURCES.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
ABM_BOR_TYPES_PK | NORMAL | UNIQUE |
![]() |
![]() |
Table | |
Foreign Table | Foreign Key Column |
![]() |
![]() |
ABM_BOR_TYPES | ABM_BORS M18_BOR_TYPE_ID |
---|
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
M18_BOR_TYPE_ID | VARCHAR2 | (30) | Yes | Bill Type Id. A Bill is a hierarchical list of resources that are needed to build a cost object. These include activities, materials and other cost objects. |
M18_NAME | VARCHAR2 | (75) | Yes | Bill Type Name |
M18_STRUCTURE_CODE | VARCHAR2 | (3) | Yes | Bill Structure Code |
DESCRIPTION_TEXT | VARCHAR2 | (750) | Bill Type description. | |
MAINT_USER_ID | VARCHAR2 | (11) | Legacy column. No longer used in ABM 11i. | |
MAINT_EFFECT_CODE | VARCHAR2 | (1) | Legacy column. No longer used in ABM 11i. | |
MAINT_TIMESTAMP | DATE | Legacy column. No longer used in ABM 11i. | ||
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT M18_BOR_TYPE_ID
, M18_NAME
, M18_STRUCTURE_CODE
, DESCRIPTION_TEXT
, MAINT_USER_ID
, MAINT_EFFECT_CODE
, MAINT_TIMESTAMP
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM ABM.ABM_BOR_TYPES;
ABM.ABM_BOR_TYPES does not reference any database object
ABM.ABM_BOR_TYPES is not referenced by any database object
|
|
|