[Home] [Help]
[Dependency Information]
| Object Name: | PA_C_RES_DENORM_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_C_RES_DENORM_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 |
|---|---|---|---|---|
| RESOURCE_SOURCE_ID | NUMBER | (10) | Yes | Internal identifier for the eligible resource source |
| RESOURCE_ID | NUMBER | (15) | Internal identifier for the eligible resource | |
| RESOURCE_NAME | VARCHAR2 | (240) | Yes | Full Name of the eligible resource. |
| RESOURCE_FIRST_NAME | VARCHAR2 | (0) | First Name of the eligible resource. | |
| RESOURCE_LAST_NAME | VARCHAR2 | (0) | Last Name of the eligible resource. | |
| RESOURCE_MIDDLE_NAMES | VARCHAR2 | (0) | Middle Names of the eligible resource. | |
| RESOURCE_TYPE | VARCHAR2 | (0) | Resource type of the eligible resource. | |
| RESOURCE_TYPE_ID | VARCHAR2 | (0) | Internal identifier for the resource type of the eligible resource. | |
| RESOURCE_NUMBER | VARCHAR2 | (30) | Visible identifier for the eligible resource. | |
| RESOURCE_ORGANIZATION_ID | NUMBER | Yes | Internal identifier for the organization assignment of the eligible res ource. | |
| RESOURCE_ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | |
| ASSIGNMENT_START_DATE | DATE | Yes | Effective start date of an assignment for the eligible resource. | |
| ASSIGNMENT_END_DATE | DATE | Effective end date of an assignment for the eligible resource. | ||
| RESOURCE_EMAIL_ADDRESS | VARCHAR2 | (240) | Email address for the eligible resource. | |
| RESOURCE_PERSON_TYPE | VARCHAR2 | (80) | Yes | Person Type for the eligible resource. |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_SOURCE_ID
, RESOURCE_ID
, RESOURCE_NAME
, RESOURCE_FIRST_NAME
, RESOURCE_LAST_NAME
, RESOURCE_MIDDLE_NAMES
, RESOURCE_TYPE
, RESOURCE_TYPE_ID
, RESOURCE_NUMBER
, RESOURCE_ORGANIZATION_ID
, RESOURCE_ORGANIZATION_NAME
, ASSIGNMENT_START_DATE
, ASSIGNMENT_END_DATE
, RESOURCE_EMAIL_ADDRESS
, RESOURCE_PERSON_TYPE
FROM APPS.PA_C_RES_DENORM_V;
APPS
FND_LOOKUP_VALUES
HR_ALL_ORGANIZATION_UNITS_TL
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
PA_RESOURCES_DENORM
PA_RESOURCE_TXN_ATTRIBUTES
PER_PEOPLE_F
APPS.PA_C_RES_DENORM_V is not referenced by any database object
|
|
|
|