[Home] [Help]
[Dependency Information]
| Object Name: | GR_ITEM_DISCLOSURES |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.GR_ITEM_DISCLOSURES
|
| Subobject Name: | |
| Status: | VALID |
Contains Disclosure information for the item.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GR_ITEM_DISCLOSURES_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ITEM_CODE
DISCLOSURE_CODE
|
| GR_ITEM_DISCLOSURES_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
DISCLOSURE_CODE
|
| 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 |
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;
GR.GR_ITEM_DISCLOSURES does not reference any database object
GR.GR_ITEM_DISCLOSURES is referenced by following:
GR
GR_ITEM_DISCLOSURES#
|
|
|
|