[Home] [Help]
[Dependency Information]
| Object Name: | FND_OAM_BF_COMP_INFO |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.FND_OAM_BF_COMP_INFO
|
| Subobject Name: | |
| Status: | VALID |
This table stores the health indicator information at the individual component level for components associated with business flows
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 20 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COMPONENT_TYPE | VARCHAR2 | (18) | Yes | Type of component. For example: CONCURRENT_PROGRAM, FORM, FUNCTION, or SERVICE_INSTANCE |
| COMPONENT_APPL_ID | NUMBER | Yes | Application ID for the component | |
| COMPONENT_ID | NUMBER | Yes | ID for the component | |
| COUNT_ALERTS | NUMBER | Count of new or open system alerts for this component | ||
| COUNT_ERRORED_REQUESTS | NUMBER | Count of errored concurrent requests within the last 24 hours for this component. Applicable only for components that are concurrent programs | ||
| SETUP_STATUS | NUMBER | Setup status for this component | ||
| TEST_STATUS | NUMBER | Test status for this component | ||
| DIAGNOSTIC_TEST_STATUS | NUMBER | Diagnostic test status for this component | ||
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column |
| COUNT_RUNNING_REQUESTS | NUMBER | Count of running concurrent requests.Applicable if component_type is CONCURRENT_PROGRAM. | ||
| COUNT_FORM_SESSIONS | NUMBER | Count of active form sessions.Applicable if component_type is FORM. | ||
| COUNT_SSF_SESSIONS | NUMBER | Count of self-service fwk sessions.Applicable if component_type is FUNCTION |
Cut, paste (and edit) the following text to query this object:
SELECT COMPONENT_TYPE
, COMPONENT_APPL_ID
, COMPONENT_ID
, COUNT_ALERTS
, COUNT_ERRORED_REQUESTS
, SETUP_STATUS
, TEST_STATUS
, DIAGNOSTIC_TEST_STATUS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, COUNT_RUNNING_REQUESTS
, COUNT_FORM_SESSIONS
, COUNT_SSF_SESSIONS
FROM APPLSYS.FND_OAM_BF_COMP_INFO;
APPLSYS.FND_OAM_BF_COMP_INFO does not reference any database object
APPLSYS.FND_OAM_BF_COMP_INFO is referenced by following:
APPLSYS
FND_OAM_BF_COMP_INFO#
|
|
|
|