explain p2p cycle? what are the tables used for this?
Answers were Sorted based on User's Feedback
Answer / satya
REQUISITION-->RFQ-->QUATATION-->PO-->RECEIPTS-->INVOICE-->PAYMENTS-->GL.
PO_REQUISITIONS_HEADERS_ALL,PO_REQUISITIONS_LINES_ALL.PO_DISTRIBUTIONS_ALL,PO_HEADERS_ALL,PO_LINES_ALL,PO_DISTRIBUTIONS_ALL,PO_LINE_LOCATIONS_ALL,RCV_SHIPMENT_HEADERS,RCV_SHIPMENT_LINES,RCV_TRANSACTIONS,
Is This Answer Correct ? | 14 Yes | 2 No |
Answer / subramanyam_erp
P2P MEANS PROCURE TO PAY. REQUISITION---->RFQ---->QUOTATION---->PURCHASE---->SHIPMENT---->INVOICE--->PAYMENTS--->SUBLEDGER--->GL
AND P2P CYCLE HAVING THE TABLE'S
PO_REQUISITION_HEADERS_ALL,PO_REQUISITION_LINES_ALL,PO_REQ_DISTRIBUTIONS_ALL,PO_HEADERS_ALL,PO_LINES_ALL,PO_LINE_LOCATIONS_ALL,PO_DISTRIBUTIONS_ALL,RCV_SHIPMENTS_HEADERS,RCV_SHIPMENT_LINES,RCV_TRANSACTIONS,AP_INVOICE_ALL,AP_INVOICE_LINES_ALL,AP_INVOICE_PAYMENTS_ALL,GL_JE_HEADERS,GL_JE_LINES,GL_JE_TRANSACTIONS.THESE ARE ALL SOME P2P TABLES
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / hari krishna
p2p is nothing but procure 2 pay..
The flow is
inv----receiving----po---
Is This Answer Correct ? | 2 Yes | 13 No |
What is ment by Global Templates in Oracle.
Assume i have three Procedures defined in a Package Spec. I have created the Package Specification. now i create the Package Body by including the three procedures in addition to that i include a fourth procedure which is not included in my Package Spec. I compile the Package Body. Will the Package body Compile ? What will the end result ? what will happen if the execute the package by calling the 4th procedure ?
What are different execution methods of executabls?
how to create requst set in oracle apps and how to send muliple requests at a time,
what is meant by Table space?
How to link between inventory and OrderManagement.
what is po approval hierarchy?
A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.
WHAT IS REFCURSOR IN ORACLE ?
tell me the scenarios of between pages in reports
Can you have two functions with the same name in a pl/sql block?
what is difference between po_headers_all and po_headers