[Home] [Help]
[Dependency Information]
| Object Name: | IGI_AP_INVOICES_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGI |
| FND Design Data: | IGI.IGI_AP_INVOICES_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGI_AP_INVOICES_ALL is an extended table that contains additional payables invoice information. Each record in this table is directly related to an invoice in Payables.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGI_AP_INVOICES_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
INVOICE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INVOICE_ID | NUMBER | (15) | Yes | Invoice identifier |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| CREATED_BY | NUMBER | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | ||
| LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
| ORG_ID | NUMBER | Organization identifier | ||
| DIAL_UNIT_ID | NUMBER | Dialog unit identifier for Exchange Protocol |
Cut, paste (and edit) the following text to query this object:
SELECT INVOICE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ORG_ID
, DIAL_UNIT_ID
FROM IGI.IGI_AP_INVOICES_ALL;
IGI.IGI_AP_INVOICES_ALL does not reference any database object
IGI.IGI_AP_INVOICES_ALL is referenced by following:
IGI
IGI_AP_INVOICES_ALL#
|
|
|
|