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


TABLE: OE.SO_ACTIONS

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


SO_ACTIONS stores information about the cycle actions you use to
build your order cycles. Oracle Order Entry/Shipping uses
RESULT_TABLE to store either "SO_HEADERS" or "SO_LINES",
indicating whether an action occurs at the order level or line level.
RESULT_COLUMN indicates which column of SO_HEADERS or SO_LINES stores
an action's results for an order or order line. ACTION_APPROVAL
indicates whether an action requires manual approval in order to
occur. PASSING_RESULT_ID links an action to a single result,
designated as its passing result.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SO_ACTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnACTION_ID
SO_ACTIONS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnRESULT_COLUMN
ColumnRESULT_TABLE
Columns
Name Datatype Length Mandatory Comments
ACTION_ID NUMBER
Yes System-generated identifier of cycle action
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
NAME VARCHAR2 (35) Yes Descriptive name of the action
RESULT_COLUMN VARCHAR2 (15) Yes Column in RESULT_TABLE which holds the result of this action
RESULT_TABLE VARCHAR2 (30) Yes Name of the table to which this action applies (SO_HEADERS or SO_LINES)
ACTION_APPROVAL VARCHAR2 (1) Yes Indicates whether this action requires manual approval in order to occur
PASSING_RESULT_ID NUMBER

Indicates the passing result for this action
START_DATE_ACTIVE DATE

Date this record becomes active, if limited
END_DATE_ACTIVE DATE

Date up to which the action is active
DESCRIPTION VARCHAR2 (150)
Description of the action
CONTEXT VARCHAR2 (30)
Descriptive flexfield structure defining column
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
Query Text

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


SELECT ACTION_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      NAME
,      RESULT_COLUMN
,      RESULT_TABLE
,      ACTION_APPROVAL
,      PASSING_RESULT_ID
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      DESCRIPTION
,      CONTEXT
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
FROM OE.SO_ACTIONS;

Dependencies

[top of page]

OE.SO_ACTIONS does not reference any database object

OE.SO_ACTIONS is referenced by following:

SchemaAPPS
SynonymSO_ACTIONS