[Home] [Help]
[Dependency Information]
| Object Name: | ZX_TRX_LINE_APP_REGIMES |
|---|---|
| Object Type: | TABLE |
| Owner: | ZX |
| FND Design Data: | ZX.ZX_TRX_LINE_APP_REGIMES
|
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| ZX_TRX_LINE_APP_REGIMES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
APPLICATION_ID
ENTITY_CODE
EVENT_CLASS_CODE
TRX_ID
TRX_LINE_ID
TRX_LEVEL_TYPE
TAX_REGIME_CODE
|
| 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 |
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;
ZX.ZX_TRX_LINE_APP_REGIMES does not reference any database object
ZX.ZX_TRX_LINE_APP_REGIMES is referenced by following:
APPS
ZX_TRX_LINE_APP_REGIMES
|
|
|
|