[Home] [Help]
[Dependency Information]
Object Name: | POS_SUPPLIER_USERS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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;
|
|
|