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


TABLE: IGI.IGI_IAC_DISTRIBUTION_ACCOUNTS

Object Details
Object Name: IGI_IAC_DISTRIBUTION_ACCOUNTS
Object Type: TABLE
Owner: IGI
FND Design Data: TableIGI.IGI_IAC_DISTRIBUTION_ACCOUNTS
Subobject Name:
Status: VALID


IGI_IAC_DISTRIBUTION_ACCOUNTS stores the accounts for each distribution, for future use only


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
BOOK_TYPE_CODE VARCHAR2 (25) Yes Name of the Book
DISTRIBUTION_CCID NUMBER
Yes Distribution Code Combination Identifier
BACKLOG_RESERVE_ACCOUNT_CCID NUMBER

Backlog Reserve Account Code Combination Identifier
REVAL_RESERVE_ACCOUNT_CCID NUMBER

Revaluation Reserve Account Code Combination Identifier
OPERATING_EXPENSE_ACCOUNT_CCID NUMBER

Operating Expense Account Code Combination Identifier
GENERAL_FUND_ACCOUNT_CCID NUMBER

General Fund Account Code Combination 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 BOOK_TYPE_CODE
,      DISTRIBUTION_CCID
,      BACKLOG_RESERVE_ACCOUNT_CCID
,      REVAL_RESERVE_ACCOUNT_CCID
,      OPERATING_EXPENSE_ACCOUNT_CCID
,      GENERAL_FUND_ACCOUNT_CCID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM IGI.IGI_IAC_DISTRIBUTION_ACCOUNTS;

Dependencies

[top of page]

IGI.IGI_IAC_DISTRIBUTION_ACCOUNTS does not reference any database object

IGI.IGI_IAC_DISTRIBUTION_ACCOUNTS is referenced by following:

SchemaAPPS
SynonymIGI_IAC_DISTRIBUTION_ACCOUNTS