[Home] [Help]
[Dependency Information]
| Object Name: | FND_OAM_ADV_CFG_VALIDATIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.FND_OAM_ADV_CFG_VALIDATIONS
|
| Subobject Name: | |
| Status: | VALID |
Stores Context editor Advanced Configuration validation status
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FND_OAM_ADV_CFG_VALIDATIONS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
VALIDATION_ID
NODE_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| VALIDATION_ID | NUMBER | Yes | Unique ID generated by wizard for every run | |
| NODE_NAME | VARCHAR2 | (30) | Yes | node name where request is submitted |
| STATUS | VARCHAR2 | (1) | P(ending), F(ailure), W(arning), S(uccess) | |
| LOG_LOCATION | VARCHAR2 | (1024) | full path to the log file | |
| OUTPUT | VARCHAR2 | (4000) | output is the XML output string | |
| CONFIG_DATE | DATE | config_date |
Cut, paste (and edit) the following text to query this object:
SELECT VALIDATION_ID
, NODE_NAME
, STATUS
, LOG_LOCATION
, OUTPUT
, CONFIG_DATE
FROM APPLSYS.FND_OAM_ADV_CFG_VALIDATIONS;
APPLSYS.FND_OAM_ADV_CFG_VALIDATIONS does not reference any database object
APPLSYS.FND_OAM_ADV_CFG_VALIDATIONS is referenced by following:
APPLSYS
FND_OAM_ADV_CFG_VALIDATIONS#
|
|
|
|