[Home] [Help]
[Dependency Information]
| Object Name: | PJI_RESOURCES_DENORM |
|---|---|
| Object Type: | TABLE |
| Owner: | PJI |
| FND Design Data: | PJI.PJI_RESOURCES_DENORM
|
| Subobject Name: | |
| Status: | VALID |
PJI_RESOURCES_DENORM stores the denormalized form of resource information including the operating unit which is derived from the resource organization
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 0 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PJI_RESOURCES_DENORM_N1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
PERSON_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_ID | NUMBER | (15) | Person Identifier of the resource | |
| RESOURCE_ID | NUMBER | (15) | Resource Identifier of the resource | |
| RESOURCE_NAME | VARCHAR2 | (240) | Name of the resource | |
| START_DATE | DATE | Start Date of the resource | ||
| END_DATE | DATE | End Date of the resource | ||
| JOB_ID | NUMBER | (15) | Job Identifier of the resource | |
| ORGANIZATION_ID | NUMBER | (15) | Organization Identifier of the resource | |
| UTILIZATION_FLAG | VARCHAR2 | (1) | Flag to Check the Utilization of the resource |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, RESOURCE_ID
, RESOURCE_NAME
, START_DATE
, END_DATE
, JOB_ID
, ORGANIZATION_ID
, UTILIZATION_FLAG
FROM PJI.PJI_RESOURCES_DENORM;
PJI.PJI_RESOURCES_DENORM does not reference any database object
PJI.PJI_RESOURCES_DENORM is referenced by following:
APPS
PJI_RESOURCES_DENORM
|
|
|
|