[Home] [Help]
[Dependency Information]
Object Name: | JL_BR_AR_TX_LOCN_ALL |
---|---|
Object Type: | TABLE |
Owner: | JL |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores the associations of tax categories with shipment
locations and is the table on which the Latin Locations window is based.
Each row is an association of tax category with a combination of
ship-from and ship-to locations for which a tax code is assigned,
which is valid between START_DATE_ACTIVE and END_DATE_ACTIVE.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
JL_BR_AR_TX_LOCN_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
JL_BR_AR_TX_LOCN_U2 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SHIP_FROM_CODE | VARCHAR2 | (25) | Yes | State ship-from |
SHIP_TO_SEGMENT_ID | NUMBER | (15) | Yes | State ship-to |
TAX_CATEGORY_ID | NUMBER | (15) | Yes | Tax category identifier associated with the location combination |
END_DATE_ACTIVE | DATE | Yes | Inactive date | |
LOCN_ID | NUMBER | (15) | Yes | Identifier used for legal messages |
TAX_CODE | VARCHAR2 | (50) | Yes | Tax code defining the rate |
START_DATE_ACTIVE | DATE | Effective date | ||
TRIB_SUBST_INSCRIPTION | VARCHAR2 | (30) | Tributary substitution inscription | |
ORG_ID | NUMBER | (15) | 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 SHIP_FROM_CODE
, SHIP_TO_SEGMENT_ID
, TAX_CATEGORY_ID
, END_DATE_ACTIVE
, LOCN_ID
, TAX_CODE
, START_DATE_ACTIVE
, TRIB_SUBST_INSCRIPTION
, ORG_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM JL.JL_BR_AR_TX_LOCN_ALL;
JL.JL_BR_AR_TX_LOCN_ALL does not reference any database object
JL.JL_BR_AR_TX_LOCN_ALL is referenced by following:
|
|
|