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


TABLE: ABM.ABM_MLS_DS

Object Details
Object Name: ABM_MLS_DS
Object Type: TABLE
Owner: ABM
Subobject Name:
Status: VALID


An identified MONETARY or STATISTICAL item of interest to the business that may be a source or recipient of data when interacting with ACTIVA II. Typically this is an account in a general ledger. DATA SOURCES are created by one of the following methods:1. Imported into ACTIVA II via external interfaces.2. Manually entered.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: ABM_MLS_DS_PK
  1. ColumnO06_MASTER_LIST_SETS_ID
  2. ColumnO02_TYPE_CODE
  3. ColumnO02_DATA_SOURCE_ID
Indexes
Index Type Uniqueness Tablespace Column
ABM_MLS_DS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnO06_MASTER_LIST_SETS_ID
ColumnO02_TYPE_CODE
ColumnO02_DATA_SOURCE_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
ABM_MLS_DS ABM_MLS_DS_FK1 TableABM_MLS ABM_MLS_DS O06_MASTER_LIST_SETS_ID
TableABM_MLS_RE_DS ABM_MLS_RE_DS_FK1 ABM_MLS_DS ABM_MLS_RE_DS O06_MASTER_LIST_SETS_ID
ABM_MLS_RE_DS O02_TYPE_CODE
ABM_MLS_RE_DS O02_DATA_SOURCE_ID
Columns
Name Datatype Length Mandatory Comments
O02_TYPE_CODE VARCHAR2 (3) Yes Data Source Type Code
O02_DATA_SOURCE_ID VARCHAR2 (90) Yes Data Source Id
O02_NAME VARCHAR2 (75) Yes Data Source Name
O02_RECONCILING_ACCOUNT_FLAG VARCHAR2 (3) Yes Reconciling Account Flag
O02_DERIVED_FLAG VARCHAR2 (3) Yes Master List Data Set is derived or not
DESCRIPTION_TEXT VARCHAR2 (750)
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.
O06_MASTER_LIST_SETS_ID VARCHAR2 (15) Yes Master List Id
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 O02_TYPE_CODE
,      O02_DATA_SOURCE_ID
,      O02_NAME
,      O02_RECONCILING_ACCOUNT_FLAG
,      O02_DERIVED_FLAG
,      DESCRIPTION_TEXT
,      MAINT_USER_ID
,      MAINT_EFFECT_CODE
,      MAINT_TIMESTAMP
,      CREATION_DATE
,      CREATED_BY
,      O06_MASTER_LIST_SETS_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM ABM.ABM_MLS_DS;

Dependencies

[top of page]

ABM.ABM_MLS_DS does not reference any database object

ABM.ABM_MLS_DS is not referenced by any database object