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


VIEW: APPS.PV_RESOURCE_INFO_V

Object Details
Object Name: PV_RESOURCE_INFO_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPV.PV_RESOURCE_INFO_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
RSC_USER_ID NUMBER

User identifier from FND_USER
RSC_RESOURCE_ID NUMBER
Yes Resource Identifier
RSC_CONTACT_ID NUMBER

Contact identifier - foreign key to HZ_ORG_CONTACTS.
RSC_CATEGORY_ID VARCHAR2 (30) Yes Category of Resource. Validating from JTF_OBJECTS_VL. Allowed values: EMPLOYEE, PARTNER, PARTY, SUPPLIER_CONTACT, OTHER
RSC_RELATIONSHIP VARCHAR2 (30) Yes The relationship type name. For example, CUSTOMER_SUPPLIER
RSC_PARTY_ID NUMBER (15) Yes Party identifier
RSC_PARTY_NAME VARCHAR2 (360) Yes Party name
PARTNER_PARTY_ID NUMBER (15) Yes Partner identifier
PARTNER_PARTY_NAME VARCHAR2 (360) Yes Partner name
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RSC_USER_ID
,      RSC_RESOURCE_ID
,      RSC_CONTACT_ID
,      RSC_CATEGORY_ID
,      RSC_RELATIONSHIP
,      RSC_PARTY_ID
,      RSC_PARTY_NAME
,      PARTNER_PARTY_ID
,      PARTNER_PARTY_NAME
FROM APPS.PV_RESOURCE_INFO_V;

Dependencies

[top of page]

APPS.PV_RESOURCE_INFO_V references the following:

SchemaAPPS
SynonymHZ_ORG_CONTACTS
SynonymHZ_PARTIES
SynonymHZ_RELATIONSHIPS
SynonymJTF_RS_RESOURCE_EXTNS
APPS.PV_RESOURCE_INFO_V is referenced by following:

SchemaAPPS
Package BodyOZF_BUDGETAPPROVAL_PVT - show dependent code