how will you find out check no's for a particular invoice
Answers were Sorted based on User's Feedback
Answer / srinivask
Payment 'document numbers' displaying in the payment window.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / egyprogramer
In the invoice form > go to tab 4 View Payment and here you
will find all Payments for this invoice
Is This Answer Correct ? | 2 Yes | 1 No |
in front end:
Payment 'document numbers' displaying in the payment window.
in back end:
> select ac.check_num
from ap_invoices_all aia
,ap_invoice_payments_all aip
,ap_checks_all ac
where aia.invoice_id=aip.invoice_id
and aip.check_id=ac.check_id
and aia.invoice_number='xxxxxxxx';
Is This Answer Correct ? | 0 Yes | 0 No |
where should Accrual account define in account payable that will affected during Invoicing?
What is the significance of asset books in FA? Types?
1: What is major difference between Bank and Bank Account?
1.what is difference between (New feature) 11i & R12 for Receivable, Fixed asset, GL, Payables.? 2.How was your previous company segment qualifier was defined.? 3. How many segment qualifier? 4. How the intracompany transaction take place.?
5 major Differences between Translation and Revaluation
what is the use of Allow amortized changes in fixed assets
What are KFF validations?
What are mandatory steps for payable module before entering transaction ?
Give examples & explain the below mentioned activity. "Analyzing the documents provided by the client and thereby identifying the test cases to be tested for the application assigned (FA, AP and GL)"
meaning of validation in GL?
How tp determaine that multi org is already implemented ?
Steps for payment batch?