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


TABLE: JL.JL_BR_AR_TX_EXC_ITM_ALL

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


This table stores all the exceptions by inventory item and is the table on which the Latin Exceptions by Items window is based. Each row is an association of tax category and shipment locations with an inventory item, for which either a tax code or a base rate modifier is assigned, and is valid between START_DATE_ACTIVE and END_DATE_ACTIVE. (Optionally, both tax code and base rate modifier could be assigned for a given combination.)


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JL_BR_AR_TX_EXC_ITM_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnSHIP_FROM_CODE
ColumnSHIP_TO_SEGMENT_ID
ColumnINVENTORY_ITEM_ID
ColumnORGANIZATION_ID
ColumnTAX_CATEGORY_ID
ColumnEND_DATE_ACTIVE
JL_BR_AR_TX_EXC_ITM_U2 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnEXC_ITM_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
INVENTORY_ITEM_ID NUMBER
Yes Inventory item identifier
ORGANIZATION_ID NUMBER
Yes Organization identifier
TAX_CATEGORY_ID NUMBER (15) Yes Tax category identifier
END_DATE_ACTIVE DATE
Yes Inactive date
EXC_ITM_ID NUMBER (15) Yes Identifier used for legal messages
START_DATE_ACTIVE DATE

Effective date
TAX_CODE VARCHAR2 (50)
Tax code defining the rate
BASE_RATE NUMBER

Percentage to increase or to reduce base amount
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 SHIP_FROM_CODE
,      SHIP_TO_SEGMENT_ID
,      INVENTORY_ITEM_ID
,      ORGANIZATION_ID
,      TAX_CATEGORY_ID
,      END_DATE_ACTIVE
,      EXC_ITM_ID
,      START_DATE_ACTIVE
,      TAX_CODE
,      BASE_RATE
,      ORG_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM JL.JL_BR_AR_TX_EXC_ITM_ALL;

Dependencies

[top of page]

JL.JL_BR_AR_TX_EXC_ITM_ALL does not reference any database object

JL.JL_BR_AR_TX_EXC_ITM_ALL is referenced by following:

SchemaJL
ViewJL_BR_AR_TX_EXC_ITM_ALL#