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


TABLE: AR.AR_AGING_BUCKET_LINES_TL

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


The AR_AGING_BUCKET_LINES_TL table provides multilingual support (MLS) for aging buckets that you define in Oracle Receivables. MLS lets you store and print information that you define in multiple languages. For example, if you define an aging bucket in Spanish, the LANGUAGE column stores the code for Spanish.
.
The primary keys for this table are AGING_BUCKET_LINE_ID and LANGUAGE.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_AGING_BUCKET_LINES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAGING_BUCKET_LINE_ID
ColumnLANGUAGE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
AGING_BUCKET_LINE_ID NUMBER (15) Yes Identifier of aging bucket line
REPORT_HEADING1 VARCHAR2 (15)
First line label for this bucket line
REPORT_HEADING2 VARCHAR2 (15)
Second line label for this bucket line
LANGUAGE VARCHAR2 (4) Yes Language code of the text in REPORT_HEADING1 and REPORT_HEADING2
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).
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT AGING_BUCKET_LINE_ID
,      REPORT_HEADING1
,      REPORT_HEADING2
,      LANGUAGE
,      SOURCE_LANG
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      ZD_EDITION_NAME
FROM AR.AR_AGING_BUCKET_LINES_TL;

Dependencies

[top of page]

AR.AR_AGING_BUCKET_LINES_TL does not reference any database object

AR.AR_AGING_BUCKET_LINES_TL is referenced by following:

SchemaAR
ViewAR_AGING_BUCKET_LINES_TL#