Skip to main content

Setting Up Profile Options for Budgetary Control and Integration in Oracle Projects


1. PA: Enable Budget Integration and Budgetary Control Feature



Internal name: PA_BC_ENABLED
This profile option controls whether the budgetary controls windows and processes are
displayed and run. This profile is optional and the default value is "No".

The possible values are:
  • Yes - The budgetary control windows and processes are displayed.
  • No  - The budgetary control windows and processes are not displayed.
Important: You must set this value to "Yes" to enable Oracle Projects budgetary controls and budget integration features.

This profile option can be set by the system administrator at the site level only.

2. PA: Days to Maintain BC Packets

Internal name: PA_MAINTAIN_FC_PACKETS

This profile option specifies the number of days that the system maintains the results of transaction funds checks.

This profile option is optional and the default value is 3.

It applies to both integrated and non-integrated budgets which use budgetary controls. 

You can use the Funds Check Results window to view funds check results for transactions that are not older than the number of days that you specify for profile option. However, the funds check results for transactions that pass funds check are available for online viewing in the Funds Check Results window until the number of days is exceeded and either of the following events occurs:
  • You run the concurrent program PRC: Maintain Budgetary Control Balances.
  • You create a baseline version for any project with budget integration.
You can view summarized funds check results using the Budget Funds Check Results window.

Important: Because it results in additional data being stored, increasing this value may slow the performance of the funds check process.

This profile option can be set by the site administrator at the site level only.

3. PA: Allow Override of Budget Accounts

Internal name: PA_OVERRIDE_BUDGET_ACCOUNT
This profile option enables you to control whether accounts generated by the Project Budget Account workflow process can be manually overridden by users.
This profile option is optional, and the default value is "No".  It is only applicable for integrated budgets which require mapping project budget amounts to a GL budget account.  It is not require for non-integrated budgets.
The possible values are:
  • Yes - Users can manually override accounts.
  • No - Users cannot override accounts.
When enabled, you should not update the account for a budget line if the budget line is associated with transactions. Updating the account on such lines will cause the baseline process to fail.
Important: If you update account derivation rules for budgets in Oracle Subledger Accounting, then you must carefully consider the affect of the updates on existing integrated budgets. The baseline process fails if a revised account derivation rule overwrites accounts for budget lines that are associated with transactions.

This profile option can be set by the system administrator at the site level only.


4. PSA: Budgetary Control Report Template

Internal name: PSA_BC_REPORT_TEMPLATE

Use this profile option to enable users to view funds check results from Oracle Purchasing and Oracle Payables after a funds check.
You should select "Budgetary Control Results Template" as the value for this profile option to enable users to view standard funds check results from Oracle Purchasing and Oracle Payables after a funds check.

This profile option can be set by the system administrator at the site, application, responsibility, and user levels. Users may also update the user level setting.

5. GL Ledger Name

Internal name: GL_SET_OF_BKS_NAME
Use this profile option to specify your ledger.  The ledger you use should be enabled for budgetary controls and the subledger accounting method assigned to your ledger should be enabled for encumbrance accounting (See Note 1314706.1)
This profile can be set by the system administrator at the responsibility, application and site levels.

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...

Public API’s for FA Transactions

Public API’s for FA Transactions So far Oracle FA is have all the good things except the lack on reporting.Oracle FA is now offer lot of public API's that can be used to interfacing with third party or Oracle application other modules. Here are some of transaction's API's:   Additions API if you have requirement to add assets directly via PL/SQL then use  FA_ADDITION_PUB.DO_ADDITION. If you have selected the Allow CIP Assets check box on the Book Controls window of a tax book when adding CIP assets using the Additions API, the this API automatically adds those CIP assets to that tax book at the same time that they are added to the corporate book. Adjustments API you can make cost adjustments to your assetsdirectly via PL/SQL using  FA_ADJUSTMENT_PUB.DO_ADJUSTMENT  for any  process adjustment. Detail can be found in appendix H) You can use this API if you have a custom interface that makes it difficult to use with the existing Oracle Assets interfaces for adjusti...

Unbilled Receivables and Unearned Revenue Accounting in Oracle Projects

Unbilled Receivables and Unearned Revenue Accounting in Oracle Projects Introduction When it comes to contractual billing, invoice and revenue generation are two separate processes, which during the lifespan of a project may or may not always coincide with each other and so do the balances in revenue and receivables accounts.  This interim difference between revenue and invoice account balances is bridged using Unbilled Receivables (UBR) and Unearned Revenue (UER) Accounts. Unearned Revenue (UER) Unearned Revenue (also termed as deferred revenue or UER) signifies money received for the goods or services, which are yet to be delivered.  As per the principles of Revenue Recognition, UER is recorded as on the balance sheet unless it is converted to Revenue upon delivery of goods or services For Example XYZ Consulting Ltd. receives an annual maintenance contract of $ 12,000 on Dec 31, 2014 for the period of Jan 01, 2015 to Dec 31, 2015. At the start of the contract as of Dec 31, 2...