[Home] [Help]
[Dependency Information]
| Object Name: | GR_DISCLOSURES |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.GR_DISCLOSURES
|
| Subobject Name: | |
| Status: | VALID |
Contains Disclosure information and Minimum, Text, Label, Exposure, and Toxicity Reporting Levels for an ingredient.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GR_DISCLOSURES_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
DISCLOSURE_CODE
|
| 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 |
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;
GR.GR_DISCLOSURES does not reference any database object
GR.GR_DISCLOSURES is referenced by following:
APPS
GR_DISCLOSURES
|
|
|
|