[Home] [Help]
[Dependency Information]
| Object Name: | GR_ITEM_DOCUMENT_DTLS |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.GR_ITEM_DOCUMENT_DTLS
|
| Subobject Name: | |
| Status: | VALID |
Contains the phrase definition for the item on the document.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GR_ITEM_DOCUMENT_DTLS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ITEM_CODE
DOCUMENT_CODE
PHRASE_CODE
DISPLAY_ORDER
|
| GR_ITEM_DOCUMENT_DTLS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PHRASE_CODE
|
| GR_ITEM_DOCUMENT_DTLS_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
MAIN_HEADING_CODE
|
| GR_ITEM_DOCUMENT_DTLS_N4 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
SUB_HEADING_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ITEM_CODE | VARCHAR2 | (32) | Yes | The Item Code for the substance used in or produced by the process. |
| DOCUMENT_CODE | VARCHAR2 | (10) | Yes | The Document Code for the document. |
| PHRASE_CODE | VARCHAR2 | (10) | Yes | The code assigned to the phrase. |
| DISPLAY_ORDER | NUMBER | (15) | Yes | The sequence number to determine the numerical sequence that will be used for displaying or printing the Item Phrase on the document. |
| MAIN_HEADING_CODE | VARCHAR2 | (10) | Yes | The Main Heading Code where the heading text is located. |
| SUB_HEADING_CODE | VARCHAR2 | (10) | The Sub Heading Code for the sub heading text. | |
| PRINT_SIZE | NUMBER | (2) | The print size that will be used to print this line on the document. | |
| PRINT_FONT | VARCHAR2 | (3) | The name of the print font that will be used to print this line on the 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 | |
| PHRASE_GROUP_CODE | VARCHAR2 | (10) | The phrase group code. |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_CODE
, DOCUMENT_CODE
, PHRASE_CODE
, DISPLAY_ORDER
, MAIN_HEADING_CODE
, SUB_HEADING_CODE
, PRINT_SIZE
, PRINT_FONT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, PHRASE_GROUP_CODE
FROM GR.GR_ITEM_DOCUMENT_DTLS;
GR.GR_ITEM_DOCUMENT_DTLS does not reference any database object
GR.GR_ITEM_DOCUMENT_DTLS is referenced by following:
GR
GR_ITEM_DOCUMENT_DTLS#
|
|
|
|