[Home] [Help]
[Dependency Information]
| Object Name: | WF_FND_RESP_ROLES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FND.WF_FND_RESP_ROLES
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
Bulk Sync Directory Service Role View for Orig System FND_RESP
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NAME | VARCHAR2 | (89) | Internal name | |
| DISPLAY_NAME | VARCHAR2 | (100) | Yes | Name displayed to user |
| DESCRIPTION | VARCHAR2 | (240) | Description | |
| NOTIFICATION_PREFERENCE | CHAR | (5) | Preferred notification delivery method | |
| LANGUAGE | VARCHAR2 | (0) | Language | |
| TERRITORY | VARCHAR2 | (0) | Territory | |
| EMAIL_ADDRESS | VARCHAR2 | (0) | E-mail address | |
| FAX | VARCHAR2 | (0) | Fax number | |
| ORIG_SYSTEM | VARCHAR2 | (48) | Original system name | |
| ORIG_SYSTEM_ID | NUMBER | (15) | Yes | Unique identifier for the role in the above system |
| START_DATE | DATE | Yes | 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_RESP_ROLES;
APPS
FND_LANGUAGES
FND_RESPONSIBILITY
FND_RESPONSIBILITY_TL
APPS.WF_FND_RESP_ROLES is not referenced by any database object
|
|
|
|