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


TABLE: HR.PQH_BDGT_POOL_REALLOCTIONS

Object Details
Object Name: PQH_BDGT_POOL_REALLOCTIONS
Object Type: TABLE
Owner: HR
FND Design Data: TablePQH.PQH_BDGT_POOL_REALLOCTIONS
Subobject Name:
Status: VALID


Resource reallocation information for position


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PQH_BDGT_POOL_REALLOCTIONS
  1. ColumnREALLOCATION_ID
Indexes
Index Type Uniqueness Tablespace Column
PQH_BDGT_POOL_REALLOCTIONS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREALLOCATION_ID
PQH_BDGT_POOL_REALLOCTIONS_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPOOL_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
PQH_BDGT_POOL_REALLOCTIONS PQH_BDGT_POOL_REALLOCTIONS_FK1 TablePQH_BUDGET_POOLS PQH_BDGT_POOL_REALLOCTIONS POOL_ID
Columns
Name Datatype Length Mandatory Comments
REALLOCATION_ID NUMBER (15) Yes Primary Key
POSITION_ID NUMBER (15)
Position Identifier
POOL_ID NUMBER (15)
Pool identifier
REALLOCATION_AMT NUMBER

Amount contributed / received by position to/from the pool
RESERVED_AMT NUMBER

Amount not available for reallocation and reserved for future use of position
OBJECT_VERSION_NUMBER NUMBER (9) Yes Object version number
LAST_UPDATE_DATE DATE

Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
LAST_UPDATED_BY NUMBER (15)
Standard Who Column
TXN_DETAIL_ID NUMBER (15)
folder transaction identifier (FK)
TRANSACTION_TYPE VARCHAR2 (30)
Donor / Receiver
BUDGET_DETAIL_ID NUMBER (15)
Budget Detail Identifier (FK) Donor
BUDGET_PERIOD_ID NUMBER (15)
Budget Period Identifier (FK) Donor
ENTITY_ID NUMBER (15)
Receiver Entity Identifier; Entity Type deduced from transaction.
START_DATE DATE

Receiver period Start Date
END_DATE DATE

Receiver period end Date
Query Text

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


SELECT REALLOCATION_ID
,      POSITION_ID
,      POOL_ID
,      REALLOCATION_AMT
,      RESERVED_AMT
,      OBJECT_VERSION_NUMBER
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
,      TXN_DETAIL_ID
,      TRANSACTION_TYPE
,      BUDGET_DETAIL_ID
,      BUDGET_PERIOD_ID
,      ENTITY_ID
,      START_DATE
,      END_DATE
FROM HR.PQH_BDGT_POOL_REALLOCTIONS;

Dependencies

[top of page]

HR.PQH_BDGT_POOL_REALLOCTIONS does not reference any database object

HR.PQH_BDGT_POOL_REALLOCTIONS is referenced by following:

SchemaAPPS
SynonymPQH_BDGT_POOL_REALLOCTIONS
TriggerPQH_BDGT_POOL_REALLOCTIONS_WHO