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


TABLE: FEM.FEM_TABLE_PROP_COL_REQ

Object Details
Object Name: FEM_TABLE_PROP_COL_REQ
Object Type: TABLE
Owner: FEM
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FEM_TABLE_PROP_COL_REQ_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnTABLE_PROPERTY_CODE
ColumnCOLUMN_NAME
Columns
Name Datatype Length Mandatory Comments
TABLE_PROPERTY_CODE VARCHAR2 (30) Yes Table property code. References FEM_TABLE_PROPERTIES.TABLE_PROPERTY_CODE.
COLUMN_NAME VARCHAR2 (30) Yes Requied Column Name. References FEM_COLUMN_REQUIEMENT_B.COLUMN_NAME.
NULLABLE_FLAG VARCHAR2 (1) Yes Indicates whether the column may be nullable or not, 'N' = column must be NOT NULL, and 'Y' = column may be nullable.
CREATION_DATE DATE
Yes Date the row was created
CREATED_BY NUMBER (15) Yes Identifies user who created row References FND_USER.USER_ID.
LAST_UPDATED_BY NUMBER (15) Yes Identifies user who last modified the row.
LAST_UPDATE_DATE DATE
Yes Date row was last modified.
LAST_UPDATE_LOGIN NUMBER (15)
Login ID of user who last modified the row.
Query Text

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


SELECT TABLE_PROPERTY_CODE
,      COLUMN_NAME
,      NULLABLE_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM FEM.FEM_TABLE_PROP_COL_REQ;

Dependencies

[top of page]

FEM.FEM_TABLE_PROP_COL_REQ does not reference any database object

FEM.FEM_TABLE_PROP_COL_REQ is referenced by following:

SchemaAPPS
SynonymFEM_TABLE_PROP_COL_REQ