[Home] [Help]
[Dependency Information]
Object Name: | ZX_ID_TCC_MAPPING_ALL |
---|---|
Object Type: | TABLE |
Owner: | ZX |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
ZX_ID_TCC_MAPPING_ALL_U1 | NORMAL | UNIQUE |
![]() |
![]() |
ZX_ID_TCC_MAPPING_ALL_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
ZX_ID_TCC_MAPPING_ALL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() ![]() |
ZX_ID_TCC_MAPPING_ALL_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TCC_MAPPING_ID | NUMBER | Yes | Unique identifier | |
ORG_ID | NUMBER | Yes | Internal organization identifier | |
TAX_CLASS | VARCHAR2 | (30) | Column to indicate whether this tax code is applicable for Procure To Pay business flows or Order To Cash business flows. Possible values are INPUT and OUTPUT. NULL indicates it is applicable to both. | |
TAX_RATE_CODE_ID | NUMBER | Yes | Identifier of the tax code in AR_VAT_TAX_ALL or AP_TAX_CODES_ALL of prior releases for migrated records; tax rate identifier for all other records | |
TAX_CLASSIFICATION_CODE | VARCHAR2 | (50) | Yes | Tax classification code. For migrated records, this column stores the tax code in AR_VAT_TAX_ALL or AP_TAX_CODES_ALL of prior releases. |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
REQUEST_ID | NUMBER | Standard Who column | ||
PROGRAM_APPLICATION_ID | NUMBER | Standard Who column | ||
PROGRAM_ID | NUMBER | Standard Who column | ||
PROGRAM_LOGIN_ID | NUMBER | Standard Who column | ||
EFFECTIVE_FROM | DATE | Effective from date | ||
EFFECTIVE_TO | DATE | Effective to date | ||
TAX_TYPE | VARCHAR2 | (30) | Tax type code from AR_VAT_TAX_ALL or AP_TAX_CODES_ALL of prior releases for migrated records; NULL for all other records | |
SOURCE | VARCHAR2 | (30) | Column to indicate the source from which the tax code is migrated for this internal organization. Possible values are AP and AR. Null indicates that the record is not migrated. | |
LEDGER_ID | NUMBER | (15) | Ledger defining column | |
ACTIVE_FLAG | VARCHAR2 | (1) | Y or N indicates if this tax code is active for the internal organization |
Cut, paste (and edit) the following text to query this object:
SELECT TCC_MAPPING_ID
, ORG_ID
, TAX_CLASS
, TAX_RATE_CODE_ID
, TAX_CLASSIFICATION_CODE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_LOGIN_ID
, EFFECTIVE_FROM
, EFFECTIVE_TO
, TAX_TYPE
, SOURCE
, LEDGER_ID
, ACTIVE_FLAG
FROM ZX.ZX_ID_TCC_MAPPING_ALL;
ZX.ZX_ID_TCC_MAPPING_ALL does not reference any database object
ZX.ZX_ID_TCC_MAPPING_ALL is referenced by following:
|
|
|