You are on page 1of 4

P TO P CYCLE

>Requisition Creation When a employe require material , he will create requisition, it is nothing but a formal request to buy something (like inventory material, office supplies etc) needed for the enterprise. There are two types of requisitions.

1)Internal: provide the mechanism for requesting and transferring material from one inventory to other inventory. 2).Purchase Order: Unlike Internal requisition . Purchase requisitions are used for requesting material from supplier. For Requisition backend effected Base Tables are 1.po_requisition_headers_all 2.po_requisition_lines_all 3.po_req_distributiions-all >RFQ(request for quatation) : once requisition is approved then RFQ will be created. it has 3 types 1.standard Rfq: this will be created for items, which we will purchase only once not very often.

,2.Catalog Rfq: this will be created for the items, which we are purchasing frequently where we can get the price breaks and terms and conditions. 3.Bid Rfq: this will be created for the large and expensive items where we will not find any discounts and no price breaks. In back end date three tables are effected corresponding this RFQ form, Those are 1.header level: Po_headers_all 2.line level: po_lines_all 3.shipment level: po_line_locations_all Once RFQ will be sent to multiple suppliers and then we will receving the quotations from supplier s then the company will do the quote analysis, one quation will selected as purchase order and we will sent this PO to supplier as per terms and conditions supplier will supply the material. > Purchase Order: is nothing but a order to get the items and goods from supplier. Whenever buyer(customer) is required material he will release Purchase order as per that supplier will supply material. we have 4 types of PO. a)Standard PO: For all the purchase orders we will use standard PO as the type where we will specify terms and conditions, item price, quantity, delivery schedule and so.. on b).Planed Po: is long term agreement from a single supplier, if delivery schedule is not confirmed, we will create planed Po. c) Blanket PO: It is an agreement between supplier and customer, where we will find terms and conditions and item prices may or may not. it is repeating process, we can give purchase order from specific supplier in specific period. d).Contract PO: is nothing but agreement b/w supplier and customer. We can give purchase order based on some terms and conditions. Here we don't know about the items. In Backend effected Base tables for PO: 1.po_headers_all 2.po_lines_all 3.po_line_locations_all 4.po_distributions_all

>Receipts: It is one of the purchasing document will be created while receiving material from supplier, while creating the purchase order we have a an option that is Match approval like we have 3 types of Receipts 1.Dircet Delivery(2-way->Po-Invoice). 2.Standard Receipts(3-way->po-receipts-Invoice). 3.Inspection Required(4-way->Po-Receipts-Inpection-Invoice). In back end data base effected tables for Receipts are 1.rcv_transactions 2.rcv_shipment_headers 3.rcv_shipment_lines

After Creation of Receipt AP and Inventory interfaces will be affected, which are going to update both Ap and Inventory modules. -----------------------------------------------------------------------Account Payables: In this company is paying amount to the supplier. In this we are having 3 steps. 1.creation of invoice and Approve the invoce For this effected tables are ap_invoices_all ap_invoice_lines_all ( it is only in R12). Ap_invoice_distributions_all

2.make the payment and generate accounting transactions, for this effected tables are Ap_invoice_payments_all Ap_checks_all Ap_Bank_acounts_all Ap_bank_branches Ap_check_formats

3.Submit the Standard Concurrent program called as Transfer to GL and Enter two input parameters From date and To dates, Then Automatically system will submit the journal import program. Then Copy the request id of Journal import. Then switch to GL super user Responsibility and Enter request id of Journal import in batch field then select the find button, it will show the payment details. For this effected tables are GL_JE_HEADERS GL_JE_LINES GL_JE_BATCHES --------------------------------------------------------------------------------------------------------------------------------------

INTER FACE TABLES FOR PO 1.po_headers_interface 2.po_lines_interface

1.po_requisition_interface_all----------------for requistion ----------------------------------------------------------------------------------------------Note: no direct join b/w Requisitions to Receipts, so we can join Requisition -Po-Receipts Note: how can u know pariticular invoice number purchaser order Join b/w AP -Po we can know. from po_distributiions_all pda,Ap_invoice_distributions_all aida where pda.distribution_id=aida.po_distribution_id. Note: Join b/w Vendor - PO From Po_Vendors pv,Po_headers_all pha where pv.vendor_id=pha.vendor_id

You might also like