[Home] [Help]
[Dependency Information]
Object Name: | IGI_DUN_CUST_LETTER_SET_LINES |
---|---|
Object Type: | TABLE |
Owner: | IGI |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGI_DUN_CUST_LETTER_SET_LINES holds the values for multiple currencies for each letter in the dunning letter set. These values are then stored under each CUSTOMER_PROFILE_ID. This is an override of IGI_DUN_LETTER_SET_LINES and the values are inherited from it.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGI_DUN_CUST_LET_SET_LINES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CUSTOMER_PROFILE_ID | NUMBER | (15) | Yes | Identifier of customer profile |
CUSTOMER_ID | NUMBER | (15) | Yes | Identifier of customer associated with this profile |
SITE_USE_ID | NUMBER | (15) | Identifier of site use record associated with customer profile | |
DUNNING_LETTER_SET_ID | NUMBER | (15) | Yes | Identifier for Dunning Letter set |
DUNNING_LINE_NUM | NUMBER | Yes | Specifies dunning order | |
DUNNING_LETTER_ID | NUMBER | (15) | Yes | Identifier for Dunning letter that will be printed for this Dunning letter |
CURRENCY_CODE | VARCHAR2 | (15) | Yes | Currency code |
LETTER_CHARGE_AMOUNT | NUMBER | Charge defined for letter | ||
INVOICE_CHARGE_AMOUNT | NUMBER | Charge per invoice defined | ||
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). | |
CUSTOMER_PROFILE_CLASS_ID | NUMBER | (15) | Identifier of customer profile class |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_PROFILE_ID
, CUSTOMER_ID
, SITE_USE_ID
, DUNNING_LETTER_SET_ID
, DUNNING_LINE_NUM
, DUNNING_LETTER_ID
, CURRENCY_CODE
, LETTER_CHARGE_AMOUNT
, INVOICE_CHARGE_AMOUNT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CUSTOMER_PROFILE_CLASS_ID
FROM IGI.IGI_DUN_CUST_LETTER_SET_LINES;
IGI.IGI_DUN_CUST_LETTER_SET_LINES does not reference any database object
IGI.IGI_DUN_CUST_LETTER_SET_LINES is referenced by following:
|
|
|