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


TABLE: GR.GR_DISCLOSURES

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


Contains Disclosure information and Minimum, Text, Label, Exposure, and Toxicity Reporting Levels for an ingredient.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GR_DISCLOSURES_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnDISCLOSURE_CODE
Columns
Name Datatype Length Mandatory Comments
DISCLOSURE_CODE VARCHAR2 (10) Yes Disclosure Codes are used to assign value(s) to reporting levels (disclosure percentages) by country or recipient.
DISCLOSURE_DESCRIPTION VARCHAR2 (240) Yes Disclosure Description for the reporting levels.
MINIMUM_REPORTING_LEVEL NUMBER (15) Yes The Disclosure Percentage above which the ingredient must be reported on a document.
TEXT_REPORTING_LEVEL NUMBER (15) Yes The percentage above which the standard text associated with the ingredient must be displayed or printed on a document.
LABEL_REPORTING_LEVEL NUMBER (15) Yes The percentage above which the label associated with the ingredient must be displayed or printed on a document.
EXPOSURE_REPORTING_LEVEL NUMBER (15) Yes The percentage above which the exposure information associated with the ingredient must be displayed or printed on a document.
TOXICITY_REPORTING_LEVEL NUMBER (15) Yes 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_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
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 DISCLOSURE_CODE
,      DISCLOSURE_DESCRIPTION
,      MINIMUM_REPORTING_LEVEL
,      TEXT_REPORTING_LEVEL
,      LABEL_REPORTING_LEVEL
,      EXPOSURE_REPORTING_LEVEL
,      TOXICITY_REPORTING_LEVEL
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM GR.GR_DISCLOSURES;

Dependencies

[top of page]

GR.GR_DISCLOSURES does not reference any database object

GR.GR_DISCLOSURES is referenced by following:

SchemaAPPS
SynonymGR_DISCLOSURES