[Home] [Help]
[Dependency Information]
| Object Name: | PA_RES_AVAILABILITY |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_RES_AVAILABILITY
|
| Subobject Name: | |
| Status: | VALID |
PA_RES_AVAILABILITY is a table storing available/overcommitted percent and hours of a resource for a given period.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_RES_AVAILABILITY_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RESOURCE_ID
START_DATE
RECORD_TYPE
PERCENT
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESOURCE_ID | NUMBER | (15) | Yes | Identifier of the resource |
| START_DATE | DATE | Yes | The start date of the availability or overcommitment of the resource | |
| END_DATE | DATE | The end date of the availability or overcommitment of the resource | ||
| RECORD_TYPE | VARCHAR2 | (2) | Yes | Indicates if the record stores only confirmed or confirmed and provisional data for availability and overcommitment |
| PERCENT | NUMBER | Percent available or overcommitted based on capacity | ||
| HOURS | NUMBER | Number of hours the resource is available or overcommitted in the period | ||
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_ID
, START_DATE
, END_DATE
, RECORD_TYPE
, PERCENT
, HOURS
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_RES_AVAILABILITY;
PA.PA_RES_AVAILABILITY does not reference any database object
PA.PA_RES_AVAILABILITY is referenced by following:
APPS
PA_RES_AVAILABILITY
|
|
|
|