[Home] [Help]
[Dependency Information]
Object Name: | AR_DUNNING_LETTERS_TL |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_DUNNING_LETTERS_TL table provides multilingual support (MLS) for dunning letters that you define using one of the templates that Oracle Receivables provides.
.
MLS lets you store and print data that you define in multiple languages. If you have MLS, you can define dunning letters in each of your installed languages. When you print a dunning letter, Oracle Receivables prints the stored message in the appropriate language.
.
The primary keys for this table are DUNNING_LETTER_ID and LANGUAGE.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_DUNNING_LETTERS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
AR_DUNNING_LETTERS_TL_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DUNNING_LETTER_ID | NUMBER | (15) | Yes | Identifier of the dunning letter |
DESCRIPTION | VARCHAR2 | (240) | Description of the dunning letter | |
LETTER_NAME | VARCHAR2 | (24) | Dunning letter name | |
LANGUAGE | VARCHAR2 | (4) | Yes | Language code of the dunning letter text |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Language code of the record from which this was copied during the upgrade |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT DUNNING_LETTER_ID
, DESCRIPTION
, LETTER_NAME
, LANGUAGE
, SOURCE_LANG
, LAST_UPDATE_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM AR.AR_DUNNING_LETTERS_TL;
AR.AR_DUNNING_LETTERS_TL does not reference any database object
AR.AR_DUNNING_LETTERS_TL is referenced by following:
|
|
|