[Home] [Help]
[Dependency Information]
Object Name: | RA_TERMS_TL |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The RA_TERMS_TL table provides multilingual support (MLS) for each payment term that you define in Oracle Receivables. MLS lets you store and print data that you define in multiple languages.
.
The primary keys for this table are TERM_ID and LANGUAGE.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
RA_TERMS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
RA_TERMS_TL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TERM_ID | NUMBER | (15) | Yes | Payment term identifier |
DESCRIPTION | VARCHAR2 | (240) | Description of this payment term | |
NAME | VARCHAR2 | (15) | Yes | Name of this payment term |
LANGUAGE | VARCHAR2 | (4) | Yes | Language code of the payment term 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 TERM_ID
, DESCRIPTION
, NAME
, LANGUAGE
, SOURCE_LANG
, LAST_UPDATE_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM AR.RA_TERMS_TL;
AR.RA_TERMS_TL does not reference any database object
AR.RA_TERMS_TL is referenced by following:
|
|
|