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


TABLE: FLM.FLM_EXE_OPERATIONS

Object Details
Object Name: FLM_EXE_OPERATIONS
Object Type: TABLE
Owner: FLM
FND Design Data: TableFLM.FLM_EXE_OPERATIONS
Subobject Name:
Status: VALID


FLM_EXE_OPERATIONS stores the current line operation as well as the history of line operation completions
Each time a line operation is completed for a flow schedule, a record is entered into this table that identifies the completed schedule, line operation and the next line operation to which schedule has been moved. It also stores whether a schedule is current on a line operation.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FLM_EXE_OPERATIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnWIP_ENTITY_ID
ColumnORGANIZATION_ID
ColumnOPERATION_SEQUENCE_ID
Columns
Name Datatype Length Mandatory Comments
WIP_ENTITY_ID NUMBER
Yes Flow schedule wip entity id
ORGANIZATION_ID NUMBER
Yes Organization identifier
OPERATION_SEQUENCE_ID NUMBER
Yes Operation that is being completed
NEXT_OP_SEQ_ID NUMBER

Next operation to which the flow schedule is moved
CURRENT_FLAG VARCHAR2 (1) Yes This operation is still active or has been completed already.
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
OBJECT_VERSION_NUMBER NUMBER
Yes Object version number
Query Text

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


SELECT WIP_ENTITY_ID
,      ORGANIZATION_ID
,      OPERATION_SEQUENCE_ID
,      NEXT_OP_SEQ_ID
,      CURRENT_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM FLM.FLM_EXE_OPERATIONS;

Dependencies

[top of page]

FLM.FLM_EXE_OPERATIONS does not reference any database object

FLM.FLM_EXE_OPERATIONS is referenced by following:

SchemaFLM
ViewFLM_EXE_OPERATIONS#