DBA Data[Home] [Help] [Dependency Information]


TABLE: APPLSYS.FND_OAM_BF_ROLLUP_INFO

Object Details
Object Name: FND_OAM_BF_ROLLUP_INFO
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_OAM_BF_ROLLUP_INFO
Subobject Name:
Status: VALID


This table stores the health indicator information for business flows


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 20
PCT Used:
Columns
Name Datatype Length Mandatory Comments
BIZ_FLOW_KEY VARCHAR2 (40) Yes Business flow key
COUNT_ALERTS NUMBER

Count of new or open system alerts for this flow
COUNT_ERRORED_REQUESTS NUMBER

Count of errored concurrent requests within the last 24 hours for this flow
COUNT_ERRORED_WORK_ITEMS NUMBER

Count of errored work items for this flow
SETUP_STATUS NUMBER

Setup status for this flow
TEST_STATUS NUMBER

Test status for this flow
DIAGNOSTIC_TEST_STATUS NUMBER

Diagnostic test status for this flow
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 for this flow.
COUNT_FORM_SESSIONS NUMBER

Count of active form sessions for this flow.
COUNT_SSF_SESSIONS NUMBER

Count of self-service fwk sessions for this flow.
COUNT_ACTIVE_WORK_ITEMS NUMBER

Count of active work items belonging to this flow.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT BIZ_FLOW_KEY
,      COUNT_ALERTS
,      COUNT_ERRORED_REQUESTS
,      COUNT_ERRORED_WORK_ITEMS
,      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
,      COUNT_ACTIVE_WORK_ITEMS
FROM APPLSYS.FND_OAM_BF_ROLLUP_INFO;

Dependencies

[top of page]

APPLSYS.FND_OAM_BF_ROLLUP_INFO does not reference any database object

APPLSYS.FND_OAM_BF_ROLLUP_INFO is referenced by following:

SchemaAPPS
SynonymFND_OAM_BF_ROLLUP_INFO