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


VIEW: APPS.IGI_EXP_WKF_STEP

Object Details
Object Name: IGI_EXP_WKF_STEP
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGI.IGI_EXP_WKF_STEP
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_STEP is a multiorg view based on table IGI_EXP_WKF_STEP_ALL


[View Source]

Columns
Name Datatype Length Mandatory Comments
WKF_ID NUMBER
Yes Workflow identifier
FLOW_ID NUMBER
Yes Individual flow identifier
STEP_NO NUMBER
Yes Step number
POSITION_STRUCTURE_ID NUMBER
Yes Human resource position structure identifier as defined through the position hierarchy form
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATED_BY NUMBER

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

Standard who column - date when this row was created.
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
,      STEP_NO
,      POSITION_STRUCTURE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      ORG_ID
FROM APPS.IGI_EXP_WKF_STEP;

Dependencies

[top of page]

APPS.IGI_EXP_WKF_STEP references the following:

SchemaAPPS
SynonymIGI_EXP_WKF_STEP_ALL
APPS.IGI_EXP_WKF_STEP is referenced by following:

SchemaAPPS
ViewIGI_EXP_POSITION_ACTION_V