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


TABLE: IGI.IGI_MHC_DISTRIBUTION_ACCOUNTS

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


IGI_MHC_DISTRIBUTION_ACCOUNTS stores generated account and code combination information for the Backlog Depreciation account for a distribution.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGI_MHC_DIST_ACCOUNTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBOOK_TYPE_CODE
ColumnDISTRIBUTION_ID
Columns
Name Datatype Length Mandatory Comments
BOOK_TYPE_CODE VARCHAR2 (15) Yes Book Type identifier
DISTRIBUTION_ID NUMBER
Yes Distribution Identifier
BACKLOG_ACCOUNT_CCID NUMBER (15)
Backlog Account code combination
CONCATENATED_SEGMENTS VARCHAR2 (240)
Concatenated Segments
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).
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE

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).
Query Text

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


SELECT BOOK_TYPE_CODE
,      DISTRIBUTION_ID
,      BACKLOG_ACCOUNT_CCID
,      CONCATENATED_SEGMENTS
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
FROM IGI.IGI_MHC_DISTRIBUTION_ACCOUNTS;

Dependencies

[top of page]

IGI.IGI_MHC_DISTRIBUTION_ACCOUNTS does not reference any database object

IGI.IGI_MHC_DISTRIBUTION_ACCOUNTS is referenced by following:

SchemaAPPS
SynonymIGI_MHC_DISTRIBUTION_ACCOUNTS