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


VIEW: APPS.PA_C_ELIG_RESOURCE_V

Object Details
Object Name: PA_C_ELIG_RESOURCE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_C_ELIG_RESOURCE_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
RESOURCE_SOURCE_ID NUMBER (10)
Internal identifier for the eligible resource source
RESOURCE_ID NUMBER (15)
Internal identifier for the eligible resource
RESOURCE_NAME VARCHAR2 (4000)
Full Name of the eligible resource.
RESOURCE_FIRST_NAME VARCHAR2 (150)
First Name of the eligible resource.
RESOURCE_LAST_NAME VARCHAR2 (150)
Last Name of the eligible resource.
RESOURCE_MIDDLE_NAMES VARCHAR2 (60)
Middle Names of the eligible resource.
RESOURCE_TYPE VARCHAR2 (30)
Resource type of the eligible resource.
RESOURCE_TYPE_ID NUMBER (15)
Internal identifier for the resource type of the eligible resource.
RESOURCE_NUMBER VARCHAR2 (30)
Visible identifier for the eligible resource.
RESOURCE_ORGANIZATION_ID NUMBER (15)
Internal identifier of the organization assignment for the eligible resource.
RESOURCE_ORGANIZATION_NAME VARCHAR2 (240)
Organization name of the assignment for the eligible resource.
ASSIGNMENT_START_DATE DATE

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_ORG_OU_ID VARCHAR2 (0)
Internal identifier for the operating unit of the eligible resource.
RESOURCE_ORG_OU_NAME VARCHAR2 (0)
Name of the operating unit of the eligible resource.
PERSON_TYPE CHAR (3)
RESOURCE_EMAIL_ADDRESS VARCHAR2 (240)
Email Address of the eligible resource.
Query Text

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_ORG_OU_ID
,      RESOURCE_ORG_OU_NAME
,      PERSON_TYPE
,      RESOURCE_EMAIL_ADDRESS
FROM APPS.PA_C_ELIG_RESOURCE_V;

Dependencies

[top of page]

APPS.PA_C_ELIG_RESOURCE_V references the following:

SchemaAPPS
SynonymHR_ALL_ORGANIZATION_UNITS_TL
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_PERSON_NAME - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
SynonymPA_ALL_ORGANIZATIONS
SynonymPA_RESOURCES
SynonymPA_RESOURCE_TXN_ATTRIBUTES
SynonymPA_RESOURCE_TYPES
PL/SQL PackagePA_RESOURCE_UTILS - show dependent code
ViewPER_ASSIGNMENTS_F
SynonymPER_ASSIGNMENT_STATUS_TYPES
SynonymPER_JOB_EXTRA_INFO
ViewPER_PEOPLE_F
APPS.PA_C_ELIG_RESOURCE_V is referenced by following:

SchemaAPPS
ViewPA_PROJECT_ASSIGNMENTS_RES_V
ViewPA_RESOURCES_AMG_V
Package BodyPA_RES_MANAGEMENT_AMG_PUB - show dependent code