[Home] [Help]
[Dependency Information]
Object Name: | IGI_DUN_TEMP |
---|---|
Object Type: | TABLE |
Owner: | IGI |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGI_DUN_TEMP is a temporary table that stores transaction processing
information for overdue invoices where dunning charges are to be
applied. This is used in the generation of dunning charges.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CUSTOMER_ID | NUMBER | Customer identifier | ||
NO_OF_INV | NUMBER | Stores customer number assigned to customer by users | ||
CURRENCY_CODE | VARCHAR2 | (15) | Transaction currency codes | |
DUNNING_CHARGE | NUMBER | (15) | Charge defined for customer site | |
SITE_USE_ID | NUMBER | (15) | Site use identifier of customer site |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_ID
, NO_OF_INV
, CURRENCY_CODE
, DUNNING_CHARGE
, SITE_USE_ID
FROM IGI.IGI_DUN_TEMP;
IGI.IGI_DUN_TEMP does not reference any database object
IGI.IGI_DUN_TEMP is referenced by following:
|
|
|