[Home] [Help]
[Dependency Information]
Object Name: | OE_PC_VTMPLT_COLS |
---|---|
Object Type: | TABLE |
Owner: | ONT |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
For validation templates that are based on column values (VALIDATION_TYPE = 'TBL') this table stores the attribute validation pairs ( attribute, validation_op, value_string).
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OE_PC_VTMPLT_COLS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VALIDATION_TMPLT_ID | NUMBER | Yes | Foreign key to OE_PC_VTMPLTS. Validation template. | |
COLUMN_NAME | VARCHAR2 | (30) | Yes | Database column for the entity's database object |
VALIDATION_OP | VARCHAR2 | (15) | Yes | Operator ('IS NULL', '=' etc.) on the column for evaluating this validation template |
VALUE_STRING | VARCHAR2 | (255) | If the operator was value based (=,< etc.) then the value in this database column for this validation template. | |
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 | ||
VALIDATION_TMPLT_COL_ID | NUMBER | Yes | Primary key column | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT VALIDATION_TMPLT_ID
, COLUMN_NAME
, VALIDATION_OP
, VALUE_STRING
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, VALIDATION_TMPLT_COL_ID
, ZD_EDITION_NAME
FROM ONT.OE_PC_VTMPLT_COLS;
ONT.OE_PC_VTMPLT_COLS does not reference any database object
ONT.OE_PC_VTMPLT_COLS is referenced by following:
|
|
|