[Home] [Help]
[Dependency Information]
Object Name: | JE_ES_TAX_TYPE_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REPORTING_CODE_CHAR_VALUE | VARCHAR2 | (60) | Column to store alphanumeric value for the reporting code | |
REPORTING_CODE_NAME | VARCHAR2 | (240) | Description of the reporting codeDescription of the reporting code | |
VAT_REPORTING_ENTITY_ID | NUMBER | VAT Reporting Entity dentifier | ||
MAPPING_VAT_REP_ENTITY_ID | NUMBER | Mapping VAT Reporting Entity Identifier | ||
TAX_REGIME_CODE | VARCHAR2 | (30) | Tax Regime Code | |
TAX | VARCHAR2 | (30) | Tax |
Cut, paste (and edit) the following text to query this object:
SELECT REPORTING_CODE_CHAR_VALUE
, REPORTING_CODE_NAME
, VAT_REPORTING_ENTITY_ID
, MAPPING_VAT_REP_ENTITY_ID
, TAX_REGIME_CODE
, TAX
FROM APPS.JE_ES_TAX_TYPE_V;
APPS.JE_ES_TAX_TYPE_V is not referenced by any database object
|
|
|