[Home] [Help]
[Dependency Information]
| Object Name: | POS_SUPPLIER_USERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | POS.POS_SUPPLIER_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 | (15) | Yes | User ID |
| USER_NAME | VARCHAR2 | (100) | Yes | User name |
| USER_END_DATE | DATE | End date of user account in fnd_user | ||
| PERSON_PARTY_ID | NUMBER | Party ID of the user | ||
| VENDOR_PARTY_ID | NUMBER | Party ID of the supplier | ||
| VENDOR_ID | NUMBER | Yes | Vendor ID | |
| RELATIONSHIP_ID | NUMBER | (15) | Yes | Relationship ID for the TCA relationship between supplier party and supplier user party |
| REL_PARTY_ID | NUMBER | (15) | Relationship party ID for the TCA relationship | |
| REL_END_DATE | DATE | End date of relationship in HZ_RELATIONSHIP |
Cut, paste (and edit) the following text to query this object:
SELECT USER_ID
, USER_NAME
, USER_END_DATE
, PERSON_PARTY_ID
, VENDOR_PARTY_ID
, VENDOR_ID
, RELATIONSHIP_ID
, REL_PARTY_ID
, REL_END_DATE
FROM APPS.POS_SUPPLIER_USERS_V;
APPS
AK_WEB_USER_SEC_ATTR_VALUES
FND_USER
HZ_PARTIES
HZ_RELATIONSHIPS
PO_VENDORS
APPS
PON_TCA_MERGE_PVT
- show dependent code
PON_USER_PROFILE_PKG
- show dependent code
POS_PARTY_MANAGEMENT_PKG
- show dependent code
POS_REQUEST_UTILS_PKG
- show dependent code
POS_SPM_WF_PKG1
- show dependent code
POS_VENDOR_UTIL_PKG
- show dependent code
PO_VENDORS_PVT
- show dependent code
WSH_SUPPLIER_PARTY
- show dependent code
|
|
|
|