DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.POS_SUPPLIER_USERS_V

Object Details
Object Name: POS_SUPPLIER_USERS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPOS.POS_SUPPLIER_USERS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.POS_SUPPLIER_USERS_V references the following:

SchemaAPPS
SynonymAK_WEB_USER_SEC_ATTR_VALUES
SynonymFND_USER
SynonymHZ_PARTIES
SynonymHZ_RELATIONSHIPS
ViewPO_VENDORS
APPS.POS_SUPPLIER_USERS_V is referenced by following:

SchemaAPPS
Package BodyPON_TCA_MERGE_PVT - show dependent code
Package BodyPON_USER_PROFILE_PKG - show dependent code
Package BodyPOS_PARTY_MANAGEMENT_PKG - show dependent code
Package BodyPOS_REQUEST_UTILS_PKG - show dependent code
Package BodyPOS_SPM_WF_PKG1 - show dependent code
Package BodyPOS_VENDOR_UTIL_PKG - show dependent code
Package BodyPO_VENDORS_PVT - show dependent code
Package BodyWSH_SUPPLIER_PARTY - show dependent code