The Cycle Of Purchasing Order(PO) to Account Payable(AP) to Fixed Assets(FA)

The cycle of Blanket PO -> PO -> AP Invoice -> Asset.

 This employee will be used as Buyer. Check his approval rights for approving purchase document.





1. Create BPA -> Approve it



2. Create Requisition-> Approve it

3. Autocreate PO -> Approve

4. Receive the PO (not mandatory)

5. Create Invoice -> Match it to PO -> Validate it -> Account it



  1. Make Payment (not mandatory)

  2.  
  3. Convert invoice into asset – Run ‘Mass Additions Create’

    select * from fa_mass_additions
    where book_type_code = <BOOK>
    and queue_name = 'NEW' and invoice_number like 'TRG%';




Submit ‘Post Mass Additions’ . This will create assets




No comments:

Post a Comment

How to find all cancel Requisitions

SELECT prha . *   FROM po_Requisition_headers_all prha , po_action_history pah   WHERE      1 = 1        AND pah . object_id ...