[Home] [Help]
[Dependency Information]
| Object Name: | PA_REP_ALL_COMP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_REP_ALL_COMP_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COMPETENCE_ID | NUMBER | (15) | Yes | Internal identifier for the competence |
| COMPETENCE_ALIAS | VARCHAR2 | (30) | Competence Alias | |
| COMPETENCE_NAME | VARCHAR2 | (700) | Yes | Name of the competence |
| DESCRIPTION | VARCHAR2 | (2000) | Description of the competence | |
| BUSINESS_GROUP_ID | NUMBER | (15) | Internal identifier for the business group which the competence belong to | |
| BUSINESS_GROUP_NAME | VARCHAR2 | (240) | Businee group name which the competence belong to |
Cut, paste (and edit) the following text to query this object:
SELECT COMPETENCE_ID
, COMPETENCE_ALIAS
, COMPETENCE_NAME
, DESCRIPTION
, BUSINESS_GROUP_ID
, BUSINESS_GROUP_NAME
FROM APPS.PA_REP_ALL_COMP_V;
APPS
PER_BUSINESS_GROUPS
PER_COMPETENCES
APPS.PA_REP_ALL_COMP_V is not referenced by any database object
|
|
|
|