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


TABLE: PJI.PJI_CA_ORG_F

Object Details
Object Name: PJI_CA_ORG_F
Object Type: TABLE
Owner: PJI
FND Design Data: TablePJI.PJI_CA_ORG_F
Subobject Name:
Status: VALID


This table stores resource availability data by expenditure organization.


Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 0
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PJI_CA_ORG_F_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnTIME_ID
ColumnEXPENDITURE_ORGANIZATION_ID
ColumnEXPENDITURE_ORG_ID
ColumnPERIOD_TYPE_ID
ColumnCALENDAR_TYPE
ColumnTHRESHOLD
ColumnAS_OF_DATE
Columns
Name Datatype Length Mandatory Comments
EXPENDITURE_ORGANIZATION_ID NUMBER (15)
The identifier of the organization that incurred the charges.
EXPENDITURE_ORG_ID NUMBER (15)
Operating unit identifier for multi-organization installations of expenditure item.
PERIOD_TYPE_ID NUMBER (15)
Period type
TIME_ID NUMBER (15)
Identifier of the time.
CALENDAR_TYPE VARCHAR2 (1)
Calendar type
THRESHOLD NUMBER

Bucket threshold
AS_OF_DATE NUMBER

Report date
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who has created this row.
LAST_UPDATE_DATE DATE
Yes Standard who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
AVAILABILITY NUMBER

Availability count
TOTAL_RES_COUNT NUMBER

Total resource count
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT EXPENDITURE_ORGANIZATION_ID
,      EXPENDITURE_ORG_ID
,      PERIOD_TYPE_ID
,      TIME_ID
,      CALENDAR_TYPE
,      THRESHOLD
,      AS_OF_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      AVAILABILITY
,      TOTAL_RES_COUNT
FROM PJI.PJI_CA_ORG_F;

Dependencies

[top of page]

PJI.PJI_CA_ORG_F does not reference any database object

PJI.PJI_CA_ORG_F is referenced by following:

SchemaAPPS
Materialized ViewPJI_CA_ORGO_F_MV
SynonymPJI_CA_ORG_F