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


TABLE: OKC.OKC_ACTION_ATT_LOOKUPS

Object Details
Object Name: OKC_ACTION_ATT_LOOKUPS
Object Type: TABLE
Owner: OKC
FND Design Data: TableOKC.OKC_ACTION_ATT_LOOKUPS
Subobject Name:
Status: VALID


Used to define a table/view and column as a source for an Action Attribute (OKC_ACTION_ATTRIBUTES_B).
When an Action Attribute is used as the left operand for a Condition Line, this information will constrain the entry of the right op erand to the specified table/column set of values. For example, if the Action Attribute is the Vendor Name, then this table could specify PO_VENDORS.VENDOR_NAME.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_ACTION_ATT_LOOKUPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnID
OKC_ACTION_ATT_LOOKUPS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCOLUMN_NAME
ColumnOBJECT_NAME
Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes System generated Unique Identifier. Also primary key of the table.
OBJECT_NAME VARCHAR2 (150) Yes The source of the list of values when used in the conditions form.
COLUMN_NAME VARCHAR2 (150) Yes The column to be displayed in the List of Values from the Object given in object_name column.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed.
CREATED_BY NUMBER (15) Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column.
LAST_UPDATE_DATE DATE
Yes Standard Who column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT ID
,      OBJECT_NAME
,      COLUMN_NAME
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM OKC.OKC_ACTION_ATT_LOOKUPS;

Dependencies

[top of page]

OKC.OKC_ACTION_ATT_LOOKUPS does not reference any database object

OKC.OKC_ACTION_ATT_LOOKUPS is referenced by following:

SchemaAPPS
SynonymOKC_ACTION_ATT_LOOKUPS