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


VIEW: APPS.PA_REP_ORG_COM_RES_LST_V

Object Details
Object Name: PA_REP_ORG_COM_RES_LST_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_REP_ORG_COM_RES_LST_V
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view

[View Source]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER (15) Yes Internal identifier for the Organization
ORGANIZATION_NAME VARCHAR2 (240) Yes Name of the organization
COMPETENCE_ID NUMBER (15) Yes Internal identifier for the competence
COMPETENCE_NAME VARCHAR2 (700) Yes Name of the competence
PERSON_NAME VARCHAR2 (240) Yes Name of the person
PERSON_ID NUMBER
Yes Internal identifier for the person
PROFICIENCY_LEVEL NUMBER (15)
Proficiency level of the person
MANAGER_NAME VARCHAR2 (240)
Resource manager name of the person
MANAGER_ID NUMBER (15)
Internal identifier for the resource manager
JOB_NAME VARCHAR2 (700)
Jon name of the person
JOB_ID NUMBER (15) Yes Internal identifier for the job
PROJECT_JOB_LEVEL NUMBER

Project job level of the person
PROJECT_JOB_CODE VARCHAR2 (150)
Project job code of the person
SCHEDULABLE_FLAG VARCHAR2 (1)
Indicates if the resource is schedulable
LOCATION VARCHAR2 (156)
Location of the person
PERSON_TYPE VARCHAR2 (30)
Person Type of the resource
Query Text

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


SELECT ORGANIZATION_ID
,      ORGANIZATION_NAME
,      COMPETENCE_ID
,      COMPETENCE_NAME
,      PERSON_NAME
,      PERSON_ID
,      PROFICIENCY_LEVEL
,      MANAGER_NAME
,      MANAGER_ID
,      JOB_NAME
,      JOB_ID
,      PROJECT_JOB_LEVEL
,      PROJECT_JOB_CODE
,      SCHEDULABLE_FLAG
,      LOCATION
,      PERSON_TYPE
FROM APPS.PA_REP_ORG_COM_RES_LST_V;

Dependencies

[top of page]

APPS.PA_REP_ORG_COM_RES_LST_V references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
ViewHR_ORGANIZATION_UNITS
PL/SQL PackageHR_PERSON_NAME - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
SynonymPA_RESOURCES_DENORM
SynonymPER_COMPETENCES
SynonymPER_COMPETENCE_ELEMENTS
SynonymPER_JOBS
SynonymPER_JOB_EXTRA_INFO
ViewPER_PEOPLE_F
SynonymPER_RATING_LEVELS

APPS.PA_REP_ORG_COM_RES_LST_V is not referenced by any database object