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


TABLE: QA.QA_PLAN_COLLECTION_TRIGGERS

Object Details
Object Name: QA_PLAN_COLLECTION_TRIGGERS
Object Type: TABLE
Owner: QA
FND Design Data: TableQA.QA_PLAN_COLLECTION_TRIGGERS
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QA_PLAN_COLL_TRIGGERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTXN_TRIGGER_ID
QA_PLAN_COLL_TRIGGERS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPLAN_TRANSACTION_ID
ColumnCOLLECTION_TRIGGER_ID
Columns
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
Query Text

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
FROM QA.QA_PLAN_COLLECTION_TRIGGERS;

Dependencies

[top of page]

QA.QA_PLAN_COLLECTION_TRIGGERS does not reference any database object

QA.QA_PLAN_COLLECTION_TRIGGERS is referenced by following:

SchemaAPPS
SynonymQA_PLAN_COLLECTION_TRIGGERS