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


TABLE: ABM.ABM_BOR_TYPES

Object Details
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: ABM_BOR_TYPES_PK
  1. ColumnM18_BOR_TYPE_ID
Indexes
Index Type Uniqueness Tablespace Column
ABM_BOR_TYPES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnM18_BOR_TYPE_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
TableABM_BORS ABM_BORS_FK1 ABM_BOR_TYPES ABM_BORS M18_BOR_TYPE_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

ABM.ABM_BOR_TYPES does not reference any database object

ABM.ABM_BOR_TYPES is not referenced by any database object