what is the invoice matching
Answers were Sorted based on User's Feedback
Answer / sanjoy mukhopadhyay , cesc ltd
Different ways of Invoie Matching
=================================
Level of Matching
-----------------
Two–Way: Purchase order and invoice quantities must match
within tolerance before the corresponding invoice can be
paid.
Three–Way: Purchase order, receipt, and invoice quantities
must match within tolerance before the corresponding
invoice can be paid.
Four–Way: Purchase order, receipt, accepted, and invoice
quantities must match within tolerance before the
corresponding invoice can be paid.
Level of Matching is set up in the PO and cannot be changed
while matching the invoice.
The Invoice Match Option( e.g: Receipt ) and
the Match Approval Level( PO set-up) are
independent options. One can perform whichever Invoice
Match Option he wants regardless of the Match Approval
Level.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / vm.chowdary
Invoice Matching is nothing but matching invoices with respect to purchase orders. purchase orders have three types of matching options. 1. Two way matching 2. Three way matching
3. Three way matching. If you are good at backend tables, observe po_line_locations_all Table, we have two columns called inspection_required and Receipt required. if both are flagged 'Y' then invoice is 4 way match to PO i.e, while creating receipt manual inspection of goods is required. in other words we need to enter quantity manually in receipts and creation of receipt is mandatory in this process. In 3 way Match Approval Option receipt required is Y and Inspection required is N Here inspection of goods received is not mandatory. In two way Match approval Both flags are 'N' in this case receipt creation is not necessary to pay for the purchase order.
| Is This Answer Correct ? | 5 Yes | 1 No |
Hi, Anybody please send me the Oracle APPS 1i technical interview questions (Real time) as wel as sample resume also?
What should be the batch size (number of customer records) general guidelines for optimal performance?
What r the validation done in ap inbound ?
What are different execution methods of executabls?
What r the type Models in the system parameters of the report?
what is the difference between request group and request security group in oracle apps?
can we use look up type instead of a pofile option?or valueset?is it possible how?
What is workflow?Explain with a example?
what is aim methodolozy
If we transfer the data from legacy system to oracle base tables. I want to hold the data in interface table how?
What are documents and test cases u followed.
In SQL Loader i have 100 Records to be loaded into my table. How do i load the first 30 Records and skip the last 10 Records within a single .ctl file ? So my total no.of records to be loaded would be 60. Could anybody help me in this ?