[Home] [Help]
[Dependency Information]
| Object Name: | PV_PARTNER_BUSINESS_USERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PV.PV_PARTNER_BUSINESS_USERS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USER_ID | NUMBER | User Id from FND_USER | ||
| USER_NAME | VARCHAR2 | (100) | USer Name from FND USER for a Resource. | |
| PARTNER_ID | NUMBER | Yes | Partner identifier | |
| RESOURCE_ID | NUMBER | Yes | Resource Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT USER_ID
, USER_NAME
, PARTNER_ID
, RESOURCE_ID
FROM APPS.PV_PARTNER_BUSINESS_USERS_V;
APPS
FND_USER
HZ_RELATIONSHIPS
JTF_AUTH_DOMAINS_B
JTF_AUTH_PERMISSIONS_B
JTF_AUTH_PRINCIPALS_B
JTF_AUTH_PRINCIPAL_MAPS
JTF_AUTH_ROLE_PERMS
JTF_RS_RESOURCE_EXTNS
PV_PARTNER_PROFILES
APPS
PV_USER_RESP_PVT
- show dependent code
|
|
|
|