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


TABLE: AZ.AZ_ARCHIVE

Object Details
Object Name: AZ_ARCHIVE
Object Type: TABLE
Owner: AZ
FND Design Data: TableAZ.AZ_ARCHIVE
Subobject Name:
Status: VALID


AZ_ARCHIVE stores Wizard data pertaining to groups, processes, and tasks. Each row in the table includes the node ID, the node type that indicates whether it is a group, process, or task, the node name that is the label for the process or group, the context type for the process, the context name for the process, the context ID for the process, the status code indicating if it is active or complete, the item key to identify the task, the assigned user for the task role, and comments for the process.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AZ_ARCHIVE_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnNODE_ID
AZ_ARCHIVE_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnPARENT_NODE_ID
Columns
Name Datatype Length Mandatory Comments
NODE_ID VARCHAR2 (240) Yes Unique identifier
NODE_TYPE VARCHAR2 (1) Yes Indicates if it is group, process, or task
NODE_NAME VARCHAR2 (80)
Label for group, process, or task
CONTEXT_TYPE VARCHAR2 (30)
Context type of the process (BG for business group, IO for inventory organization, OU for operating unit, SOB for set of books)
CONTEXT_TYPE_NAME VARCHAR2 (80)
Context name for process (Business Group for BG, Set of Books for SOB, Operating Unit for OU, Inventory Organization for IO)
CONTEXT_ID NUMBER (15)
Context identifier for the process
CONTEXT_NAME VARCHAR2 (80)
Context name
STATUS_CODE VARCHAR2 (30)
Status for a process or task (A for active, C for complete, and N for not started process)
STATUS_NAME VARCHAR2 (80)
Label or meaning for status codes
ITEM_KEY VARCHAR2 (240)
Unique identifier for task
ASSIGNED_USER VARCHAR2 (100)
Role for the task
ASSIGNED_USER_NAME VARCHAR2 (4000)
User name for the task
START_DATE DATE

Start date for the task
END_DATE DATE

Date when the task was completed
DURATION NUMBER (15)
Time for which a task was active
COMMENTS VARCHAR2 (2000)
User-entered comments for process
PARENT_NODE_ID VARCHAR2 (240)
Parent identifier
Query Text

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


SELECT NODE_ID
,      NODE_TYPE
,      NODE_NAME
,      CONTEXT_TYPE
,      CONTEXT_TYPE_NAME
,      CONTEXT_ID
,      CONTEXT_NAME
,      STATUS_CODE
,      STATUS_NAME
,      ITEM_KEY
,      ASSIGNED_USER
,      ASSIGNED_USER_NAME
,      START_DATE
,      END_DATE
,      DURATION
,      COMMENTS
,      PARENT_NODE_ID
FROM AZ.AZ_ARCHIVE;

Dependencies

[top of page]

AZ.AZ_ARCHIVE does not reference any database object

AZ.AZ_ARCHIVE is referenced by following:

SchemaAPPS
SynonymAZ_ARCHIVE