[Home] [Help]
[Dependency Information]
Object Name: | FTE_SEL_OBJECTS |
---|---|
Object Type: | TABLE |
Owner: | FTE |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FTE_SEL_OBJECTS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
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 |
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;
FTE.FTE_SEL_OBJECTS does not reference any database object
FTE.FTE_SEL_OBJECTS is referenced by following:
|
|
|