[Home] [Help]
[Dependency Information]
| Object Name: | WF_AMV_APPR_UR |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FND.WF_AMV_APPR_UR
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
Bulk Sync Directory Service User Role View for Role Orig System AMV_APPR
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USER_NAME | VARCHAR2 | (100) | User Name | |
| USER_ORIG_SYSTEM | CHAR | (3) | Identifies the source of the user name | |
| USER_ORIG_SYSTEM_ID | NUMBER | (10) | Unique identifier of user in the original system | |
| ROLE_NAME | CHAR | (8) | Internal name of the role | |
| ROLE_ORIG_SYSTEM | CHAR | (8) | Identifies the source of the role name | |
| ROLE_ORIG_SYSTEM_ID | NUMBER | 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. |
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_AMV_APPR_UR;
APPS
FND_USER
JTF_RS_GROUPS_B
JTF_RS_GROUP_MEMBERS
JTF_RS_GROUP_USAGES
JTF_RS_RESOURCE_EXTNS
JTF_RS_ROLES_B
JTF_RS_ROLE_RELATIONS
PER_ALL_PEOPLE_F
APPS.WF_AMV_APPR_UR is not referenced by any database object
|
|
|
|