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


VIEW: APPS.PQH_REALLOC_TXN_PERIODS_V

Object Details
Object Name: PQH_REALLOC_TXN_PERIODS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPQH.PQH_REALLOC_TXN_PERIODS_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
REALLOCATION_PERIOD_ID NUMBER (15) Yes Primary Key
TRANSACTION_TYPE VARCHAR2 (30)
Donor / Receiver
BUDGET_PERIOD_ID NUMBER (15)
Budget Period FK for donor
ENTITY_ID NUMBER (15)
Entitiy Identifier for Receiver
START_DATE DATE

Receiver period Start Date
END_DATE DATE

Receiver period end Date
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
BDGT_TXN_DETAIL_ID NUMBER (15)
Budget Transaction Detail Identifier
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
Query Text

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


SELECT REALLOCATION_PERIOD_ID
,      TRANSACTION_TYPE
,      BUDGET_PERIOD_ID
,      ENTITY_ID
,      START_DATE
,      END_DATE
,      REALLOCATION_AMT
,      RESERVED_AMT
,      BDGT_TXN_DETAIL_ID
,      OBJECT_VERSION_NUMBER
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
FROM APPS.PQH_REALLOC_TXN_PERIODS_V;

Dependencies

[top of page]

APPS.PQH_REALLOC_TXN_PERIODS_V references the following:

SchemaAPPS
SynonymPQH_BDGT_POOL_REALLOCTIONS

APPS.PQH_REALLOC_TXN_PERIODS_V is not referenced by any database object