[Home] [Help]
[Dependency Information]
| Object Name: | LNS_LOAN_TYPES_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | LNS |
| Subobject Name: | |
| Status: | VALID |
Stores the multi lingual columns for each record of the base table LNS_LOAN_TYPES
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LOAN_TYPE_ID | NUMBER | Yes | Identifies the Loan Type | |
| LOAN_TYPE_NAME | VARCHAR2 | (80) | Yes | Identifies the Loan Type Name |
| LOAN_TYPE_DESC | VARCHAR2 | (250) | Identifies the Loan Type Description | |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language of the tranlated columns |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Source Language used to store the translated columns |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| CREATED_BY | NUMBER | Yes | Standard Who Column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who Column | ||
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT LOAN_TYPE_ID
, LOAN_TYPE_NAME
, LOAN_TYPE_DESC
, LANGUAGE
, SOURCE_LANG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM LNS.LNS_LOAN_TYPES_TL;
LNS.LNS_LOAN_TYPES_TL does not reference any database object
LNS.LNS_LOAN_TYPES_TL is referenced by following:
LNS
LNS_LOAN_TYPES_TL#
|
|
|
|