[Home] [Help]
[Dependency Information]
Object Name: | AR_BPA_ITEMS_TL |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_BPA_ITEMS_TL table provides multilingual support (MLS) for content items defined in Bill Presentment Architecture. This table provides data for the content item shuttle boxes of the Select Content and Layout and Select Content pages. Data in this table is maintained in the Content Items page. Each row includes item name, description, and display label, and has a corresponding row in the AR_BPA_ITEMS_B table. MLS lets you store and print information in multiple languages.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_BPA_ITEMS_TL_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ITEM_ID | NUMBER | (15) | Yes | Unique identifier |
LANGUAGE | VARCHAR2 | (4) | Yes | Indicates which language the values of translatable fields are translated into |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Indicates which language the values of translatable columns were originally entered in |
ITEM_NAME | VARCHAR2 | (80) | Yes | Name of the item |
ITEM_TEXT_VALUE | VARCHAR2 | (2000) | Custom text for text items | |
DISPLAY_PROMPT | VARCHAR2 | (80) | Field label for the item | |
ITEM_DESCRIPTION | VARCHAR2 | (240) | Description | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
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 ITEM_ID
, LANGUAGE
, SOURCE_LANG
, ITEM_NAME
, ITEM_TEXT_VALUE
, DISPLAY_PROMPT
, ITEM_DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM AR.AR_BPA_ITEMS_TL;
AR.AR_BPA_ITEMS_TL does not reference any database object
AR.AR_BPA_ITEMS_TL is referenced by following:
|
|
|