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


TABLE: QA.QA_PLANS

Object Details
Object Name: QA_PLANS
Object Type: TABLE
Owner: QA
FND Design Data: TableQA.QA_PLANS
Subobject Name:
Status: VALID


QA_PLANS stores collection plan definitions. Collection plans consist of collection elements grouped for the purposes of data collection. Each row of the table represents one collection plan and contains the collection plan name, the inventory organization in which the plan is defined, the plan type, the plan view name, and the import view name. The plan view and import view are also referred to as dynamic views. These are created through the Collection Plan window.
The plan view has the format Q__V where corresponds to the name of the collection plan that this view is based on. The dynamic
plan view, which publishes the results collected for a plan, can also
be used for additional reporting purposes. The import view can be used to ease collection import.
The QA_PLANS table has a master-detail relationship with the QA_PLAN_CHARS and the QA_PLAN_TRANSACTIONS tables.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QA_PLANS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPLAN_ID
QA_PLANS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnNAME
Columns
Name Datatype Length Mandatory Comments
PLAN_ID NUMBER
Yes Collection plan Identifier
ORGANIZATION_ID NUMBER
Yes Inventory Organization 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
NAME VARCHAR2 (30) Yes Name of the collection plan
DESCRIPTION VARCHAR2 (150)
Description of the plan
PLAN_TYPE_CODE VARCHAR2 (30) Yes Plan type Identifier
IMPORT_VIEW_NAME VARCHAR2 (30)
Name of the view that will be used to import data for this collection plan
INSTRUCTIONS VARCHAR2 (150)
No longer used
VIEW_NAME VARCHAR2 (30)
Plan View name
EFFECTIVE_FROM DATE

Date from which plan is effective
EFFECTIVE_TO DATE

Date up to which plan is effective
SPEC_ASSIGNMENT_TYPE NUMBER
Yes Specification assignment type associated with this plan
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive Flexfield structure defining column
ATTRIBUTE1 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive Flexfield segment
TEMPLATE_PLAN_ID NUMBER

Template Collection Plan Identifier
JRAD_DOC_VER NUMBER

JRAD Document Version
ESIG_MODE VARCHAR2 (1)
eSignature mode (R - single row approval, C - collection approval)
JRAD_UPGRADE_VER NUMBER

JRad upgrade version to control whether JRad region needs to be regenerated.
MULTIROW_FLAG NUMBER (1)
Column to indicate MultiRow data entry mode for the collection plan
DEREF_VIEW_NAME VARCHAR2 (30)
HC elements Dereferencing view name
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PLAN_ID
,      ORGANIZATION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      NAME
,      DESCRIPTION
,      PLAN_TYPE_CODE
,      IMPORT_VIEW_NAME
,      INSTRUCTIONS
,      VIEW_NAME
,      EFFECTIVE_FROM
,      EFFECTIVE_TO
,      SPEC_ASSIGNMENT_TYPE
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      TEMPLATE_PLAN_ID
,      JRAD_DOC_VER
,      ESIG_MODE
,      JRAD_UPGRADE_VER
,      MULTIROW_FLAG
,      DEREF_VIEW_NAME
FROM QA.QA_PLANS;

Dependencies

[top of page]

QA.QA_PLANS does not reference any database object

QA.QA_PLANS is referenced by following:

SchemaAPPS
SynonymQA_PLANS