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


TABLE: GR.GR_ITEM_DISCLOSURES

Object Details
Object Name: GR_ITEM_DISCLOSURES
Object Type: TABLE
Owner: GR
FND Design Data: TableGR.GR_ITEM_DISCLOSURES
Subobject Name:
Status: VALID


Contains Disclosure information for the item.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GR_ITEM_DISCLOSURES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnITEM_CODE
ColumnDISCLOSURE_CODE
GR_ITEM_DISCLOSURES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDISCLOSURE_CODE
Columns
Name Datatype Length Mandatory Comments
ITEM_CODE VARCHAR2 (32) Yes The Item Code for the substance used in or produced by the process.
DISCLOSURE_CODE VARCHAR2 (10) Yes Use Disclosure Codes to assign value(s) to reporting levels (disclosure percentages) by country or recipient.
PRINT_ON_DOCUMENT_FLAG VARCHAR2 (1) Yes Y or N to indicate whether Item Disclosure information will be displayed or printed on the document.
MINIMUM_REPORTING_LEVEL NUMBER (15)
The Disclosure Percentage above which the ingredient must be reported on a document.
TEXT_REPORTING_LEVEL NUMBER (15)
The percentage above which the standard text associated with the ingredient must be displayed or printed on a document.
LABEL_REPORTING_LEVEL NUMBER (15)
The percentage above which the label associated with the ingredient must be displayed or printed on a document.
EXPOSURE_REPORTING_LEVEL NUMBER (15)
The percentage above which the exposure information associated with the ingredient must be displayed or printed on a document.
TOXICITY_REPORTING_LEVEL NUMBER (15)
The percentage above which the toxicity information associated with the ingredient must be displayed or printed on a document.
CREATED_BY NUMBER (15) Yes Standard Who Column.
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_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 ITEM_CODE
,      DISCLOSURE_CODE
,      PRINT_ON_DOCUMENT_FLAG
,      MINIMUM_REPORTING_LEVEL
,      TEXT_REPORTING_LEVEL
,      LABEL_REPORTING_LEVEL
,      EXPOSURE_REPORTING_LEVEL
,      TOXICITY_REPORTING_LEVEL
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM GR.GR_ITEM_DISCLOSURES;

Dependencies

[top of page]

GR.GR_ITEM_DISCLOSURES does not reference any database object

GR.GR_ITEM_DISCLOSURES is referenced by following:

SchemaAPPS
SynonymGR_ITEM_DISCLOSURES