[Home] [Help]
[Dependency Information]
| Object Name: | IGI_DUN_LETTER_SETS |
|---|---|
| Object Type: | TABLE |
| Owner: | IGI |
| FND Design Data: | IGI.IGI_DUN_LETTER_SETS
|
| Subobject Name: | |
| Status: | VALID |
IGI_DUN_LETTER_SETS is an extended table that stores one record for each record in AR_DUNNING_LETTER_SETS.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGI_DUN_LETTER_SETS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
DUNNING_LETTER_SET_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DUNNING_LETTER_SET_ID | NUMBER | (15) | Yes | Dunning Letter Set identifier |
| USE_DUNNING_FLAG | VARCHAR2 | (1) | Yes | Allows decision on whether Dunning charges should be applied |
| CHARGE_PER_INVOICE_FLAG | VARCHAR2 | (1) | Yes | Holds check box values indicating whether to use the charge per invoice values |
| 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_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| 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). |
Cut, paste (and edit) the following text to query this object:
SELECT DUNNING_LETTER_SET_ID
, USE_DUNNING_FLAG
, CHARGE_PER_INVOICE_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGI.IGI_DUN_LETTER_SETS;
IGI.IGI_DUN_LETTER_SETS does not reference any database object
IGI.IGI_DUN_LETTER_SETS is referenced by following:
IGI
IGI_DUN_LETTER_SETS#
|
|
|
|