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


TABLE: IGI.IGI_IAC_UPLOAD_LINES

Object Details
Object Name: IGI_IAC_UPLOAD_LINES
Object Type: TABLE
Owner: IGI
Subobject Name:
Status: VALID


IGI_IAC_UPLOAD_LINES holds the line details for the uploaded revaluation file.
Scope: public
Product: IGI
Lifecycle: active
Display Name: Upload Revaluation File Lines
Category: BUSINESS_ENTITY FA_ASSET


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
FILE_NAME VARCHAR2 (15) Yes Foreign key reference to file_name in IGI_IAC_UPLOAD_HEADERS.
LINE_NUM NUMBER
Yes Line Number in the file
ASSET_ID NUMBER (15) Yes Asset identification number
CATEGORY_ID NUMBER (15) Yes Identifies the asset category
ORIGINAL_COST NUMBER

The original cost (calculated as original asset cost plus adjustments).
NEW_COST NUMBER
Yes The new grossed up cost of the Asset.
STATUS_FLAG VARCHAR2 (1) Yes Line Status. Indicates whether the asset is either Available or has an Exception or Tolerance issue.
GROSS_FLAG VARCHAR2 (1) Yes Indicates whether the asset cost is grossed up
PERCENTAGE_DIFF NUMBER

Percentage difference between the original and new cost.
AMOUNT_DIFF NUMBER

Amount difference between the original and new cost.
EXCEPTION_MESSAGE VARCHAR2 (2000)
Exception or tolerance error messages encountered during validation of the assets.
COMMENTS VARCHAR2 (2000)
User comments for Tolerance Acceptance
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_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).
Query Text

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


SELECT FILE_NAME
,      LINE_NUM
,      ASSET_ID
,      CATEGORY_ID
,      ORIGINAL_COST
,      NEW_COST
,      STATUS_FLAG
,      GROSS_FLAG
,      PERCENTAGE_DIFF
,      AMOUNT_DIFF
,      EXCEPTION_MESSAGE
,      COMMENTS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM IGI.IGI_IAC_UPLOAD_LINES;

Dependencies

[top of page]

IGI.IGI_IAC_UPLOAD_LINES does not reference any database object

IGI.IGI_IAC_UPLOAD_LINES is referenced by following:

SchemaAPPS
SynonymIGI_IAC_UPLOAD_LINES