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


VIEW: APPS.PA_COMPETENCES_AMG_V

Object Details
Object Name: PA_COMPETENCES_AMG_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_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 that can be added to project requirements


[View Source]

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

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;

Dependencies

[top of page]

APPS.PA_COMPETENCES_AMG_V references the following:

SchemaAPPS
SynonymPER_COMPETENCES

APPS.PA_COMPETENCES_AMG_V is not referenced by any database object