[Home] [Help]
[Dependency Information]
| Object Name: | OE_PC_VALIDATION_PKGS |
|---|---|
| Object Type: | TABLE |
| Owner: | ONT |
| FND Design Data: | ONT.OE_PC_VALIDATION_PKGS
|
| Subobject Name: | |
| Status: | VALID |
This table stores the names of the dynamically generated constraints validation packages.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OE_PC_VALIDATION_PKGS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
VALIDATING_ENTITY_ID
VALIDATION_ENTITY_ID
VALIDATION_TMPLT_ID
RECORD_SET_ID
|
| 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 |
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;
ONT.OE_PC_VALIDATION_PKGS does not reference any database object
ONT.OE_PC_VALIDATION_PKGS is referenced by following:
APPS
OE_PC_VALIDATION_PKGS
|
|
|
|