[Home] [Help]
[Dependency Information]
| Object Name: | PA_COMPETENCES_AMG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_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 that can be added to project requirements
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COMPETENCE_ID | NUMBER | (15) | Yes | The identifier of the competence |
| COMPETENCE_NAME | VARCHAR2 | (700) | Yes | The name of the competence |
| COMPETENCE_ALIAS | VARCHAR2 | (30) | The alias of the competence | |
| DESCRIPTION | VARCHAR2 | (2000) | The description of the competence | |
| DATE_FROM | DATE | Yes | The date from which the competence is valid | |
| DATE_TO | DATE | The date to which the competence is valid | ||
| BUSINESS_GROUP_ID | NUMBER | (15) | The identifier of the business group of the competence |
Cut, paste (and edit) the following text to query this object:
SELECT COMPETENCE_ID
, COMPETENCE_NAME
, COMPETENCE_ALIAS
, DESCRIPTION
, DATE_FROM
, DATE_TO
, BUSINESS_GROUP_ID
FROM APPS.PA_COMPETENCES_AMG_V;
APPS
PER_COMPETENCES
APPS.PA_COMPETENCES_AMG_V is not referenced by any database object
|
|
|
|