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


VIEW: APPS.CS_KB_WF_FLOWS_VL

Object Details
Object Name: CS_KB_WF_FLOWS_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCS.CS_KB_WF_FLOWS_VL
Subobject Name:
Status: VALID

View Type

MultiLingual view (a language resolved view of the data.)


Knowledge Base Authoring Flows Multi Lingual View


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Id
FLOW_ID NUMBER (15) Yes Flow Identifer
BEGIN_DATE DATE

Start Date Active
END_DATE DATE

End Date Active
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
NAME VARCHAR2 (100) Yes Authoring Flow Name
DESCRIPTION VARCHAR2 (500)
Authoring Flow Description
Query Text

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


SELECT ROW_ID
,      FLOW_ID
,      BEGIN_DATE
,      END_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      NAME
,      DESCRIPTION
FROM APPS.CS_KB_WF_FLOWS_VL;

Dependencies

[top of page]

APPS.CS_KB_WF_FLOWS_VL references the following:

SchemaAPPS
SynonymCS_KB_WF_FLOWS_B
SynonymCS_KB_WF_FLOWS_TL

APPS.CS_KB_WF_FLOWS_VL is not referenced by any database object