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


TABLE: JA.JAI_INV_ITM_TAXCTG_HDRS

Object Details
Object Name: JAI_INV_ITM_TAXCTG_HDRS
Object Type: TABLE
Owner: JA
FND Design Data: TableJA.JAI_INV_ITM_TAXCTG_HDRS
Subobject Name:
Status: VALID


This table stores information about the item tax category list.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JAI_INV_ITM_TAXCTG_HDRS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTAX_CATEGORY_LIST
Columns
Name Datatype Length Mandatory Comments
TAX_CATEGORY_LIST VARCHAR2 (30) Yes The tax category name that is associated with the item category.
DESCRIPTION VARCHAR2 (100) Yes Description of the Item Category.
ORGANIZATION_ID NUMBER (15)
Indicates the Inventory organization to which the tax category is attached.
CREATION_DATE DATE

Standard Who column
CREATED_BY NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE

Standard Who column
LAST_UPDATED_BY NUMBER (15)
Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
OBJECT_VERSION_NUMBER NUMBER

Object version number
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TAX_CATEGORY_LIST
,      DESCRIPTION
,      ORGANIZATION_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM JA.JAI_INV_ITM_TAXCTG_HDRS;

Dependencies

[top of page]

JA.JAI_INV_ITM_TAXCTG_HDRS does not reference any database object

JA.JAI_INV_ITM_TAXCTG_HDRS is referenced by following:

SchemaJA
ViewJAI_INV_ITM_TAXCTG_HDRS#