[Home] [Help]
[Dependency Information]
Object Name: | AP_TRIAL_BALANCE |
---|---|
Object Type: | TABLE |
Owner: | AP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
AP_TRIAL_BALANCE contains denormalized information
about invoices and payments posted to the accrual set
of books. The Accounts Payable Trial Balance report
uses this information to report on outstanding invoice
liability. There is one row for each set of invoice
distributions or payments with a single accounting date
that you post to the general ledger in a single run of
the posting program.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AP_TRIAL_BALANCE_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INVOICE_ID | NUMBER | Yes | Invoice identifier | |
ACCOUNTING_DATE | DATE | Yes | Accounting date of invoice | |
PAYMENT_AMOUNT | NUMBER | Amount of posted payment for invoice | ||
DISTRIBUTION_AMOUNT | NUMBER | Amount of posted expense for the invoice | ||
DISTRIBUTION_LINE_NUMBER | NUMBER | (15) | Line number for invoice distribution line |
Cut, paste (and edit) the following text to query this object:
SELECT INVOICE_ID
, ACCOUNTING_DATE
, PAYMENT_AMOUNT
, DISTRIBUTION_AMOUNT
, DISTRIBUTION_LINE_NUMBER
FROM AP.AP_TRIAL_BALANCE;
AP.AP_TRIAL_BALANCE does not reference any database object
AP.AP_TRIAL_BALANCE is referenced by following:
|
|
|