[Home] [Help]
[Dependency Information]
| Object Name: | MSD_SETUP_PARAMETERS |
|---|---|
| Object Type: | TABLE |
| Owner: | MSD |
| FND Design Data: | MSD.MSD_SETUP_PARAMETERS
|
| Subobject Name: | |
| Status: | VALID |
This table stores Demand Planning application parameters setup information.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MSD_SETUP_PARAMETERS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
INSTANCE_ID
PARAMETER_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INSTANCE_ID | NUMBER | (15) | Yes | Source Instance ID |
| PARAMETER_NAME | VARCHAR2 | (30) | Yes | Parameter Name. |
| PARAMETER_VALUE | VARCHAR2 | (255) | Parameter Value. |
Cut, paste (and edit) the following text to query this object:
SELECT INSTANCE_ID
, PARAMETER_NAME
, PARAMETER_VALUE
FROM MSD.MSD_SETUP_PARAMETERS;
MSD.MSD_SETUP_PARAMETERS does not reference any database object
MSD.MSD_SETUP_PARAMETERS is referenced by following:
MSD
MSD_SETUP_PARAMETERS#
|
|
|
|