[Home] [Help]
[Dependency Information]
| Object Name: | PV_RESOURCE_INFO_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PV.PV_RESOURCE_INFO_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 |
|---|---|---|---|---|
| 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 |
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;
APPS
HZ_ORG_CONTACTS
HZ_PARTIES
HZ_RELATIONSHIPS
JTF_RS_RESOURCE_EXTNS
APPS
OZF_BUDGETAPPROVAL_PVT
- show dependent code
|
|
|
|