[Home] [Help]
[Dependency Information]
Object Name: | JL_BR_AR_TX_CATEG_ALL |
---|---|
Object Type: | TABLE |
Owner: | JL |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table contains tax categories to be used by the Latin Tax method.
This is the base table for the Latin Tax Categories window. Each row
represents a tax category valid between the START_DATE_ACTIVE and the
END_DATE_ACTIVE.
The PRINT_FLAG and TAX_INCLUSIVE columns are defaulted to the
tax codes and tax groups using this tax category.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
JL_BR_AR_TX_CATEG_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
JL_BR_AR_TX_CATEG_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TAX_CATEGORY_ID | NUMBER | (15) | Yes | Tax identifier |
END_DATE_ACTIVE | DATE | Yes | Inactive date | |
START_DATE_ACTIVE | DATE | Effective date | ||
TAX_CATEGORY | VARCHAR2 | (25) | Yes | Tax category |
DESCRIPTION | VARCHAR2 | (80) | Description | |
MIN_AMOUNT | NUMBER | Minimum tax amount | ||
MIN_PERCENTAGE | NUMBER | Minimum tax percentage | ||
TAX_INCLUSIVE | VARCHAR2 | (1) | Tax included in revenue amount (Y/N) | |
TRIBUTARY_SUBSTITUTION | VARCHAR2 | (1) | Eligible for tributary substitution (Y/N) | |
USED_TO_REDUCE | VARCHAR2 | (1) | Reserved for future use | |
TAX_CATEG_TO_REDUCE_ID | NUMBER | (15) | Tax category identifier used to compound the base or reduce the tax amount if Tributary substitution is equal to 'Y'. | |
TAX_CODE | VARCHAR2 | (50) | Default tax code defining rate | |
PRINT_FLAG | VARCHAR2 | (1) | Print the tax amount in a report | |
ORG_ID | NUMBER | Multi-org identifier. Populated only if multi-org 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 TAX_CATEGORY_ID
, END_DATE_ACTIVE
, START_DATE_ACTIVE
, TAX_CATEGORY
, DESCRIPTION
, MIN_AMOUNT
, MIN_PERCENTAGE
, TAX_INCLUSIVE
, TRIBUTARY_SUBSTITUTION
, USED_TO_REDUCE
, TAX_CATEG_TO_REDUCE_ID
, TAX_CODE
, PRINT_FLAG
, ORG_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM JL.JL_BR_AR_TX_CATEG_ALL;
JL.JL_BR_AR_TX_CATEG_ALL does not reference any database object
JL.JL_BR_AR_TX_CATEG_ALL is referenced by following:
|
|
|