[Home] [Help]
[Dependency Information]
Object Name: | FLM_EXE_PREFERENCES |
---|---|
Object Type: | TABLE |
Owner: | FLM |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FLM_EXE_PREFERENCES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
FLM_EXE_PREFERENCES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
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 |
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;
FLM.FLM_EXE_PREFERENCES does not reference any database object
FLM.FLM_EXE_PREFERENCES is referenced by following:
|
|
|