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


VIEW: APPS.IGI_IAC_REVALUATIONS_V

Object Details
Object Name: IGI_IAC_REVALUATIONS_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.


IGI_IAC_REVALUATIONS stores revaluations information for a book and period.


[View Source]

Columns
Name Datatype Length Mandatory Comments
TRANSACTION_HEADER_ID NUMBER (15) Yes Sequence generated identifer to uniquely identify the record in the Dictionary
BOOK_TYPE_CODE VARCHAR2 (15) Yes Book Identifier
REVALUATION_DATE DATE
Yes The End date of the Revaluation Period
REVALUATION_PERIOD NUMBER (15)
Period for which the Revaluation is Executed
STATUS VARCHAR2 (15) Yes Status of the Revaluation Concurrent Process
Query Text

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


SELECT TRANSACTION_HEADER_ID
,      BOOK_TYPE_CODE
,      REVALUATION_DATE
,      REVALUATION_PERIOD
,      STATUS
FROM APPS.IGI_IAC_REVALUATIONS_V;

Dependencies

[top of page]

APPS.IGI_IAC_REVALUATIONS_V references the following:

SchemaAPPS
SynonymIGI_IAC_REVALUATIONS

APPS.IGI_IAC_REVALUATIONS_V is not referenced by any database object