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


TABLE: PJI.PJI_RESOURCES_DENORM

Object Details
Object Name: PJI_RESOURCES_DENORM
Object Type: TABLE
Owner: PJI
FND Design Data: TablePJI.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


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 0
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PJI_RESOURCES_DENORM_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnPERSON_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

PJI.PJI_RESOURCES_DENORM does not reference any database object

PJI.PJI_RESOURCES_DENORM is referenced by following:

SchemaAPPS
SynonymPJI_RESOURCES_DENORM