[Home] [Help]
[Dependency Information]
| Object Name: | IEX_DUNNING_TRANSACTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | IEX |
| FND Design Data: | IEX.IEX_DUNNING_TRANSACTIONS
|
| Subobject Name: | |
| Status: | VALID |
Collections dunning transaction table
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IEX_DUNNING_TRANSACTIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
DUNNING_TRX_ID
|
| IEX_DUNNING_TRANSACTIONS_I1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
DUNNING_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DUNNING_TRX_ID | NUMBER | Yes | Primary key | |
| DUNNING_ID | NUMBER | Foreign key to IEX_DUNNINGS table | ||
| CUST_TRX_ID | NUMBER | Identifier of the customer trx id associated with this dunned record | ||
| PAYMENT_SCHEDULE_ID | NUMBER | Identifier of the payment schedule associated with this dunned record | ||
| AG_DN_XREF_ID | NUMBER | Foreign key to AG_DN_XREF_ID table | ||
| STAGE_NUMBER | NUMBER | Dunning level of the item as printed on the dunning correspondence | ||
| CREATED_BY | NUMBER | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | ||
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| LAST_UPDATED_BY | NUMBER | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | ||
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
| OBJECT_VERSION_NUMBER | NUMBER | Standard column to support Fusion upgradation |
Cut, paste (and edit) the following text to query this object:
SELECT DUNNING_TRX_ID
, DUNNING_ID
, CUST_TRX_ID
, PAYMENT_SCHEDULE_ID
, AG_DN_XREF_ID
, STAGE_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
FROM IEX.IEX_DUNNING_TRANSACTIONS;
IEX.IEX_DUNNING_TRANSACTIONS does not reference any database object
IEX.IEX_DUNNING_TRANSACTIONS is referenced by following:
IEX
IEX_DUNNING_TRANSACTIONS#
|
|
|
|