[Home] [Help]
[Dependency Information]
| Object Name: | PA_COMPETENCE_CRITERIA_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_COMPETENCE_CRITERIA_TEMP
|
| Subobject Name: | |
| Status: | VALID |
PA.PA_COMPETENCE_CRITERIA_TEMP is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$TRANSACTION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_COMPETENCE_CRITERIA_TEMP_N1 | NORMAL | NONUNIQUE |
|
COMPETENCE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COMPETENCE_ID | NUMBER | |||
| COMPETENCE_NAME | VARCHAR2 | (240) | ||
| RATING_LEVEL | NUMBER | |||
| MANDATORY_FLAG | VARCHAR2 | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT COMPETENCE_ID
, COMPETENCE_NAME
, RATING_LEVEL
, MANDATORY_FLAG
FROM PA.PA_COMPETENCE_CRITERIA_TEMP;
PA.PA_COMPETENCE_CRITERIA_TEMP does not reference any database object
PA.PA_COMPETENCE_CRITERIA_TEMP is referenced by following:
APPS
PA_COMPETENCE_CRITERIA_TEMP
|
|
|
|