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


TABLE: CZ.CZ_PB_TEMP_IDS

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


This table is used in support of the Publishing capability and is used as a vehicle for mapping original record identities to their published copies.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CZ_PB_TEMP_IDS_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnRUN_ID
ColumnTABLE_CODE
ColumnORIG_ID
Columns
Name Datatype Length Mandatory Comments
NEW_ID NUMBER (9) Yes This field records the new ID generated for this object's copy on the remote server
RUN_ID NUMBER (9) Yes Associates this record with a specific batch run (import, publish, purge, etc.)
TABLE_CODE VARCHAR2 (3) Yes Code identifying the table in which the referenced record resides: PRJ - cz_devl_projects; PSN - cz_ps_nodes
ORIG_ID NUMBER (9) Yes Numeric ID for this object in the table indicated by TABLE_CODE
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT NEW_ID
,      RUN_ID
,      TABLE_CODE
,      ORIG_ID
FROM CZ.CZ_PB_TEMP_IDS;

Dependencies

[top of page]

CZ.CZ_PB_TEMP_IDS does not reference any database object

CZ.CZ_PB_TEMP_IDS is referenced by following:

SchemaAPPS
SynonymCZ_PB_TEMP_IDS