[Home] [Help]
[Dependency Information]
| Object Name: | JL_BR_AR_TX_RULES_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | JL |
| FND Design Data: | JL.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.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JL_BR_AR_TX_RULES_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
TAX_RULE_LEVEL
TAX_CATEGORY_ID
CONTRIBUTOR_TYPE
CUST_TRX_TYPE_ID
PRIORITY
|
| JL_BR_AR_TX_RULES_U2 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
RULE_ID
|
| 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 |
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;
JL.JL_BR_AR_TX_RULES_ALL does not reference any database object
JL.JL_BR_AR_TX_RULES_ALL is referenced by following:
JL
JL_BR_AR_TX_RULES_ALL#
|
|
|
|