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


VIEW: APPS.IGI_EXP_WKF_FLOWS

Object Details
Object Name: IGI_EXP_WKF_FLOWS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGI.IGI_EXP_WKF_FLOWS
Subobject Name:
Status: VALID

View Type

A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.


IGI_EXP_WKF_FLOWS is multiorg view based on table IGI_EXP_WKF_FLOWS_ALL


[View Source]

Columns
Name Datatype Length Mandatory Comments
WKF_ID NUMBER
Yes Workflow identifier
FLOW_ID NUMBER
Yes Individual flow identifier
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
CREATION_DATE DATE

Standard who column - date when this row was created.
CREATED_BY NUMBER

Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
ORG_ID NUMBER

Organization identifier
Query Text

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


SELECT WKF_ID
,      FLOW_ID
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ORG_ID
FROM APPS.IGI_EXP_WKF_FLOWS;

Dependencies

[top of page]

APPS.IGI_EXP_WKF_FLOWS references the following:

SchemaAPPS
SynonymIGI_EXP_WKF_FLOWS_ALL

APPS.IGI_EXP_WKF_FLOWS is not referenced by any database object