[Home] [Help]
[Dependency Information]
Object Name: | GR_ITEM_FIELD_NAME_MASKS_TL |
---|---|
Object Type: | TABLE |
Owner: | GR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
GR translated field name masks for regulatory items
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
GR_ITEM_FIELD_NAME_MASK_TL_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ITEM_CODE | VARCHAR2 | (32) | Yes | Regulatory Item Code |
DISCLOSURE_CODE | VARCHAR2 | (10) | Yes | Regulatory Disclosure Code |
LABEL_CODE | VARCHAR2 | (5) | Yes | Regulatory Field Name Code |
LANGUAGE | VARCHAR2 | (4) | Yes | The language that the field name mask is in |
FIELD_NAME_MASK | VARCHAR2 | (240) | Yes | Language specific value for the field name mask |
SOURCE_LANG | VARCHAR2 | (4) | Yes | The language that the field name mask was originally entered in |
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 ITEM_CODE
, DISCLOSURE_CODE
, LABEL_CODE
, LANGUAGE
, FIELD_NAME_MASK
, SOURCE_LANG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM GR.GR_ITEM_FIELD_NAME_MASKS_TL;
GR.GR_ITEM_FIELD_NAME_MASKS_TL does not reference any database object
GR.GR_ITEM_FIELD_NAME_MASKS_TL is referenced by following:
|
|
|