[Home] [Help]
[Dependency Information]
Object Name: | QA_PLAN_COLLECTION_TRIGGERS |
---|---|
Object Type: | TABLE |
Owner: | QA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
QA_PLAN_COLLECTION_TRIGGERS stores the collection triggers associated with a plan and transaction. These triggers evaluate whether or not a particular collection plan applies to the Quality Collection transaction, such as a WIP Move or PO Receiving Inspection transaction. Each row of this table represents one collection trigger and the conditions that determine whether or not the trigger applies for a certain plan and transaction.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
QA_PLAN_COLL_TRIGGERS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
QA_PLAN_COLL_TRIGGERS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TXN_TRIGGER_ID | NUMBER | Yes | Trigger Identifier for a given transaction and plan | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
PLAN_TRANSACTION_ID | NUMBER | Yes | Plan transaction Identifier | |
COLLECTION_TRIGGER_ID | NUMBER | Yes | Collection trigger identifier. This column identifies a collection element that has been defined as a collection trigger or context element for the given transaction | |
OPERATOR | NUMBER | Yes | Operator used in defining the trigger | |
LOW_VALUE | VARCHAR2 | (150) | Lower limit to collection trigger range for which trigger will be evaluated to true | |
LOW_VALUE_ID | NUMBER | Flexfield Identifier for collection triggers that are Flexfields | ||
HIGH_VALUE | VARCHAR2 | (150) | Upper limit to collection trigger range for which trigger will be evaluated to TRUE | |
HIGH_VALUE_ID | NUMBER | Flexfield Identifier for the collection elements that are Flexfields | ||
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT TXN_TRIGGER_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, PLAN_TRANSACTION_ID
, COLLECTION_TRIGGER_ID
, OPERATOR
, LOW_VALUE
, LOW_VALUE_ID
, HIGH_VALUE
, HIGH_VALUE_ID
, ZD_EDITION_NAME
FROM QA.QA_PLAN_COLLECTION_TRIGGERS;
QA.QA_PLAN_COLLECTION_TRIGGERS does not reference any database object
QA.QA_PLAN_COLLECTION_TRIGGERS is referenced by following:
|
|
|