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


TABLE: AZ.AZ_PRODUCT_PHASES

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


AZ_PRODUCT_PHASES stores information about the phase for each
installed product. Each record contains the unique identifier of
the application and its corresponding phase.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AZ_PRODUCT_PHASES_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnAPPLICATION_ID
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier
PHASE NUMBER (15) Yes Phase in the implementation cycle
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT APPLICATION_ID
,      PHASE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM AZ.AZ_PRODUCT_PHASES;

Dependencies

[top of page]

AZ.AZ_PRODUCT_PHASES does not reference any database object

AZ.AZ_PRODUCT_PHASES is referenced by following:

SchemaAPPS
SynonymAZ_PRODUCT_PHASES