[Home] [Help]
[Dependency Information]
Object Name: | GMD_COA_SPEC_HDR_TEXT |
---|---|
Object Type: | TABLE |
Owner: | GMD |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Certificate of Analysis report header text information
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
GMD_COA_ID | NUMBER | (10) | Yes | Distinct number of the header |
TEXT_CODE | NUMBER | (10) | Result text key to the GMD text table | |
PARAGRAPH_CODE | VARCHAR2 | (4) | Defined in the sy_para_cds | |
LINE_NO | NUMBER | (5) | Line number which allows multiple lines of descriptive text for underlying record. -1=line is used to recreate key of underlying record; 1<=descriptive text | |
TEXT | VARCHAR2 | (70) | Text associated with this result. |
Cut, paste (and edit) the following text to query this object:
SELECT GMD_COA_ID
, TEXT_CODE
, PARAGRAPH_CODE
, LINE_NO
, TEXT
FROM GMD.GMD_COA_SPEC_HDR_TEXT;
GMD.GMD_COA_SPEC_HDR_TEXT does not reference any database object
GMD.GMD_COA_SPEC_HDR_TEXT is referenced by following:
|
|
|