[Home] [Help]
[Dependency Information]
Object Name: | PA_REP_ORG_COM_RES_LST_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
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 |
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;
APPS.PA_REP_ORG_COM_RES_LST_V is not referenced by any database object
|
|
|