[Home] [Help]
[Dependency Information]
Object Name: | FLM_SEQ_TASK_CONSTRAINTS |
---|---|
Object Type: | TABLE |
Owner: | FLM |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FLM_SEQ_TASK_CONSTRAINTS table stores the flow sequencing constraint information for the flow sequencing task.
It is the child table of FLM_SEQ_TASK_LINES. It holds the definition on constraints for each production line that are used by the sequencing engine. The rows will initially be copied from FLM_SEQ_RULE_CONTRAINTS table. They consist of all the constraints defined for the default sequencing rule of a production line. The user will be able to override the constraints, adding new constraints, and deleting constraints for the specific sequencing run.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FLM_SEQ_TASK_CONSTRAINTS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SEQ_TASK_ID | NUMBER | Yes | Sequencing task identifier | |
LINE_ID | NUMBER | Yes | Production line identifier | |
CONSTRAINT_NUMBER | NUMBER | Yes | Identifier of constraint within a rule | |
OBJECT_VERSION_NUMBER | NUMBER | Yes | Object version number | |
ORGANIZATION_ID | NUMBER | Organization identifier | ||
PRIORITY | NUMBER | Priority of constraint | ||
CONSTRAINT_TYPE | NUMBER | Yes | Type of the constraint | |
CONSTRAINT_TYPE_VALUE1 | NUMBER | The first value of constraint type. The meaning of this value is based on the constraint type. | ||
CONSTRAINT_TYPE_VALUE2 | NUMBER | The second value of constraint type. The meaning of this value is based on the constraint type. | ||
CONSTRAINT_TYPE_VALUE3 | NUMBER | The second value of constraint type. The meaning of this value is based on the constraint type. | ||
ATTRIBUTE_ID | NUMBER | Yes | Attribute identifier | |
ATTRIBUTE_VALUE1_NAME | VARCHAR2 | (240) | The first attribute value for an attribute having string type | |
ATTRIBUTE_VALUE2_NAME | VARCHAR2 | (240) | The second attribute value for an attribute having string type | |
ATTRIBUTE_VALUE1_NUM | NUMBER | The first attribute value for an attribute having number type | ||
ATTRIBUTE_VALUE2_NUM | NUMBER | The second attribute value for an attribute having number type | ||
ATTRIBUTE_VALUE1_DATE | DATE | The first attribute value for an attribute having date type | ||
ATTRIBUTE_VALUE2_DATE | DATE | The second attribute value for an attribute having date type | ||
FULFILLED_TO_QTY | NUMBER | The number of quantity from the beginning of the horizon before the first violation. | ||
VIOLATION_COUNT | NUMBER | The number of violation | ||
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 | |
REQUEST_ID | NUMBER | Standard Who column | ||
PROGRAM_ID | NUMBER | Standard Who column | ||
PROGRAM_APPLICATION_ID | NUMBER | Standard Who column | ||
PROGRAM_UPDATE_DATE | DATE | Standard Who column | ||
PARENT_CONSTRAINT_NUMBER | NUMBER | Constraint Number for the parent constraint. |
Cut, paste (and edit) the following text to query this object:
SELECT SEQ_TASK_ID
, LINE_ID
, CONSTRAINT_NUMBER
, OBJECT_VERSION_NUMBER
, ORGANIZATION_ID
, PRIORITY
, CONSTRAINT_TYPE
, CONSTRAINT_TYPE_VALUE1
, CONSTRAINT_TYPE_VALUE2
, CONSTRAINT_TYPE_VALUE3
, ATTRIBUTE_ID
, ATTRIBUTE_VALUE1_NAME
, ATTRIBUTE_VALUE2_NAME
, ATTRIBUTE_VALUE1_NUM
, ATTRIBUTE_VALUE2_NUM
, ATTRIBUTE_VALUE1_DATE
, ATTRIBUTE_VALUE2_DATE
, FULFILLED_TO_QTY
, VIOLATION_COUNT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, REQUEST_ID
, PROGRAM_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_UPDATE_DATE
, PARENT_CONSTRAINT_NUMBER
FROM FLM.FLM_SEQ_TASK_CONSTRAINTS;
FLM.FLM_SEQ_TASK_CONSTRAINTS does not reference any database object
FLM.FLM_SEQ_TASK_CONSTRAINTS is referenced by following:
|
|
|