DBA Data[Home] [Help] [Dependency Information]


TABLE: AR.AR_BPA_RULE_ATTRIBUTES_TL

Object Details
Object Name: AR_BPA_RULE_ATTRIBUTES_TL
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.AR_BPA_RULE_ATTRIBUTES_TL
Subobject Name:
Status: VALID


The AR_BPA_RULE_ATTRIBUTES_TL table provides multilingual support (MLS) for assignment attributes of assignment rules defined in Bill Presentment Architecture. Data in this table is maintained in the Assignment Rulespage. Each row includes the attribute value. MLS lets you store and print information in multiple languages.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_BPA_RULE_ATTRIBUTES_TL_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRULE_ATTRIBUTE_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
RULE_ATTRIBUTE_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
ATTRIBUTE_VALUE VARCHAR2 (80) Yes Value of the rule attribute
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).
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RULE_ATTRIBUTE_ID
,      LANGUAGE
,      SOURCE_LANG
,      ATTRIBUTE_VALUE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM AR.AR_BPA_RULE_ATTRIBUTES_TL;

Dependencies

[top of page]

AR.AR_BPA_RULE_ATTRIBUTES_TL does not reference any database object

AR.AR_BPA_RULE_ATTRIBUTES_TL is referenced by following:

SchemaAPPS
SynonymAR_BPA_RULE_ATTRIBUTES_TL