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


TABLE: CZ.CZ_FUNC_COMP_REFS

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CZ_FUNC_COMP_REFS_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnFUNC_COMP_ID
ColumnPS_NODE_ID
CZ_FUNC_COMP_REFS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnPS_NODE_ID
Columns
Name Datatype Length Mandatory Comments
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
FUNC_COMP_ID NUMBER (9) Yes Functional companion identifier
PS_NODE_ID NUMBER (15) Yes Project structure node identifier.
REF_TYPE NUMBER (9) Yes Reference Type
IMPLEMENTATION_TYPE NUMBER (9)
Implementation Type
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
DELETED_FLAG VARCHAR2 (1) Yes Indicates ('1'/'0') that this record has been deleted
EFF_FROM DATE

Not currently used
EFF_TO DATE

Not currently used
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
SECURITY_MASK VARCHAR2 (40)
Not currently used
EFF_MASK VARCHAR2 (40)
Not currently used
CHECKOUT_USER VARCHAR2 (40)
Not currently used
Query Text

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


SELECT LAST_UPDATE_LOGIN
,      FUNC_COMP_ID
,      PS_NODE_ID
,      REF_TYPE
,      IMPLEMENTATION_TYPE
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      DELETED_FLAG
,      EFF_FROM
,      EFF_TO
,      CREATED_BY
,      LAST_UPDATED_BY
,      SECURITY_MASK
,      EFF_MASK
,      CHECKOUT_USER
FROM CZ.CZ_FUNC_COMP_REFS;

Dependencies

[top of page]

CZ.CZ_FUNC_COMP_REFS does not reference any database object

CZ.CZ_FUNC_COMP_REFS is referenced by following:

SchemaAPPS
SynonymCZ_FUNC_COMP_REFS
TriggerCZ_FUNC_COMP_REFS_T1