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


TABLE: APPLSYS.AD_PM_PRODUCT_INFO

Object Details
Object Name: AD_PM_PRODUCT_INFO
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableAD.AD_PM_PRODUCT_INFO
Subobject Name:
Status: VALID


Contains information about Oracle Applications products and pseudo-products


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AD_PM_PRODUCT_INFO_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRODUCT_ABBREVIATION
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
PRODUCT_ABBREVIATION VARCHAR2 (15) Yes Product Abbreviation for this product
PSEUDO_PRODUCT_FLAG VARCHAR2 (1) Yes Is this a pseudo-product?
PRODUCT_FAMILY_FLAG VARCHAR2 (1) Yes Is this a product family?
PRODUCT_NAME VARCHAR2 (80) Yes Name of this product in the ARU System
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
APPLICATION_SHORT_NAME VARCHAR2 (15)
The Application Short Name for this product
PRODUCT_FAMILY_ABBREVIATION VARCHAR2 (15)
The abbreviation for the pseudo-product that represents the product family that this product belongs to.
PRODUCT_FAMILY_NAME VARCHAR2 (80)
The name for the product family that this product belongs to, if any.
ARU_UPDATE_DATE DATE

Date the information for this product was last updated in the ARU System
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT PRODUCT_ABBREVIATION
,      PSEUDO_PRODUCT_FLAG
,      PRODUCT_FAMILY_FLAG
,      PRODUCT_NAME
,      CREATION_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_DATE
,      APPLICATION_SHORT_NAME
,      PRODUCT_FAMILY_ABBREVIATION
,      PRODUCT_FAMILY_NAME
,      ARU_UPDATE_DATE
,      ZD_EDITION_NAME
FROM APPLSYS.AD_PM_PRODUCT_INFO;

Dependencies

[top of page]

APPLSYS.AD_PM_PRODUCT_INFO does not reference any database object

APPLSYS.AD_PM_PRODUCT_INFO is referenced by following:

SchemaAPPLSYS
ViewAD_PM_PRODUCT_INFO#