[Home] [Help]
[Dependency Information]
Object Name: | AR_DUNNING_LETTERS_CUSTOM_TL |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_DUNNING_LETTERS_CUSTOM_TL table provides multilingual support (MLS) for custom dunning letters that you create in the Dunning Letters window. 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, PARAGRAPH_NUMBER, and LANGUAGE.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_DUNNING_LETTERS_CUST_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DUNNING_LETTER_ID | NUMBER | (15) | Yes | Identifier of the dunning letter |
PARAGRAPH_NUMBER | NUMBER | (15) | Yes | Number of each paragraph in the dunning letter |
PARAGRAPH_TEXT | VARCHAR2 | (2000) | Paragraph text | |
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_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
LAST_UPDATE_BY | NUMBER | (15) | ||
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LANGUAGE | VARCHAR2 | (4) | Yes | Language code of dunning letter text |
SOURCE_LANG | VARCHAR2 | (4) | Source language | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT DUNNING_LETTER_ID
, PARAGRAPH_NUMBER
, PARAGRAPH_TEXT
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_BY
, LAST_UPDATE_DATE
, LANGUAGE
, SOURCE_LANG
, LAST_UPDATED_BY
FROM AR.AR_DUNNING_LETTERS_CUSTOM_TL;
AR.AR_DUNNING_LETTERS_CUSTOM_TL does not reference any database object
AR.AR_DUNNING_LETTERS_CUSTOM_TL is referenced by following:
|
|
|