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


TABLE: FLM.FLM_EXE_PREFERENCES

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


FLM_EXE_PREFERENCES stores the preferences for execution workstation.
The set of preferences for a workstation contain single value preferences and multiple value preferences. This table stores single value preferences that drive different aspects of workstation , like whether workstation is enabled, mode of work on this workstation, size of instruction frame, check engineering changes automatically etc.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FLM_EXE_PREFERENCES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPREFERENCE_ID
FLM_EXE_PREFERENCES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnORGANIZATION_ID
ColumnLINE_ID
ColumnSTANDARD_OPERATION_ID
Columns
Name Datatype Length Mandatory Comments
PREFERENCE_ID NUMBER
Yes Unique identifier for flow execution preference
ORGANIZATION_ID NUMBER

Organization identifier
LINE_ID NUMBER

Production Line Identifier
STANDARD_OPERATION_ID NUMBER

Which standard line operation this is defined on.
WORKSTATION_ENABLED VARCHAR2 (1)
Whether the wokstation is available at this line operation
DATA_ENTRY_MODE NUMBER

The way the schedule is selected
AUTO_SCHEDULE_TRANSITION VARCHAR2 (1)
Whether to move to next schedule automatically after a schedule is completed
LAST_OPERATION_ID NUMBER

What is the last line operation
PICK_RELEASE_OPERATION_ID NUMBER

Line operation to do pick release
LABEL_START_OPERATION_ID NUMBER

Line operation to start label printing
LABEL_END_OPERATION_ID NUMBER

Line operation to do end label printing
AUTO_ECO_CHECK VARCHAR2 (1)
Check ECO when loading page
ECO_DAYS_PRIOR NUMBER

Consider ECO changes days before sysdate
ECO_DAYS_AFTER NUMBER

Consider ECO changes days after schedule completion date
INSTRUCTION_FRAME_HEIGHT NUMBER

The height of frame in which instruction is displayed
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
OBJECT_VERSION_NUMBER NUMBER
Yes Object version number
BACKFLUSH_OPTION NUMBER

The option to indicates how the component backflush and resource charging are to be performed. Value of 1 indicates the backflush/charging for the operations where works are performed. Value of 2 indicates the backflush/charging for all operations in routing.
VIEW_ALL_SCHEDULES VARCHAR2 (1)
Indicates whether the flow schedules are visible in all line operations
Query Text

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


SELECT PREFERENCE_ID
,      ORGANIZATION_ID
,      LINE_ID
,      STANDARD_OPERATION_ID
,      WORKSTATION_ENABLED
,      DATA_ENTRY_MODE
,      AUTO_SCHEDULE_TRANSITION
,      LAST_OPERATION_ID
,      PICK_RELEASE_OPERATION_ID
,      LABEL_START_OPERATION_ID
,      LABEL_END_OPERATION_ID
,      AUTO_ECO_CHECK
,      ECO_DAYS_PRIOR
,      ECO_DAYS_AFTER
,      INSTRUCTION_FRAME_HEIGHT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      OBJECT_VERSION_NUMBER
,      BACKFLUSH_OPTION
,      VIEW_ALL_SCHEDULES
FROM FLM.FLM_EXE_PREFERENCES;

Dependencies

[top of page]

FLM.FLM_EXE_PREFERENCES does not reference any database object

FLM.FLM_EXE_PREFERENCES is referenced by following:

SchemaFLM
ViewFLM_EXE_PREFERENCES#