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


TABLE: IGI.IGI_MPP_AP_INVOICES

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


IGI_MPP_AP_INVOICES is an extended Multi-Period Posting table containing information about invoices. It is linked to AP_INVOICES_ALL.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGI_MPP_AP_INVOICES_I1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnINVOICE_ID
Columns
Name Datatype Length Mandatory Comments
INVOICE_ID NUMBER (15) Yes Unique identifier for invoice
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).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
ACCOUNTING_RULE_ID NUMBER (15)
Unique identifier for accounting rule
IGNORE_MPP_FLAG VARCHAR2 (1)
Indicates if the user wishes to disable Multi-Period Posting for this invoice
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 INVOICE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      ACCOUNTING_RULE_ID
,      IGNORE_MPP_FLAG
,      LAST_UPDATE_LOGIN
FROM IGI.IGI_MPP_AP_INVOICES;

Dependencies

[top of page]

IGI.IGI_MPP_AP_INVOICES does not reference any database object

IGI.IGI_MPP_AP_INVOICES is referenced by following:

SchemaAPPS
SynonymIGI_MPP_AP_INVOICES