DBA Data[Home] [Help] [Dependency Information]


TABLE: CZ.CZ_XFR_TABLES

Object Details
Object Name: CZ_XFR_TABLES
Object Type: TABLE
Owner: CZ
FND Design Data: TableCZ.CZ_XFR_TABLES
Subobject Name:
Status: VALID


CZ_XFR_TABLES specifies rules for importing into Oracle Configurator tables.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: CZ_XFR_TABLES_PK
  1. ColumnXFR_GROUP
  2. ColumnORDER_SEQ
Indexes
Index Type Uniqueness Tablespace Column
CZ_XFR_TABLES_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnXFR_GROUP
ColumnORDER_SEQ
Columns
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
Query Text

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;

Dependencies

[top of page]

CZ.CZ_XFR_TABLES does not reference any database object

CZ.CZ_XFR_TABLES is referenced by following:

SchemaAPPS
SynonymCZ_XFR_TABLES