[Home] [Help]
[Dependency Information]
Object Name: | AR_MEMO_LINES_ALL_TL |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_MEMO_LINES_ALL_TL table provides multilingual support (MLS) for standard memo lines that you define in Oracle Receivables. MLS lets you store and print data that you define in multiple languages. For example, if you define a standard memo line in Spanish, the LANGUAGE column stores the code for Spanish.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_MEMO_LINES_ALL_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
AR_MEMO_LINES_ALL_TL_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MEMO_LINE_ID | NUMBER | (15) | Yes | Unique identifier |
ORG_ID | NUMBER | (15) | Organization identifier | |
NAME | VARCHAR2 | (50) | Name of this standard memo line | |
DESCRIPTION | VARCHAR2 | (80) | Description of this standard memo line | |
LANGUAGE | VARCHAR2 | (4) | Yes | Language code of the memo line text |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Language code of the record that this was copied from 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). | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT MEMO_LINE_ID
, ORG_ID
, NAME
, DESCRIPTION
, LANGUAGE
, SOURCE_LANG
, LAST_UPDATE_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM AR.AR_MEMO_LINES_ALL_TL;
AR.AR_MEMO_LINES_ALL_TL does not reference any database object
AR.AR_MEMO_LINES_ALL_TL is referenced by following:
|
|
|