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


TABLE: OE.SO_ACTION_CLAUSES

Object Details
Object Name: SO_ACTION_CLAUSES
Object Type: TABLE
Owner: OE
FND Design Data: TableOE.SO_ACTION_CLAUSES
Subobject Name:
Status: VALID


SO_ACTION_CLAUSES stores the SQL "WHERE" clause statements that
check and enforce prerequisites before an action is performed.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SO_ACTION_CLAUSES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnACTION_ID
ColumnTYPE
ColumnSEQUENCE
Columns
Name Datatype Length Mandatory Comments
ACTION_ID NUMBER
Yes System-generated identifier of cycle action
TYPE VARCHAR2 (20) Yes Indicates order or line level action
SEQUENCE NUMBER
Yes Indicates the order in which the action clause is broken
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
PROGRAM_APPLICATION_ID NUMBER (15)
Application of concurrent program which last updated row
PROGRAM_ID NUMBER (15)
Concurrent program that last updated row
PROGRAM_UPDATE_DATE DATE

Last date changed by concurrent program
REQUEST_ID NUMBER (15)
Concurrent request that last updated row
WHERE_CLAUSE LONG (0)
A SQL Where clause used in determining whether an action can be performed
Query Text

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


SELECT ACTION_ID
,      TYPE
,      SEQUENCE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      REQUEST_ID
,      WHERE_CLAUSE
FROM OE.SO_ACTION_CLAUSES;

Dependencies

[top of page]

OE.SO_ACTION_CLAUSES does not reference any database object

OE.SO_ACTION_CLAUSES is referenced by following:

SchemaAPPS
SynonymSO_ACTION_CLAUSES