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


TABLE: JL.JL_ZZ_AR_TX_RULES_ALL

Object Details
Object Name: JL_ZZ_AR_TX_RULES_ALL
Object Type: TABLE
Owner: JL
FND Design Data: TableJL.JL_ZZ_AR_TX_RULES_ALL
Subobject Name:
Status: VALID


This table stores the rules for determination of tax and is the table on which the Latin Tax Rules window is based. Each row is an association of a rule with a combination of tax category, transaction type, contributor type and rule level.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JL_ZZ_AR_TX_RULES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTAX_RULE_LEVEL
ColumnTAX_CATEGORY_ID
ColumnCONTRIBUTOR_TYPE
ColumnCUST_TRX_TYPE_ID
ColumnPRIORITY
ColumnORG_ID
JL_ZZ_AR_TX_RULES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRULE_ID
ColumnORG_ID
JL_ZZ_AR_TX_RULES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUST_TRX_TYPE_ID
ColumnCONTRIBUTOR_TYPE
Columns
Name Datatype Length Mandatory Comments
RULE_ID NUMBER (15) Yes Rule Identifier
TAX_RULE_LEVEL VARCHAR2 (30) Yes Tax rule level
RULE VARCHAR2 (50) Yes Rule or Method
TAX_CATEGORY_ID NUMBER (15) Yes Tax category identifier
CONTRIBUTOR_TYPE VARCHAR2 (30) Yes Contributor type
CUST_TRX_TYPE_ID NUMBER (15) Yes Customer Transaction type identifier
PRIORITY NUMBER (5) Yes Priority Number
LAST_UPDATE_DATE DATE
Yes Last Update Date
LAST_UPDATED_BY NUMBER (15) Yes Last Updated by
DESCRIPTION VARCHAR2 (240)
Description
ORG_ID NUMBER (15)
Organization Identifier
LAST_UPDATE_LOGIN NUMBER (15)
Last Update Login
CREATION_DATE DATE

Creation Date
CREATED_BY NUMBER (15)
Created by
Query Text

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


SELECT RULE_ID
,      TAX_RULE_LEVEL
,      RULE
,      TAX_CATEGORY_ID
,      CONTRIBUTOR_TYPE
,      CUST_TRX_TYPE_ID
,      PRIORITY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      DESCRIPTION
,      ORG_ID
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
FROM JL.JL_ZZ_AR_TX_RULES_ALL;

Dependencies

[top of page]

JL.JL_ZZ_AR_TX_RULES_ALL does not reference any database object

JL.JL_ZZ_AR_TX_RULES_ALL is referenced by following:

SchemaAPPS
SynonymJL_ZZ_AR_TX_RULES
SynonymJL_ZZ_AR_TX_RULES_ALL