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


VIEW: APPS.IGI_EXP_WKF_PROFILE

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


[View Source]

Columns
Name Datatype Length Mandatory Comments
WKF_ID NUMBER (15) Yes Workflow identifier
WKF_NAME VARCHAR2 (30) Yes Workflow name
WKF_ENABLED VARCHAR2 (1) Yes Flag to indicate whether the workflow is enabled. Values are Y for yes and N for no.
LAST_UPDATED_BY NUMBER (15) 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 (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
DOS_WKF VARCHAR2 (1)
Flag to indicate whether the workflow is a Dossier workflow. Values are Y for yes and N for no.
EXP_WKF VARCHAR2 (1)
Flag to indicate whether the workflow is a Exchange Protocol workflow. Values are Y for yes and N for no.
ORG_ID NUMBER

Organization identifier
Query Text

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


SELECT WKF_ID
,      WKF_NAME
,      WKF_ENABLED
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      DOS_WKF
,      EXP_WKF
,      ORG_ID
FROM APPS.IGI_EXP_WKF_PROFILE;

Dependencies

[top of page]

APPS.IGI_EXP_WKF_PROFILE references the following:

SchemaAPPS
SynonymIGI_EXP_WKF_PROFILE_ALL
APPS.IGI_EXP_WKF_PROFILE is referenced by following:

SchemaAPPS
ViewIGI_EXP_WKF_ASSIGN_V