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


TABLE: JL.JL_BR_AR_TX_LOCN_ALL

Object Details
Object Name: JL_BR_AR_TX_LOCN_ALL
Object Type: TABLE
Owner: JL
FND Design Data: TableJL.JL_BR_AR_TX_LOCN_ALL
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.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JL_BR_AR_TX_LOCN_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnSHIP_FROM_CODE
ColumnSHIP_TO_SEGMENT_ID
ColumnTAX_CATEGORY_ID
ColumnEND_DATE_ACTIVE
JL_BR_AR_TX_LOCN_U2 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnLOCN_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

JL.JL_BR_AR_TX_LOCN_ALL does not reference any database object

JL.JL_BR_AR_TX_LOCN_ALL is referenced by following:

SchemaAPPS
SynonymJL_BR_AR_TX_LOCN
SynonymJL_BR_AR_TX_LOCN_ALL