[Home] [Help]
[Dependency Information]
Object Name: | WF_FND_USR_ROLES |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
MultiLingual view (a language resolved view of the data.)
Bulk Sync Directory Service Role View for Orig System FND_USER and PER
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NAME | VARCHAR2 | (100) | Internal name | |
DISPLAY_NAME | VARCHAR2 | (360) | Name displayed to user | |
DESCRIPTION | VARCHAR2 | (1000) | Description | |
NOTIFICATION_PREFERENCE | VARCHAR2 | (240) | Preferred notification delivery method | |
LANGUAGE | VARCHAR2 | (240) | Language | |
TERRITORY | VARCHAR2 | (240) | Territory | |
EMAIL_ADDRESS | VARCHAR2 | (320) | E-mail address | |
FAX | VARCHAR2 | (80) | Fax number | |
ORIG_SYSTEM | VARCHAR2 | (7) | Original system name | |
ORIG_SYSTEM_ID | NUMBER | unique identifier for the role in the above system | ||
START_DATE | DATE | Date | ||
STATUS | VARCHAR2 | (8) | Indicated if available to participate in a workflow process | |
EXPIRATION_DATE | DATE | Date workflow expires | ||
SECURITY_GROUP_ID | VARCHAR2 | (0) | Security Group ID | |
USER_FLAG | CHAR | (1) | Indicates whether this is a user or not. | |
PARTITION_ID | NUMBER | This ID associates a particular orig system to determine which partition this orig system should be in. |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, DISPLAY_NAME
, DESCRIPTION
, NOTIFICATION_PREFERENCE
, LANGUAGE
, TERRITORY
, EMAIL_ADDRESS
, FAX
, ORIG_SYSTEM
, ORIG_SYSTEM_ID
, START_DATE
, STATUS
, EXPIRATION_DATE
, SECURITY_GROUP_ID
, USER_FLAG
, PARTITION_ID
FROM APPS.WF_FND_USR_ROLES;
APPS.WF_FND_USR_ROLES is not referenced by any database object
|
|
|