[Home] [Help]
[Dependency Information]
| Object Name: | PA_RESOURCES_DENORM |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_RESOURCES_DENORM
|
| Subobject Name: | |
| Status: | VALID |
PA_RESOURCES_DENORM stores the denormalized form of resource information including the operating unit which is derived from the resource organization.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_RESOURCES_DENORM_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PERSON_ID
RESOURCE_EFFECTIVE_START_DATE
|
| PA_RESOURCES_DENORM_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
MANAGER_ID
RESOURCE_EFFECTIVE_START_DATE
RESOURCE_EFFECTIVE_END_DATE
|
| PA_RESOURCES_DENORM_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RESOURCE_ID
|
| PA_RESOURCES_DENORM_N4 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RESOURCE_ORGANIZATION_ID
RESOURCE_EFFECTIVE_START_DATE
|
| PA_RESOURCES_DENORM_N5 | FUNCTION-BASED NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
UPPER("RESOURCE_NAME")
|
| PA_RESOURCES_DENORM_N6 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RESOURCE_JOB_LEVEL
SCHEDULABLE_FLAG
RESOURCE_EFFECTIVE_START_DATE
RESOURCE_EFFECTIVE_END_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_ID | NUMBER | Yes | The identifier of the person | |
| RESOURCE_ID | NUMBER | Yes | The identifier of the resource | |
| RESOURCE_NAME | VARCHAR2 | (240) | Yes | The name of the resource |
| RESOURCE_TYPE | VARCHAR2 | (60) | Yes | The type of the resource (Employee, Contractor, etc...) |
| RESOURCE_ORGANIZATION_ID | NUMBER | Yes | The identifier of the organization to which the resource belongs | |
| RESOURCE_COUNTRY_CODE | VARCHAR2 | (2) | The identifier of the country to which the resource belongs | |
| RESOURCE_COUNTRY | VARCHAR2 | (60) | The name of the country to which the resource belongs | |
| RESOURCE_REGION | VARCHAR2 | (120) | The region to which the resource belongs | |
| RESOURCE_CITY | VARCHAR2 | (30) | The city to which the resource belongs | |
| RESOURCE_JOB_LEVEL | NUMBER | The job level of the resource | ||
| RESOURCE_EFFECTIVE_START_DATE | DATE | Yes | The assignment start date of the resource within the organization | |
| RESOURCE_EFFECTIVE_END_DATE | DATE | The assignment end date of the resource within the organization | ||
| EMPLOYEE_FLAG | VARCHAR2 | (1) | Yes | Flag that indicates whether the resource is an employee |
| REQUEST_ID | NUMBER | Standard Who column | ||
| PROGRAM_APPLICATION_ID | NUMBER | Standard Who column | ||
| PROGRAM_ID | NUMBER | Standard Who column | ||
| PROGRAM_UPDATE_DATE | DATE | Standard Who column | ||
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Standard Who column | |
| MANAGER_ID | NUMBER | (15) | The identifier of the resource manager | |
| MANAGER_NAME | VARCHAR2 | (240) | The name of the resource manager | |
| JOB_ID | NUMBER | (15) | HR job id of the resource based on the corresponding HR primary assignment | |
| BILLABLE_FLAG | VARCHAR2 | (1) | Flag to denote if the resource is a billable or not | |
| UTILIZATION_FLAG | VARCHAR2 | (1) | Flag to denote if utilization needs to be done for this. | |
| RESOURCE_ORG_ID | NUMBER | Operating Unit of the resource | ||
| SCHEDULABLE_FLAG | VARCHAR2 | (1) | Identifies if the resource is schedulable or not | |
| RESOURCE_PERSON_TYPE | VARCHAR2 | (30) | Indicates whether the resource is an employee or contingent worker |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, RESOURCE_ID
, RESOURCE_NAME
, RESOURCE_TYPE
, RESOURCE_ORGANIZATION_ID
, RESOURCE_COUNTRY_CODE
, RESOURCE_COUNTRY
, RESOURCE_REGION
, RESOURCE_CITY
, RESOURCE_JOB_LEVEL
, RESOURCE_EFFECTIVE_START_DATE
, RESOURCE_EFFECTIVE_END_DATE
, EMPLOYEE_FLAG
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, MANAGER_ID
, MANAGER_NAME
, JOB_ID
, BILLABLE_FLAG
, UTILIZATION_FLAG
, RESOURCE_ORG_ID
, SCHEDULABLE_FLAG
, RESOURCE_PERSON_TYPE
FROM PA.PA_RESOURCES_DENORM;
PA.PA_RESOURCES_DENORM does not reference any database object
PA.PA_RESOURCES_DENORM is referenced by following:
APPS
PA_RESOURCES_DENORM
|
|
|
|