[Home] [Help]
[Dependency Information]
| Object Name: | QA_TXN_COLLECTION_TRIGGERS |
|---|---|
| Object Type: | TABLE |
| Owner: | QA |
| FND Design Data: | QA.QA_TXN_COLLECTION_TRIGGERS
|
| Subobject Name: | |
| Status: | VALID |
QA_TXN_COLLECTION_TRIGGERS contains all of the collection elements that can be used as collection triggers for a specific Quality collection plan associated with a transaction. If a collection plan is invoked from a transaction, such as WIP Move or PO Receiving transaction, its collection elements are copied over from the parent transaction window. A collection plan can be set to be triggered from a parent transaction window based on the value of these collection elements. Each row of the table represents a collection element database field in which the collection element is stored, and window field name to which this collection element is mapped in the parent transaction window.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| QA_TXN_COLLECTION_TRIGGERS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
TRANSACTION_NUMBER
COLLECTION_TRIGGER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TRANSACTION_NUMBER | NUMBER | Yes | Quality transaction Identifier. For example, WIP Move Transaction is identified as Transaction 1 in Quality. | |
| COLLECTION_TRIGGER_ID | NUMBER | Yes | Collection element Identifier | |
| 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 | ||
| DATABASE_FIELD | VARCHAR2 | (100) | Underlying database field name for collection element. For example, database field for WIP job is WIP_ENTITY_ID | |
| NON_DATABASE_FIELD | VARCHAR2 | (100) | Collection element field name as it apears on the parent transaction form | |
| FORM_DESCRIPTION | VARCHAR2 | (80) | Description of collection element with respect to parent transaction | |
| ENABLED_FLAG | NUMBER | Yes | Standard enabled flag. | |
| SEARCH_FLAG | NUMBER | Yes | Flag to indicate whether a trigger element is searchable in Self-Service |
Cut, paste (and edit) the following text to query this object:
SELECT TRANSACTION_NUMBER
, COLLECTION_TRIGGER_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, DATABASE_FIELD
, NON_DATABASE_FIELD
, FORM_DESCRIPTION
, ENABLED_FLAG
, SEARCH_FLAG
FROM QA.QA_TXN_COLLECTION_TRIGGERS;
QA.QA_TXN_COLLECTION_TRIGGERS does not reference any database object
QA.QA_TXN_COLLECTION_TRIGGERS is referenced by following:
APPS
QA_TXN_COLLECTION_TRIGGERS
|
|
|
|