[Home] [Help]
[Dependency Information]
| Object Name: | IGI_EXP_DU_TYPE_DETAILS_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGI |
| FND Design Data: | IGI.IGI_EXP_DU_TYPE_DETAILS_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGI_EXP_DU_TYPE_DETAILS_ALL stores the detail level information for the DU type definition as defined in the form IGIPDUTP
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGI_EXP_DU_TYPE_DETAILS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
DU_TYPE_DETAIL_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DU_TYPE_DETAIL_ID | NUMBER | Yes | Sequence generated identifier | |
| DU_TYPE_HEADER_ID | NUMBER | Yes | Dialog Unit Type Header Identifier for which this is a detail record | |
| TRANSACTION_TYPE | VARCHAR2 | (30) | Yes | AP Transaction type defined in AP_LC_INVOICE_TYPES_V and AR transaction type defined as a static list (as in the AR workbench) containing - Charge Back, Credit Memo, Debit Memo, Deposit, Guarantee, Invoice |
| ORG_ID | NUMBER | Organization identifier | ||
| 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). | ||
| 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). |
Cut, paste (and edit) the following text to query this object:
SELECT DU_TYPE_DETAIL_ID
, DU_TYPE_HEADER_ID
, TRANSACTION_TYPE
, ORG_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM IGI.IGI_EXP_DU_TYPE_DETAILS_ALL;
IGI.IGI_EXP_DU_TYPE_DETAILS_ALL does not reference any database object
IGI.IGI_EXP_DU_TYPE_DETAILS_ALL is referenced by following:
IGI
IGI_EXP_DU_TYPE_DETAILS_ALL#
|
|
|
|