[Home] [Help]
[Dependency Information]
Object Name: | AP_INVOICE_RELATIONSHIPS |
---|---|
Object Type: | TABLE |
Owner: | AP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
AP_INVOICE_RELATIONSHIPS relates records in AP_INVOICES_ALL with one another to match Interest invoices with corresponding
overdue invoices. If you use automatic interest calculation,
Payables creates Interest invoices to pay interest on overdue
invoices. This interest is calculated in accordance with the U.S.
Prompt Payment Act.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AP_INVOICE_RELATIONSHIPS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
AP_INVOICE_RELATIONSHIPS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RELATED_INVOICE_ID | NUMBER | (15) | Yes | Interest invoice identifier |
ORIGINAL_INVOICE_ID | NUMBER | (15) | Yes | Original invoice identifier |
ORIGINAL_PAYMENT_NUM | NUMBER | (15) | Yes | Payment number of original invoice |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
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). | |
CHECKRUN_NAME | VARCHAR2 | (255) | Payment batch name |
Cut, paste (and edit) the following text to query this object:
SELECT RELATED_INVOICE_ID
, ORIGINAL_INVOICE_ID
, ORIGINAL_PAYMENT_NUM
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CHECKRUN_NAME
FROM AP.AP_INVOICE_RELATIONSHIPS;
AP.AP_INVOICE_RELATIONSHIPS does not reference any database object
AP.AP_INVOICE_RELATIONSHIPS is referenced by following:
|
|
|