[Home] [Help]
[Dependency Information]
| Object Name: | CZ_XFR_TABLES |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_XFR_TABLES
|
| Subobject Name: | |
| Status: | VALID |
CZ_XFR_TABLES specifies rules for importing into Oracle Configurator tables.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_XFR_TABLES_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
XFR_GROUP
ORDER_SEQ
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORDER_SEQ | NUMBER | (9) | Yes | Establishes an order for importing the tables and an identity for this table within an XFR_GROUP set |
| SRC_TABLE | VARCHAR2 | (40) | Name of the source table | |
| XFR_GROUP | VARCHAR2 | (20) | Yes | Identifies the import/transfer group of which this table is a member |
| DST_TABLE | VARCHAR2 | (40) | Name of the destination table | |
| DST_SUBSCHEMA | VARCHAR2 | (40) | UNUSED | |
| FILTERSYNTAX | VARCHAR2 | (255) | UNUSED | |
| PK_USEEXPANSION | VARCHAR2 | (1) | '0' use surrogate key for key resolution '1' use expansion key for key resolution '2' use ORIG_SYS_REF for key resolution | |
| DISABLED | VARCHAR2 | (1) | Flag indicating if import of this table is disabled |
Cut, paste (and edit) the following text to query this object:
SELECT ORDER_SEQ
, SRC_TABLE
, XFR_GROUP
, DST_TABLE
, DST_SUBSCHEMA
, FILTERSYNTAX
, PK_USEEXPANSION
, DISABLED
FROM CZ.CZ_XFR_TABLES;
CZ.CZ_XFR_TABLES does not reference any database object
CZ.CZ_XFR_TABLES is referenced by following:
CZ
CZ_XFR_TABLES#
|
|
|
|