Skip to main content

Key accounts – P2P Cycle

Key accounts – P2P Cycle

Here are some of the key accounts used in P2P(Procure to Pay) Cycle.
bluRECEIVING INVENTORY ACCOUNT
This is one of the clearing account.
The account is used for receipt accruals.
After receiving transactions are processed and the Transfer Transactions to GL process is run, the Receiving Inventory Account is cleared and the Material account is charged with the cost of the capitalized inventory .
You can specify this account when you define Receiving Information for your inventory organizations.
greINVENTORY AP ACCRUAL
This is the account used by Purchasing to accrue your payable liabilities when you receive items you will capitalize as inventory.
This account represents your uninvoiced receipt liability and is usually part of your Accounts Payable Liabilities in the balance sheet.
Oracle payables relieves this account when the invoice is matched and validated.
So, you have to specify this account when you define Inventory Information for your inventory organizations in the Other Accounts tab.
red1AP LIABILITY ACCOUNT
This account defaults from the supplier site and is credited when a standard invoice is entered or debited when a credit memo or debit memo is entered. The account is relieved when the invoice is paid.
When you are creating an invoice, the liability account will get defaulted based on the hierarchy i.e., it can be from Financial options/Supplier /Supplier site.However you will still have an option to modify the Liability account by replacing the defaulted account.
(0r) do you see a different account getting defaulted during Invoice creation
purpEXPENSE AP ACCRUAL
This is the account used by Purchasing to accrue your payable liabilities when you receive items you will expense. This account represents your uninvoiced receipt liability when you run the Receipt Accruals - Period End process.
When you receive the goods,the accounting entry will be
Receiving Inv Dr
To Expense Accrual Cr
In Payables
Expense Accrual Dr
To Liability Cr.
So the Expense Accrual will knock-off
You can specify this account on the Accrual tab when you set up Purchasing Options.
oraMATERIAL ACCOUNT
An asset account is used for to tracks material cost .
In the average costing, this account holds your inventory and in transit values. Once you perform transactions, you cannot change this account.
You can specify this account when you define Inventory Information for your inventory organizations in the Valuation Accounts region for the Costing Information tab.
yelCHARGE ACCOUNT
This is the charge account is the account that will be charged for the purchase on either the balance sheet or income statement.
  • If the destination type for the distribution is Inventory, this account will be the Material account associated with the subinventory and you cannot override it. This is the balance sheet account that will be charged after inventory is capitalized.
  • If the destination type is expense, you can specify this account (provided it isn’t project related) and override any defaults. This account will be either an asset clearing account that will be included on the balance sheet or an expense account that will be included on the income statement. This account is either created or specified when you create a purchase order.
Look at the Material Account on the destination inventory organization, or (if specified), destination subinventory.
Under Inventory: Setup/Organizations/Parameters or Sub inventories
purpPURCHASE PRICE VARIANCE
This account is used to record differences between purchase order line price and standard cost.
The Purchase Price Variance is calculated when items delivered to inventory are costed.
You should note, this account is not used with the average cost method.
For example, assume the purchase order line price for an item was set at $100 per item but standard cost was set to $120 per item and you purchased 10 items. The Purchase Price Variance would be $200.
You can specify the Purchase Price Variance account when you define Inventory Information for your inventory organizations in the Other Accounts tab.
oraINVOICE PRICE VARIANCE
The variance account used to record differences between purchase order price and invoice price.
This account is used by Payables to record the invoice price variance for inventory items.
For expense items, the account generator uses the charge account to record any invoice price variance.
You can understand with this set of example, how its works;
1). Create a purchase order with expense type item having the above
Navigation: Purchasing->Purchase Orders->Purchase Orders
2). Receive the goods for this PO.
Navigation: Purchasing->Receiving->Receipts
3). Login as Payables manager, create an invoice and match it to the PO created in step 1.
Navigation:Payables->Invoices->Entry-Invoices
for example
PO Quantity=100
PO Price = 5
Now you match an invoice to the PO and Invoice(match) details are as follows:
Matched Quantity=100
Price on Invoice= 1
in this case, probably you have set the Invoice price variance account in define Organization Parameters form( alternate region: other accounts) same as the expense account on the PO
Invoice Price Variance= (PO Price - Invoice Price) x Qty. Invoiced
You can specify this account when you define Inventory Information for your inventory organizations in the Other Accounts tab.

Comments

Popular posts from this blog

Oracle Subledger Accounting (SLA) Tables, Views

Oracle Subledger Accounting (SLA) Tables, Views Oracle Subledger Accounting Tables: TABLE NAME DESCRIPTION XLA_AAD_GROUPS The XLA_AAD_GROUPS table stores the merge dependencies analyzed during the merge analysis.  All application accounting definitions with the same GROUP_NUM must be merged together. XLA_AAD_HDR_ACCT_ATTRS The XLA_AAD_HDR_ACCT_ATTRS stores standard, system and custom sources assigned to an accounting attribute at the AAD level. XLA_AAD_HEADER_AC_ASSGNS Store the analytical criteria for the application accounting definitions. XLA_AAD_LINE_DEFN_ASSGNS This table stores the journal lines definitions for the application accounting definitions. XLA_AAD_LOADER_DEFNS_T The XLA_AAD_LOADER_DEFNS_T table is the interface table that facilitates the data transfer from data files and the database. XLA_AAD_LOADER_LOGS The XLA_AAD_LOADER_LOGS table stores the errors and logs generated by the application accounting definitions loader. XLA_AAD_SOURCES XLA_AAD_SOURCES table stores a...

Oracle Fusion Cloud: Supplier Import Process using File Based Data Import (FBDI)

 Supplier Data Migration or Upload to Oracle Fusion environment File-Based Data Import for Oracle Procurement Cloud Supplier import in oracle fusion   In this post , We will discuss about Supplier import in oracle fusion. Oracle has provided the FBDI tool to import suppliers from External  Source  to the Oracle fusion. Supplier Import in Oracle fusion we first need to  Download  the Supplier Import FDBI  templates  given by the Oracle fusion to import suppliers. Oracle has given 5 Different FBDI templates to Import supplier in Fusion. Here in this post , I will share the Complete steps for Supplier import in oracle fusion. You can refer this post for Supplier Import.   Steps for Supplier import in oracle fusion     Step1- First we need to download Supplier Data  Template  from Oracle Repository. Go to this path for Oracle Repository. ( select Based on your Cloud version) https://docs.oracle.com/en/...

Number to Word conversion in RTF

<?xdofx: expression ?> for extended SQL functions <?xdoxslt: expression ?> for extended XSL functions. You cannot mix xdofx statements with XSL expressions in the same context This function enables the conversion of numbers to words for RTF template output. This is a common requirement for check printing. The new function is “to_check_number”. The syntax of this function is <?xdofx:to_check_number(amount, precisionOrCurrency, caseType, decimalStyle)?> The following table describes the function attributes:   Attribute Description Valid Value amount The number to be transformed. Any number precisionOrCurrency For this attribute you can specify either the precision, which is the number of digits after the decimal point; or the currency code, which will govern the number of digits after the decimal point. The currency code does not generate a currency symbol in the output. An integer, such as 2; or a currency code, such as ‘USD’. caseType The case type of th...