路虽弥,不行不至;事虽少,不做不成。
分类: Oracle
2010-11-13 15:33:20
How does nonrecoverable tax become IPV when accounted
Fix
nonrecoverable taxes are considered part of the "landed" cost of the items purchased
when the non recoverable tax is not already included in the purchase order.
Example 1:
Invoice is matched to the
The invoice price variance column is populated with $7. The system calculates the
non recoveravle tax and determines it's now part of the landed cost of the items purchased.
When the payables accounting process is run it pulls the IPV value of $7 and
creates an accounting entry to the IPV account.
Example 2:
Invoice is matched to the
The invoice price variance column is populated with $7. The system calculates the
tax and determines it's now part of the landed cost of the items purchased.
When the payables accounting process is run it pulls the IPV value of $7 and
creates an accounting entry to the IPV account. The recoverable tax of $8 is charged to
the tax account.
Example 3:
Invoice is matched to the
The invoice price variance column is populated with $3 (the difference between the rate
on the
landed cost of the items purchased.
When the payables accounting process is run it pulls the IPV value of $3 and
creates an accounting entry to the IPV account.
In the current design if there is no onhand then the IPV is not transferred.
Currently the Transfer Invoice Variance to Inventory Valuation Process does not include the functionality of verify the item has on-hand quantity and per the user’s manual the average cost update process cannot change unit cost unless there is on-hand quantity. Since the customer no on-hand quantity on
some items, the customer can run the Transfer Invoice Variance to Inventory Valuation Process with the parameter ‘Automatic Update’ set to no and this will enable the customer to review the Invoice Transfer to Inventory Report and submit transactions using the Inventory Transaction Open Interface.
IPV Transfer process will pick up only those lines from ap_invoice_distributions_all for transfer where
1. posted_flag = 'Y'
2. inventory_transfer_status = 'N'
3. cst_quantity_layers table has layer_quantity > 0
Note:
Access the "Transfer Invoice Variance Report" via the Report
Submission portion of the Costing/Mfg responsibility.