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
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).
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
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:

SchemaAPPS
SynonymIEX_DUNNING_PLANS_B