[Home] [Help]
[Dependency Information]
| Object Name: | SO_ACTION_CLAUSES |
|---|---|
| Object Type: | TABLE |
| Owner: | OE |
| FND Design Data: | OE.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.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| SO_ACTION_CLAUSES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
ACTION_ID
TYPE
SEQUENCE
|
| SYS_IL0000040575C00013$$ | LOB | UNIQUE |
APPS_TS_SEED
|
| 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 | CLOB | (4000) | A SQL Where clause used in determining whether an action can be performed |
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;
OE.SO_ACTION_CLAUSES does not reference any database object
OE.SO_ACTION_CLAUSES is referenced by following:
OE
SO_ACTION_CLAUSES#
|
|
|
|