[Home] [Help]
[Dependency Information]
Object Name: | OE_SYS_PARAMETER_DEF_B |
---|---|
Object Type: | TABLE |
Owner: | ONT |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores OM parameter definitions for different categories. This also stores valueset associated with the parameters.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OE_SYS_PARAMETER_DEF_B_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PARAMETER_CODE | VARCHAR2 | (80) | Yes | Parameter Code Unique Identifier |
CREATION_DATE | DATE | Yes | Standard Who Column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column |
CATEGORY_CODE | VARCHAR2 | (30) | Category to which the parameter belongs to | |
VALUE_SET_ID | NUMBER | Value Set associated with the parameter | ||
OPEN_ORDERS_CHECK_FLAG | VARCHAR2 | (1) | Control to allow/restrict change to the parameter value. | |
SEEDED_FLAG | VARCHAR2 | (1) | Yes | Indicates whether it is a Seed Data or a user defined data. |
ENABLED_FLAG | VARCHAR2 | (1) | Yes | Indicates whether the parameter is available or not. |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT PARAMETER_CODE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CATEGORY_CODE
, VALUE_SET_ID
, OPEN_ORDERS_CHECK_FLAG
, SEEDED_FLAG
, ENABLED_FLAG
, ZD_EDITION_NAME
FROM ONT.OE_SYS_PARAMETER_DEF_B;
ONT.OE_SYS_PARAMETER_DEF_B does not reference any database object
ONT.OE_SYS_PARAMETER_DEF_B is referenced by following:
|
|
|