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


VIEW: APPS.PA_REQMNT_COMPETENCES_AMG_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view shows all competences for a project requirement.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.PA_REQMNT_COMPETENCES_AMG_V references the following:

SchemaAPPS
SynonymPA_PROJECTS_ALL
SynonymPA_PROJECT_ASSIGNMENTS
SynonymPER_COMPETENCES
SynonymPER_COMPETENCE_ELEMENTS
SynonymPER_RATING_LEVELS

APPS.PA_REQMNT_COMPETENCES_AMG_V is not referenced by any database object