Answer Posted / 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 |
Post New Answer View All Answers
Plz anybody send me Technical specification for AP Interface
is it possible to run the interface without using oracle apps?
what is global tempory table?
What does appl_top directory contain?
What is instead of trigger in where we will use?
Hi, Anybody please send me the Oracle APPS 1i technical interview questions (Real time) as wel as sample resume also?
Can u give the Documentation of Custom.pll in oracle apps
please send me forms, xml pulisher questions,answers
Which oracle apps version you are very confident in?
What is sca and how is it useful?
how can i print random rows in plsql table
tell my any difficult situtation you solved in your experience in your company?
How is choreography different from orchestration?
How do you register report in oracle apps?
Suppose for report I have to parameters those are from_date and to_date, so to_date should be greater when compare to from_date, if we are giving to_date is lessthen it must shows some error how we will make?