[Home] [Help]
[Dependency Information]
| Object Name: | PA_REQMNT_COMPETENCES_AMG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_REQMNT_COMPETENCES_AMG_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view shows all competences for a project requirement.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REQUIREMENT_ID | NUMBER | (15) | The identifier of the requirement to which the competence belongs | |
| REQUIREMENT_NAME | VARCHAR2 | (80) | Yes | The name of the requirement to which the competence belongs |
| REQUIREMENT_START_DATE | DATE | The start date of the requirement to which the competence belongs | ||
| REQUIREMENT_END_DATE | DATE | The end date of the requirement to which the competence belongs | ||
| PROJECT_ID | NUMBER | The identifier of the project to which the requirement belongs | ||
| PROJECT_NAME | VARCHAR2 | (30) | Yes | The name of the project to which the requirement belongs |
| PROJECT_NUMBER | VARCHAR2 | (25) | Yes | The number of the project to which the requirement belongs |
| COMPETENCE_ELEMENT_ID | NUMBER | (15) | Yes | The identifier of the project requirement competence |
| COMPETENCE_ID | NUMBER | (15) | The identifier of the competence | |
| COMPETENCE_NAME | VARCHAR2 | (700) | Yes | The name of the competence |
| COMPETENCE_ALIAS | VARCHAR2 | (30) | The alias of the competence | |
| RATING_LEVEL_ID | NUMBER | (15) | The identifier of the rating level of the competence | |
| RATING_LEVEL_VALUE | NUMBER | (15) | The value of the rating level of the competence | |
| MANDATORY_FLAG | VARCHAR2 | (30) | Flag indicating whether the competence is mandatory for the requirement or not | |
| RECORD_VERSION_NUMBER | NUMBER | (9) | Yes | The system-generated version of the project requirement competence record |
| BUSINESS_GROUP_ID | NUMBER | (15) | The identifier of the business group of the competence | |
| CREATION_DATE | DATE | The creation date of the project requirement competence | ||
| LAST_UPDATE_DATE | DATE | The last updated date of the project requirement competence |
Cut, paste (and edit) the following text to query this object:
SELECT REQUIREMENT_ID
, REQUIREMENT_NAME
, REQUIREMENT_START_DATE
, REQUIREMENT_END_DATE
, PROJECT_ID
, PROJECT_NAME
, PROJECT_NUMBER
, COMPETENCE_ELEMENT_ID
, COMPETENCE_ID
, COMPETENCE_NAME
, COMPETENCE_ALIAS
, RATING_LEVEL_ID
, RATING_LEVEL_VALUE
, MANDATORY_FLAG
, RECORD_VERSION_NUMBER
, BUSINESS_GROUP_ID
, CREATION_DATE
, LAST_UPDATE_DATE
FROM APPS.PA_REQMNT_COMPETENCES_AMG_V;
APPS
PA_PROJECTS_ALL
PA_PROJECT_ASSIGNMENTS
PER_COMPETENCES
PER_COMPETENCE_ELEMENTS
PER_RATING_LEVELS
APPS.PA_REQMNT_COMPETENCES_AMG_V is not referenced by any database object
|
|
|
|