1) How to handle the credit/debit data, in Invoice Document. As per new requirement user can give credit/debit for the invoice amount in Invoice. When debit is given or no data is given, logic will be handled as in Payment Request now. If the user gives credit.. what needs to be done. Answer : Not sure of functional requirements. May be need to generate credit memo's for credit Transaction and Payment Requests for Debit Transaction. 2) Now SFC is to be done in Invoice and not in Payment Request. As we are not going to save gl entries in Invoice Screen, gl entries are saved only in Payment Request. We may end up in wrong SFC calculation as expense amount will not reflect correct amount. How to handle the gl entries? Answer : Generate temporary gl entries and do not save these entries and check SFC based on these values. Create one sample role like OLE-SYS-USER with one user and forward the document to that user. 3) How to handle document linkage identifier,...where we need to have the linkage identifier. What identifier needs to be stored in Invoice and Payment Request. Answer : Store AP_PUR_DOC_LNK_ID generated for PO document in OLE_AP_INV_PO_ITM_T table. Generate new AP_PUR_DOC_LNK_ID and save it in OLE_AP_INV_T table. Store AP_PUR_DOC_LNK_ID generated for invoice in AP_PMT_RQST_T table, if Payment Request is created through Invoice Screen. If Payment request is created through Payment Request Screen, then store AP_PUR_DOC_LNK_ID generated for PO document. 4) Payment Terms Calculation...How to handle the Payment Terms Calculation in Invoice and Payment Request Screen. Answer : OLE currently does not take into account the Payment Terms discount amount at the document level. The info is captured in PDP extract process, when the actual cheque is cut-off. 5) Payment Info.. From where and how the information is fetched? Answer : The info is fetched after PDP Process is run. Not required in Invoice as PDP Process is done only in Payment Request Screen. Date : 13-July-2013 1) Accepting negative value in invoice document should result in creating vendor credit memo or the Invoice / Payment Request documents should allow negative values ? If so how accounting data should be posted concern accounts? 2) Requirement is Extract date should be added to PDP_PROC_T : Process Date (PROC_TS column) is available in PDP_PROC_T table. Is that a extract date or do we need to create new field as extract date in that table 3) The scope for this 1.0 is only the insertion of data into PDP tables or it includes extraction of scripts and services also? 4) How the invoice / Payment Request Documents should process the prorating ? Date: 29-July-2013 1) If one item in PO line item is negative and another item in the same PO is in positive value, do we need to create Vendor credit memo for negative value and Payment Request for positive value for the same PO? 2) Pay through Receiving Queue Search : [Pay], [Receive and Pay] should create invoice for the selected title automatically or should show invoice document to the user to create invoice manually ? |