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


TABLE: FLM.FLM_EKB_RUN_DETAILS

Object Details
Object Name: FLM_EKB_RUN_DETAILS
Object Type: TABLE
Owner: FLM
FND Design Data: TableFLM.FLM_EKB_RUN_DETAILS
Subobject Name:
Status: VALID


This table stores information regarding the execution of eKanban Metric concurrent programs.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FLM_EKB_RUN_DETAILS_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnORGANIZATION_ID
Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER
Yes Organization ID
ACTUAL_DEMAND_RUN_DATE DATE

Last run date of Actual Demand calculation program
LAST_DEMAND_REQUEST_ID NUMBER

Concurrent request ID of last Actual Demand calculation process
LEAD_TIME_RUN_DATE DATE

Last run date of Lead Time calculation program
LAST_LEAD_TIME_REQUEST_ID NUMBER

Concurrent request ID of last Lead Time calculation process
HEALTH_STATUS_RUN_DATE DATE

Last run date of Health Status calculation program
LAST_HEALTH_STATUS_REQUEST_ID NUMBER

Concurrent request ID of last Health Status calculation process
UNMOVED_CARDS_RUN_DATE DATE

Last run date of Unmoved Cards calculation program
LAST_UNMOVED_CARDS_REQUEST_ID NUMBER

Concurrent request ID of last Unmoved cards calculation process
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT ORGANIZATION_ID
,      ACTUAL_DEMAND_RUN_DATE
,      LAST_DEMAND_REQUEST_ID
,      LEAD_TIME_RUN_DATE
,      LAST_LEAD_TIME_REQUEST_ID
,      HEALTH_STATUS_RUN_DATE
,      LAST_HEALTH_STATUS_REQUEST_ID
,      UNMOVED_CARDS_RUN_DATE
,      LAST_UNMOVED_CARDS_REQUEST_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM FLM.FLM_EKB_RUN_DETAILS;

Dependencies

[top of page]

FLM.FLM_EKB_RUN_DETAILS does not reference any database object

FLM.FLM_EKB_RUN_DETAILS is referenced by following:

SchemaFLM
ViewFLM_EKB_RUN_DETAILS#