[Home] [Help]
[Dependency Information]
Object Name: | IEX_DEL_PAY_XREF |
---|---|
Object Type: | TABLE |
Owner: | IEX |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores what delinquencies were paid by an A/R payment.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IEX_DEL_PAY_XREF_U1 | NORMAL | UNIQUE |
![]() |
![]() |
IEX_DEL_PAY_XREF_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
IEX_DEL_PAY_XREF_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DEL_PAY_ID | NUMBER | (15) | Primary key | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
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). | |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
SECURITY_GROUP_ID | NUMBER | Subscriber id, for CRM Online Services use | ||
OBJECT_VERSION_NUMBER | NUMBER | Yes | Standard HTML front end column | |
PROGRAM_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
DELINQUENCY_ID | NUMBER | FKey to iex_delinquencies_all | ||
PAYMENT_ID | NUMBER | FKey to iex_payments |
Cut, paste (and edit) the following text to query this object:
SELECT DEL_PAY_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, SECURITY_GROUP_ID
, OBJECT_VERSION_NUMBER
, PROGRAM_ID
, DELINQUENCY_ID
, PAYMENT_ID
FROM IEX.IEX_DEL_PAY_XREF;
IEX.IEX_DEL_PAY_XREF does not reference any database object
IEX.IEX_DEL_PAY_XREF is referenced by following:
|
|
|