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


TABLE: OE.SO_CYCLE_ACTIONS

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


SO_CYCLE_ACTIONS is a join table between SO_CYCLES and SO_ACTIONS.
Oracle Order Entry/Shipping uses this table to store the actions
contained in each of your order cycles.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SO_CYCLE_ACTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCYCLE_ACTION_ID
Columns
Name Datatype Length Mandatory Comments
CYCLE_ACTION_ID NUMBER
Yes System-generated identifier of order 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
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
CYCLE_ID NUMBER
Yes System-generated identifier of order cycle
ACTION_ID NUMBER
Yes System-generated identifier of cycle action
CHANGE_CODE VARCHAR2 (10)
Indicator of type of change to cycle action
Query Text

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


SELECT CYCLE_ACTION_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      REQUEST_ID
,      CYCLE_ID
,      ACTION_ID
,      CHANGE_CODE
FROM OE.SO_CYCLE_ACTIONS;

Dependencies

[top of page]

OE.SO_CYCLE_ACTIONS does not reference any database object

OE.SO_CYCLE_ACTIONS is referenced by following:

SchemaAPPS
SynonymSO_CYCLE_ACTIONS