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


TABLE: IGI.IGI_IAC_UPLOAD_HEADERS

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


IGI_IAC_UPLOAD_HEADERS holds the header information for the uploaded revaluation file.
Scope: public
Product: IGI
Lifecycle: active
Display Name: Upload Revaluation File Header
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 Upload File Name or Reference
BOOK_TYPE_CODE VARCHAR2 (15) Yes Book name
PERIOD_COUNTER NUMBER (15) Yes Period Counter for the revaluaiton upload
CURRENCY_CODE VARCHAR2 (15) Yes Unique identifier for the currency
STATUS_FLAG VARCHAR2 (1) Yes Upload status of the file
TOLERANCE_FLAG VARCHAR2 (1) Yes Indicates whether tolerance checking will take place
TOLERANCE_AMOUNT NUMBER

Tolerance amount if tolerance checking is enabled
TOLERANCE_PERCENT NUMBER

Tolerance percentage if tolerance checking is enabled
REVALUATION_ID NUMBER (15)
Sequence generated revaluation identifier
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
,      BOOK_TYPE_CODE
,      PERIOD_COUNTER
,      CURRENCY_CODE
,      STATUS_FLAG
,      TOLERANCE_FLAG
,      TOLERANCE_AMOUNT
,      TOLERANCE_PERCENT
,      REVALUATION_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM IGI.IGI_IAC_UPLOAD_HEADERS;

Dependencies

[top of page]

IGI.IGI_IAC_UPLOAD_HEADERS does not reference any database object

IGI.IGI_IAC_UPLOAD_HEADERS is referenced by following:

SchemaIGI
ViewIGI_IAC_UPLOAD_HEADERS#