difference between 2 way and 4 way matching
Answers were Sorted based on User's Feedback
Answer / suresh.somayajula
2 way : Inv will be generated as per PO.
4 way : Inv will be generated after compare
PO,Receipt and Inspection.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / viswa
2 way : po->invoice
4 way po_receipt->inspection->invoice
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sudhansu swain
2 way Matching
invoice price<=order price
quantity billed <=Quantity Ordered
4 Way Matching
invoice price<=order price
quantity billed <=Quantity Accepted
| Is This Answer Correct ? | 0 Yes | 0 No |
why do we validate the records while developing interface?
Tell me some thing about SQL-LOADER.
How many parameters we can pass through pl/sql program in Oracle apps
what is meant by bind parameter?
What is SET-OF-BOOKS?
maximum how many parameters we can pass through pl/sql stored procedure to oracle apps?how many mandatory parameters we can pass through pl/sql program to oracle apps11i?
What is the Use of User Exit in Oracle apps and when we are developeing the new report you need to pass one parameter called P_CONC_REQUEST_ID,what is the use of this parameter and is it mandatory.Can't we develop report without this User exit's and P_CONC_REQUEST_ID parameter
Are you familiar with internet architecture of oracle apps 11i?
can we use commit in trigger? If yes how?
How many typres of Purchase order and what are those.
FLEX FIELDS?
what is the difference between varchar and varchar(2)?