DBA Data[Home] [Help] [Dependency Information]


TABLE: IEX.IEX_DUNNING_PLANS_B

Object Details
Object Name: IEX_DUNNING_PLANS_B
Object Type: TABLE
Owner: IEX
FND Design Data: TableIEX.IEX_DUNNING_PLANS_B
Subobject Name:
Status: VALID


Collections dunning base table


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
DUNNING_PLAN_ID NUMBER (10) Yes Primary key
START_DATE DATE

valid from this date
END_DATE DATE

Valid until this date
ENABLED_FLAG VARCHAR2 (1)
Signals enabled/disabled
AGING_BUCKET_ID NUMBER

ID of the aging bucket
SCORE_ID NUMBER

ID of the score
DUNNING_LEVEL VARCHAR2 (30)
Level at which we are sending dunning(Party/Account/BillTo/Delinquency)
OBJECT_VERSION_NUMBER NUMBER

Standard HTML front end column
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_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER

Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
PROGRAM_APPLICATION_ID NUMBER

Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER

Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
GRACE_DAYS VARCHAR2 (1)
Indicates whether to use grace days when determining when dunning letters are sent
DUN_DISPUTED_ITEMS VARCHAR2 (1)
Indicates whether to include disputed invoices in this dunning letter set
INCLUDE_UNUSED_PAYMENTS_FLAG VARCHAR2 (1)
Indicates whether to include unapplied and on-account payments in all dunning letters in a dunning letter set
DUNNING_TYPE VARCHAR2 (30)
Possible values are DAYS_OVERDUE if dunning is based on days that items are past due, or STAGED_DUNNING if dunning is based on dunning levels.
INCLUDE_CURRENT VARCHAR2 (1)
Indicates whether invoices, debit memos, and chargebacks that are not yet delinquent are included in a dunning letter
DUNNING_LETTER_SET_ID NUMBER

AR Dunning Letter Set ID
MIG_DUNNING_LETTER_SET_ID NUMBER

Migrated Dunning Letter Set ID
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT DUNNING_PLAN_ID
,      START_DATE
,      END_DATE
,      ENABLED_FLAG
,      AGING_BUCKET_ID
,      SCORE_ID
,      DUNNING_LEVEL
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      GRACE_DAYS
,      DUN_DISPUTED_ITEMS
,      INCLUDE_UNUSED_PAYMENTS_FLAG
,      DUNNING_TYPE
,      INCLUDE_CURRENT
,      DUNNING_LETTER_SET_ID
,      MIG_DUNNING_LETTER_SET_ID
FROM IEX.IEX_DUNNING_PLANS_B;

Dependencies

[top of page]

IEX.IEX_DUNNING_PLANS_B does not reference any database object

IEX.IEX_DUNNING_PLANS_B is referenced by following:

SchemaIEX
ViewIEX_DUNNING_PLANS_B#