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


VIEW: APPS.IGI_IMP_IAC_INTERFACE_DTL_V

Object Details
Object Name: IGI_IMP_IAC_INTERFACE_DTL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGI.IGI_IMP_IAC_INTERFACE_DTL_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
ASSET_ID NUMBER (15) Yes Asset Identification number
ASSET_NUMBER VARCHAR2 (15) Yes User assigned asset number
BOOK_TYPE_CODE VARCHAR2 (15) Yes Tax or Corporate book used for the data preparation process
DISTRIBUTION_ID NUMBER (15) Yes Unique distribution number
CODE_COMBINATION_ID NUMBER (15) Yes Depreciation expense account identification number
UNITS_ASSIGNED NUMBER
Yes Number of units assigned to the distribution
CATEGORY_ID NUMBER (15) Yes Category Id
HIST_SALVAGE_VALUE NUMBER

Historic salvage value for the distribution
LIFE_IN_MONTHS NUMBER (4) Yes Life in months
COST_HIST NUMBER

Historic cost of the asset for the distribution
COST_MHCA NUMBER

MHCA cost of the asset for the distribution
DEPRN_EXP_HIST NUMBER

Historic depreciation expense for the distribution
DEPRN_EXP_MHCA NUMBER

MHCA depreciation expense for the distribution
YTD_HIST NUMBER

Historic year to date depreciation expense for the distribution
YTD_MHCA NUMBER

MHCA year to date depreciation expense for the distribution
ACCUM_DEPRN_HIST NUMBER

Historic accumulated depreciation for the distribution
ACCUM_DEPRN_MHCA NUMBER

MHCA accumulated depreciation for the distribution
REVAL_RESERVE_HIST NUMBER

Historic revaluation reserve for the distribution
REVAL_RESERVE_MHCA NUMBER

MHCA revaluation reserve for the distribution
BACKLOG_HIST NUMBER

Historic backlog depreciation for the distribution
BACKLOG_MHCA NUMBER

MHCA backlog depreciation for the distribution
GENERAL_FUND_HIST NUMBER

Historic general fund for the distribution
GENERAL_FUND_MHCA NUMBER

MHCA general fund for the distribution
GENERAL_FUND_PER_HIST NUMBER

Historic general fund per period for the distribution
GENERAL_FUND_PER_MHCA NUMBER

MHCA general fund per period for the distribution
OPERATING_ACCOUNT_HIST NUMBER

Historic operating account for the distribution
OPERATING_ACCOUNT_MHCA NUMBER

MHCA operating account for the distribution
OPERATING_ACCOUNT_YTD_HIST NUMBER

Historic year to date operating account for the distribution
OPERATING_ACCOUNT_YTD_MHCA NUMBER

MHCA year to date operating account for the distribution
OPERATING_ACCOUNT_COST NUMBER

MHCA operating account due to cost change for the distribution
OPERATING_ACCOUNT_BACKLOG NUMBER

MHCA operating account due to backlog change for the distribution
NBV_HIST NUMBER

Historic net book value for the distribution
NBV_MHCA NUMBER

MHCA net book value for the distribution
TRANSFERRED_FLAG VARCHAR2 (1) Yes Flag to indicate whether the asset has been transferred to IAC.
SELECTED_FLAG VARCHAR2 (1) Yes Flag to indicate whether the asset has been selected for transfer to IAC.
EXCEPTION_FLAG VARCHAR2 (1)
Flag to indicate whether the asset has an exception which the user should be aware of during reconciliation.
EXCEPTION_CODE VARCHAR2 (5)
Code to indicate type of exception, Populated if the exception flag is set to Y.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
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).
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
Query Text

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


SELECT ASSET_ID
,      ASSET_NUMBER
,      BOOK_TYPE_CODE
,      DISTRIBUTION_ID
,      CODE_COMBINATION_ID
,      UNITS_ASSIGNED
,      CATEGORY_ID
,      HIST_SALVAGE_VALUE
,      LIFE_IN_MONTHS
,      COST_HIST
,      COST_MHCA
,      DEPRN_EXP_HIST
,      DEPRN_EXP_MHCA
,      YTD_HIST
,      YTD_MHCA
,      ACCUM_DEPRN_HIST
,      ACCUM_DEPRN_MHCA
,      REVAL_RESERVE_HIST
,      REVAL_RESERVE_MHCA
,      BACKLOG_HIST
,      BACKLOG_MHCA
,      GENERAL_FUND_HIST
,      GENERAL_FUND_MHCA
,      GENERAL_FUND_PER_HIST
,      GENERAL_FUND_PER_MHCA
,      OPERATING_ACCOUNT_HIST
,      OPERATING_ACCOUNT_MHCA
,      OPERATING_ACCOUNT_YTD_HIST
,      OPERATING_ACCOUNT_YTD_MHCA
,      OPERATING_ACCOUNT_COST
,      OPERATING_ACCOUNT_BACKLOG
,      NBV_HIST
,      NBV_MHCA
,      TRANSFERRED_FLAG
,      SELECTED_FLAG
,      EXCEPTION_FLAG
,      EXCEPTION_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGI_IMP_IAC_INTERFACE_DTL_V;

Dependencies

[top of page]

APPS.IGI_IMP_IAC_INTERFACE_DTL_V references the following:

SchemaAPPS
SynonymFA_ADDITIONS
SynonymFA_DISTRIBUTION_HISTORY
SynonymIGI_IMP_IAC_CONTROLS
SynonymIGI_IMP_IAC_INTERFACE

APPS.IGI_IMP_IAC_INTERFACE_DTL_V is not referenced by any database object