[Home] [Help]
[Dependency Information]
| Object Name: | ZX_CONTENT_SOURCES |
|---|---|
| Object Type: | TABLE |
| Owner: | ZX |
| FND Design Data: | ZX.ZX_CONTENT_SOURCES
|
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| ZX_CONTENT_SOURCES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PROVIDER_REGIME_CODE
|
| ZX_CONTENT_SOURCES_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PROVIDER_ID
STANDARD_REGIME_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROVIDER_ID | NUMBER | (15) | Yes | Party tax profile identifier for tax content provider |
| PROVIDER_REGIME_CODE | VARCHAR2 | (30) | Yes | Code of the regime defined by the provider corresponding to a standard regime code published by Oracle |
| PROVIDER_REGIME_NAME | VARCHAR2 | (240) | Name of the regime defined by the provider. This name is in the language as given by the provider | |
| LANGUAGE | VARCHAR2 | (30) | Language code for provider regime name | |
| STANDARD_REGIME_CODE | VARCHAR2 | (30) | Yes | Regime code that identifies the standard regime defined by Oracle. This regime is standardized for a specific geographical area and type of tax. |
| COUNTRY_CODE | VARCHAR2 | (30) | Yes | Country code for which this regime is applicable |
| LOADED_FOR_GCO_FLAG | VARCHAR2 | (1) | Yes | Y or N indicates whether content is loaded for global configuration owner |
| REGIME_PURPOSE_CODE | VARCHAR2 | (30) | Lookup code to indicate whether the provider gives content or services for this regime. Possible values are CONTENT and SERVICE. This information will be used to load data for supporting a service subscription. | |
| ENTITY_GROUP_CODE | VARCHAR2 | (30) | Lookup code to indicates the group of tax configuration entities for which this provider gives content. The data upload process uses this information to invoke loader programs for appropriate entities. | |
| VERSION_LOADED | VARCHAR2 | (30) | Column to store the latest version of the tax content loaded at the isntallation. NULL indicates that the content for this regime has never been loaded at this installation. | |
| POINT_RELEASE_VERSION_LOADED | VARCHAR2 | (30) | Yes | Column to store the version of the content loaded at the installation through the latest Oracle point release applied at this installation |
| CONTENT_FILE_TYPE | VARCHAR2 | (30) | Yes | Type of the content file. Possible values are EXTERNAL_XML, INTERNAL_XML, EXCEL, LOADER |
| CONTENT_FILE_LOCATION | VARCHAR2 | (240) | Yes | Location of the content file |
| CONTENT_FILE_NAME | VARCHAR2 | (240) | Yes | Name of the content file |
| PROGRAM_ID | NUMBER | (15) | Identifies the program that loaded the latest version of the content | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Identifies the application of the program that loaded the latest version of the content | |
| PROGRAM_UPDATE_DATE | DATE | Identifies the date when the program has loaded the latest version of the content | ||
| REQUEST_ID | NUMBER | (15) | Identifies the concurrent request of the program that has uploaded the latest version of the content |
Cut, paste (and edit) the following text to query this object:
SELECT PROVIDER_ID
, PROVIDER_REGIME_CODE
, PROVIDER_REGIME_NAME
, LANGUAGE
, STANDARD_REGIME_CODE
, COUNTRY_CODE
, LOADED_FOR_GCO_FLAG
, REGIME_PURPOSE_CODE
, ENTITY_GROUP_CODE
, VERSION_LOADED
, POINT_RELEASE_VERSION_LOADED
, CONTENT_FILE_TYPE
, CONTENT_FILE_LOCATION
, CONTENT_FILE_NAME
, PROGRAM_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_UPDATE_DATE
, REQUEST_ID
FROM ZX.ZX_CONTENT_SOURCES;
ZX.ZX_CONTENT_SOURCES does not reference any database object
ZX.ZX_CONTENT_SOURCES is referenced by following:
ZX
ZX_CONTENT_SOURCES#
|
|
|
|