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


TABLE: FTE.FTE_SEL_OBJECTS

Object Details
Object Name: FTE_SEL_OBJECTS
Object Type: TABLE
Owner: FTE
FND Design Data: TableFTE.FTE_SEL_OBJECTS
Subobject Name:
Status: VALID


This table holds object definitions that may use the selection tables and for retrieval of certain information, e.g. defining an object such as 'carrier_selection' allows a rule-based data system for the specific purpose of selection of carrier information. Defining another object allows the use of the same tables but for a different purpose - accessed via a different code line.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FTE_SEL_OBJECTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNAME
Columns
Name Datatype Length Mandatory Comments
OBJECT_ID NUMBER
Yes primary key for the table
NAME VARCHAR2 (30) Yes Name of the object
DESCRIPTION VARCHAR2 (240)
Description of the object
CREATION_DATE DATE
Yes standard who column
CREATED_BY NUMBER
Yes standard who column
LAST_UPDATE_DATE DATE
Yes standard who column
LAST_UPDATED_BY NUMBER
Yes standard who column
LAST_UPDATE_LOGIN NUMBER

standard who column
Query Text

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


SELECT OBJECT_ID
,      NAME
,      DESCRIPTION
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM FTE.FTE_SEL_OBJECTS;

Dependencies

[top of page]

FTE.FTE_SEL_OBJECTS does not reference any database object

FTE.FTE_SEL_OBJECTS is referenced by following:

SchemaAPPS
SynonymFTE_SEL_OBJECTS