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


TABLE: AR.HZ_CREDIT_USAGE_RULE_SETS_TL

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


The HZ_CREDIT_USAGE_RULE_SETS_TL table stores information about sets of credit usage rules that were translated into multiple languages.
.
The primary keys for this table are CREDIT_USAGE_RULE_SET_ID and LANGUAGE.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_CREDIT_USAGE_RS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCREDIT_USAGE_RULE_SET_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
CREDIT_USAGE_RULE_SET_ID NUMBER (15) Yes Unique identifier for credit usage rule set
LANGUAGE VARCHAR2 (4) Yes The defined Language Code of the row from LANGUAGE_CODE column in the FND_LANGUAGES table
SOURCE_LANG VARCHAR2 (4) Yes Source language indicated the actual language code of the row
NAME VARCHAR2 (100) Yes User-defined name of the rule set
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_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
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).
Query Text

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


SELECT CREDIT_USAGE_RULE_SET_ID
,      LANGUAGE
,      SOURCE_LANG
,      NAME
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM AR.HZ_CREDIT_USAGE_RULE_SETS_TL;

Dependencies

[top of page]

AR.HZ_CREDIT_USAGE_RULE_SETS_TL does not reference any database object

AR.HZ_CREDIT_USAGE_RULE_SETS_TL is referenced by following:

SchemaAR
ViewHZ_CREDIT_USAGE_RULE_SETS_TL#