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


TABLE: ZX.ZX_TRX_LINE_APP_REGIMES

Object Details
Object Name: ZX_TRX_LINE_APP_REGIMES
Object Type: TABLE
Owner: ZX
FND Design Data: TableZX.ZX_TRX_LINE_APP_REGIMES
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ZX_TRX_LINE_APP_REGIMES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnENTITY_CODE
ColumnEVENT_CLASS_CODE
ColumnTRX_ID
ColumnTRX_LINE_ID
ColumnTRX_LEVEL_TYPE
ColumnTAX_REGIME_CODE
Columns
Name Datatype Length Mandatory Comments
EVENT_CLASS_CODE VARCHAR2 (30) Yes Event class code of the transaction
APPLICATION_ID NUMBER
Yes Application Identifier of the transaction
ENTITY_CODE VARCHAR2 (30) Yes Entity code of the transaction
TRX_ID NUMBER
Yes Primary transaction identifier
TRX_LINE_ID NUMBER
Yes Transaction line identifier
TRX_LEVEL_TYPE VARCHAR2 (30) Yes Column to record the level at which the transaction line identifier is stored. Possible values are LINE, SHIPMENT and FREIGHT.
TAX_REGIME_ID NUMBER
Yes Tax regime identifier applicable for the transaction line
TAX_REGIME_CODE VARCHAR2 (30) Yes Tax regime code applicable for the transaction line
TAX_PROVIDER_ID NUMBER

Party tax profile identifier of the third party tax service provider that calculates tax for this regime and transaction line
ALLOW_TAX_CALCULATION_FLAG VARCHAR2 (1)
Y or N indicates to the tax service provider to always synchronize the transaction and tax information instead of calculating the tax information
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
UPDATE_FLAG VARCHAR2 (1)
Y or N indicates if the transaction line is updated in the current API call
PSEUDO_TAX_ONLY_LINE_FLAG VARCHAR2 (1)
Y or N indicates whether the transaction line identifier represents a pseudo line corresponding to a tax only line
Query Text

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


SELECT EVENT_CLASS_CODE
,      APPLICATION_ID
,      ENTITY_CODE
,      TRX_ID
,      TRX_LINE_ID
,      TRX_LEVEL_TYPE
,      TAX_REGIME_ID
,      TAX_REGIME_CODE
,      TAX_PROVIDER_ID
,      ALLOW_TAX_CALCULATION_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      UPDATE_FLAG
,      PSEUDO_TAX_ONLY_LINE_FLAG
FROM ZX.ZX_TRX_LINE_APP_REGIMES;

Dependencies

[top of page]

ZX.ZX_TRX_LINE_APP_REGIMES does not reference any database object

ZX.ZX_TRX_LINE_APP_REGIMES is referenced by following:

SchemaZX
ViewZX_TRX_LINE_APP_REGIMES#