[Home] [Help]
[Dependency Information]
| Object Name: | IGI_DUN_CUST_PROF |
|---|---|
| Object Type: | TABLE |
| Owner: | IGI |
| FND Design Data: | IGI.IGI_DUN_CUST_PROF
|
| Subobject Name: | |
| Status: | VALID |
IGI_DUN_CUST_PROF is an extended table that stores one row for each valid row in HZ_CUSTOMER_PROFILES.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGI_DUN_CUST_PROF_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CUSTOMER_PROFILE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CUSTOMER_PROFILE_ID | NUMBER | (15) | Yes | Identifier of customer profile |
| USE_DUNNING_FLAG | VARCHAR2 | (1) | Yes | Allows decision on whether dunning charges should be applied |
| DUNNING_CHARGE_TYPE | VARCHAR2 | (1) | Yes | Dunning Charge Type to be created, Adjustment (A), or Invoice (I). Adjustment Type will create adjustments in Receivables. Invoice Type will call AutoInvoice and create an invoice detailing the charges. |
| 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 CUSTOMER_PROFILE_ID
, USE_DUNNING_FLAG
, DUNNING_CHARGE_TYPE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGI.IGI_DUN_CUST_PROF;
IGI.IGI_DUN_CUST_PROF does not reference any database object
IGI.IGI_DUN_CUST_PROF is referenced by following:
IGI
IGI_DUN_CUST_PROF#
|
|
|
|