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


VIEW: APPS.WF_FND_RESP_UR

Object Details
Object Name: WF_FND_RESP_UR
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFND.WF_FND_RESP_UR
Subobject Name:
Status: VALID

View Type

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


Bulk Sync Directory Service User Role View for Role Orig System FND_RESP


[View Source]

Columns
Name Datatype Length Mandatory Comments
USER_NAME VARCHAR2 (100) Yes User Name
USER_ORIG_SYSTEM VARCHAR2 (7)
Identifies the source of the user name
USER_ORIG_SYSTEM_ID NUMBER

Unique identifier of user in the original system
ROLE_NAME VARCHAR2 (89)
Internal name of the role
ROLE_ORIG_SYSTEM VARCHAR2 (48)
Identifies the source of the role name
ROLE_ORIG_SYSTEM_ID NUMBER (15) Yes Unique identifier of the role in the original system
START_DATE DATE

Start date
EXPIRATION_DATE DATE

Date workflow expires
SECURITY_GROUP_ID VARCHAR2 (0)
Security Group ID
PARTITION_ID NUMBER

This ID associates a particular orig system to determine which partition this orig system should be in.
Query Text

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


SELECT USER_NAME
,      USER_ORIG_SYSTEM
,      USER_ORIG_SYSTEM_ID
,      ROLE_NAME
,      ROLE_ORIG_SYSTEM
,      ROLE_ORIG_SYSTEM_ID
,      START_DATE
,      EXPIRATION_DATE
,      SECURITY_GROUP_ID
,      PARTITION_ID
FROM APPS.WF_FND_RESP_UR;

Dependencies

[top of page]

APPS.WF_FND_RESP_UR references the following:

SchemaAPPS
PL/SQL PackageFND_DATE - show dependent code
SynonymFND_RESPONSIBILITY
SynonymFND_USER
ViewFND_USER_RESP_GROUPS

APPS.WF_FND_RESP_UR is not referenced by any database object