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


TABLE: ONT.OE_PC_VALIDATION_PKGS

Object Details
Object Name: OE_PC_VALIDATION_PKGS
Object Type: TABLE
Owner: ONT
FND Design Data: TableONT.OE_PC_VALIDATION_PKGS
Subobject Name:
Status: VALID


This table stores the names of the dynamically generated constraints validation packages.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OE_PC_VALIDATION_PKGS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnVALIDATING_ENTITY_ID
ColumnVALIDATION_ENTITY_ID
ColumnVALIDATION_TMPLT_ID
ColumnRECORD_SET_ID
Columns
Name Datatype Length Mandatory Comments
VALIDATING_ENTITY_ID NUMBER
Yes Entity that is being validated or the entity for which the constraint has been defined
VALIDATION_ENTITY_ID NUMBER
Yes Entity that is used to validate or the entity on which the conditions are evaluated
VALIDATION_TMPLT_ID NUMBER
Yes Validation Template
RECORD_SET_ID NUMBER
Yes Record Set
VALIDATION_PKG VARCHAR2 (30) Yes Name of the dynamically generated validation package
VALIDATION_PROC VARCHAR2 (30) Yes Name of the validation procedure in this package
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT VALIDATING_ENTITY_ID
,      VALIDATION_ENTITY_ID
,      VALIDATION_TMPLT_ID
,      RECORD_SET_ID
,      VALIDATION_PKG
,      VALIDATION_PROC
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM ONT.OE_PC_VALIDATION_PKGS;

Dependencies

[top of page]

ONT.OE_PC_VALIDATION_PKGS does not reference any database object

ONT.OE_PC_VALIDATION_PKGS is referenced by following:

SchemaAPPS
SynonymOE_PC_VALIDATION_PKGS