InterviewSolution
| 1. |
What Are The Different Purchasing Modes In Receiving? |
|
Answer» There are three modes: Online: Receipts are processed online. If there are any errors, they are shown on the FORM itself, and don’t let you IGNORE and PROCEED. Immediate: Receipts are processed immediately, but no errors are shown. Errors are recorded in REC_TRANSACTION_INTERFACE table. BATCH: Receipts are processed in batch, but no errors are shown. Errors are recorded in REC_TRANSACTION_INTERFACE table. Note: In all the above two CASES, it requires RECEIVING Transaction Processor to be run periodically. There are three modes: Online: Receipts are processed online. If there are any errors, they are shown on the FORM itself, and don’t let you IGNORE and PROCEED. Immediate: Receipts are processed immediately, but no errors are shown. Errors are recorded in REC_TRANSACTION_INTERFACE table. Batch: Receipts are processed in batch, but no errors are shown. Errors are recorded in REC_TRANSACTION_INTERFACE table. Note: In all the above two cases, it requires Receiving Transaction Processor to be run periodically. |
|