[Home] [Help]
[Dependency Information]
| Object Name: | CZ_XFR_FIELD_REQUIRES |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_XFR_FIELD_REQUIRES
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_XFR_FIELD_REQS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
FIELD_ORDER
ORDER_SEQ
XFR_GROUP
REQ_ORDER
|
| CZ_XFR_FIELD_REQUIRES_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
FIELD_ORDER
XFR_GROUP
ORDER_SEQ
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FIELD_ORDER | NUMBER | Yes | Provides an order for each field in the dependency | |
| XFR_GROUP | VARCHAR2 | (20) | Yes | Identifies the import/transfer group to which this field-dependency rule applies |
| REQ_ORDER | NUMBER | (9) | Yes | Indicates the order of this field dependency in the overal dependency list |
| ORDER_SEQ | NUMBER | (9) | Yes | Identifies the XFR_TABLES order to which this dependency record refers |
| REQ_TYPE | NUMBER | (9) | Indicates the type of dependency described in this record | |
| REFSUBSCHEMA | NUMBER | Identifies the subschema in which the table/field resides on which this field depends | ||
| REFTABLE | VARCHAR2 | (40) | Table on which this field depends | |
| REFFIELD | VARCHAR2 | (40) | Name of the referenced field on which this field depends |
Cut, paste (and edit) the following text to query this object:
SELECT FIELD_ORDER
, XFR_GROUP
, REQ_ORDER
, ORDER_SEQ
, REQ_TYPE
, REFSUBSCHEMA
, REFTABLE
, REFFIELD
FROM CZ.CZ_XFR_FIELD_REQUIRES;
CZ.CZ_XFR_FIELD_REQUIRES does not reference any database object
CZ.CZ_XFR_FIELD_REQUIRES is referenced by following:
CZ
CZ_XFR_FIELD_REQUIRES#
|
|
|
|