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


TABLE: JL.JL_BR_AR_TX_RULES_ALL

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


This table stores the rules for the 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_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JL_BR_AR_TX_RULES_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnTAX_RULE_LEVEL
ColumnTAX_CATEGORY_ID
ColumnCONTRIBUTOR_TYPE
ColumnCUST_TRX_TYPE_ID
ColumnPRIORITY
JL_BR_AR_TX_RULES_U2 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnRULE_ID
Columns
Name Datatype Length Mandatory Comments
RULE VARCHAR2 (50) Yes Rule to be applied
TAX_RULE_LEVEL VARCHAR2 (25) Yes Level of application of rule (Base/Rate)
TAX_CATEGORY_ID NUMBER (15) Yes Tax category identifier for which rule is defined
CONTRIBUTOR_TYPE VARCHAR2 (25) Yes Contributor type code
CUST_TRX_TYPE_ID NUMBER (15) Yes Transaction type related to the tax
PRIORITY NUMBER (5) Yes Priority for application of rule
RULE_ID NUMBER (15) Yes Identifier used for legal messges
DESCRIPTION VARCHAR2 (240)
Description of rule application level
ORG_ID NUMBER

Multiorg identifier. Populated only if multiorg feature installed.
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE

Standard Who column
CREATED_BY NUMBER (15)
Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


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

Dependencies

[top of page]

JL.JL_BR_AR_TX_RULES_ALL does not reference any database object

JL.JL_BR_AR_TX_RULES_ALL is referenced by following:

SchemaAPPS
SynonymJL_BR_AR_TX_RULES
SynonymJL_BR_AR_TX_RULES_ALL