Free Oracle Magazine Profit:The Executive's Guide to Oracle Applications

Enter your e-mail address to receive notifications when there are new posts

Profit Magazine: The Executive's Guide to Oracle Applications

Implementing SWIFT MT’s within EBS

Posted on May 20th, 2008 by Sanjit Anand |Print This Post Print This Post |Email This Post Email This Post

Companies to Banking partner connectivity and online information exchange has long been an issue for many reasons for so many years. Driven by tighter regulation and the need for better cash management and effective working capital management prompt Treasures to explore more areas so that they can get better insight into their cash positions and forecasts. As mention in last post globalization, Single instance strategy, global bank model, multi-cash feature provided by banks, centralization and standardization of finance processes that makes finance department to explore more in this area. Integration with any banking partner solutions either interacting with third party netting system or Sending a simple wire payment instructions to bank, you does requires a very tight integration with your accounting system.

Read the rest of this entry »

Posted in Cash Management, Oracle Application, Oracle Treasury | No Comments »

Managing Cash , EBS and SWIFT

Posted on May 18th, 2008 by Sanjit Anand |Print This Post Print This Post |Email This Post Email This Post

In last couple of years, IT and Internet open the new door not only to IT Finance Managers but also Corporate Treasurers .The role of treasurers is more demanded and expectation with their banking partner have been greatly increased Changing Banking Relationships, Single Bank Model ,globalization , SWIFT corporate access and XML and end to end Integration with In house accounting system are some of the key points that enforce treasury department to look options with usage of Technology by either in building custom online applications or integrated and modified products From commercial vendors of ERP.

Lets start the topic of Treasurer Dilemma for exploring Integration of Oracle ERP with SWIFT Network.Here is one of case where treasurers seeking information with Oracle.

greyBarrowBackground

- Currently using Oracle E-Business Suite and planning to generate e-files from AP and Treasury modules and transfer it to SWIFT.
- Came to know that many messages stating that Oracle is developing some applications that would help integrate the e-business suite with SWIFT.
- As Oracle Treasury has the ability to generate MT 100. ( Assume AP has this functionality).

Read the rest of this entry »

Posted in Cash Management, Oracle Application, Oracle Treasury | 2 Comments »

Oracle EBS & SWIFT

Posted on May 17th, 2008 by Sanjit Anand |Print This Post Print This Post |Email This Post Email This Post

Read this

Whenever the Bank Intergation is required , the very first term would come in mind is SWIFT , a very similar way as EDI sort of messaging servics that Financial sectors are using .So let explore what is SWIFT and how many of these can be potenially targetted for Integration .

double-arrow-28 What is a S.W.I.F.T?

S.W.I.F.T. (or SWIFT) stands for Society for Worldwide Interbank Financial Telecommunication. It is a non-profit organization comprised of member financial institutions. It was established in 1973 by European bankers who needed a more efficient and secure system for inter bank communications and transfer of funds and securities. Until then, all inter bank communications were by telephone, telex, courier, or mail.

double-arrow-28 Swift Messages

SWIFT messages are preset and referred to by category numbers called MT numbers. Through this network (a.k.a. SWIFTnet) information can be exchanged using special crafted messages known as Message-Types (MT).

Read the rest of this entry »

Posted in Functional, Oracle Application | 3 Comments »

Step by Step : ‘AuditTrail’

Posted on May 16th, 2008 by Sanjit Anand |Print This Post Print This Post |Email This Post Email This Post

Previous Post:

greyBarrow Steps by step: Enabling audit trial

As per the below example the ‘Define An application user’ is a user table name for FND_USER,the same steps you can follow for your own tables.

Read the rest of this entry »

Posted in AOL, EBS Suite, Oracle Application, Tool | No Comments »

Are you seeking auditing ability in EBS…use ‘AuditTrail’

Posted on May 15th, 2008 by Sanjit Anand |Print This Post Print This Post |Email This Post Email This Post

greyBarrowWhat is an AuditTrail?

An AuditTrail is one of functionality for retaining a history of changes to data. What ,who and when can be identified on a particular table or column if the functionality is enabled.

When you enter or update data in your forms, you change the database tables underlying those forms. An audit trail tracks which row in the database was updated at what time, and which user was logged in using the associated form(s).

If you are seeking auditing ability to track changes on a particular table of Oracle this post might helpful to you.

greyBarrowEnabling the Functionality of AuditTrail

You can turn AuditTrail on or off (Yes or No). Normally the default setting is No (Off). When you enter or update data in your forms, you change the database tables underlying the forms you see and use. AuditTrail tracks which rows in a database table(s) were updated at what time and which user was logged in using the form(s). Also..

  • Several updates can be tracked, establishing a trail of audit data that documents the database table changes.
  • AuditTrail is a feature enabled on a form-by-form basis by a developer using Oracle’s Application Object Library.
  • All the forms that support AuditTrail are referred to as an audit set. You should also note not all forms may be enabled to support AuditTrail.
  • To enable or disable AuditTrail for a particular form, you need access to Oracle Application Object Library’s Application Developer responsibility.
  • Users cannot see nor change this profile option.
  • This profile option is visible and updatable at the site and application levels.

 

audit

The internal name for this profile option is AUDITTRAIL:ACTIVATE.

greyBarrow Setting Up AuditTrail(>11i )

You can choose to store and retrieve a history of all changes users make on a given table. Auditing is accomplished using audit groups, which functionally group tables to be audited. For a table to be audited, it must be included in an enabled audit group.

greyBarrowThe steps for setting up AuditTrail include:

Yuu need to verify Select Privileges on SYS.DBA_TABLES

Have your database administrator grant SELECT privileges on SYS.DBA_TABLES to the APPLSYS account. Normally, this step would Normally taken care during the installation of Oracle.

greyBarrowDefine Audit Groups

This is very very important.These are groups of tables and columns, where you do not necessarily need to include all the columns in a given table. You enable auditing for audit groups rather than for individual tables. You would typically group together those tables that belong to the same business process (for example, purchase order tables see at the end).

A given table can belong to more than one audit group. If so, the table is audited according to the highest “state” of enabling for any of its groups, where Enabled is the highest, followed by Disable Dump Data, Disable No Growth, and Disable Purge Table, in that order.

Navigation: Security -> AuditTrail -> Groups

greyBarrowDefine Audit Installations

You choose the registered Oracle IDs at your site that you want to audit. This allows you to audit across multiple application installations. When a table is added to an audit group, auditing will automatically be enabled for all installations of the table for which audit is enabled.

Navigation: Security -> AuditTrail -> Install

greyBarrowRun the Audit Trail Update Tables Report to Enable Auditing

Your AuditTrail definitions (and auditing) do not take effect until you run the Audit Trail Update Tables Report. If you change any of your definitions later, you must rerun this program. You run the Audit Trail Update Tables Report from the standard submission (Submit Reports) form.

greyBarrowAudit Trail Update Tables Report

This program creates database triggers on the tables in your audit groups for your installations. It also creates shadow tables, one for each audited table, to contain the audit information. If you have changed your audit definitions or disabled auditing for an audit group, the program drops or modifies the auditing triggers and shadow tables appropriately.

The program also builds special views you can use to retrieve your audit data for reporting.

You can check SQL*Plus to see if the Shadow Tables have been created or not. Shadow Table name is the same 26 Characters of the Table being audited followed by a suffix of “_A” ,suffix of “_AI” for Insert Triggers, “_AU” for Update triggers , “_AD” for Delete Triggers,suffix of “_AIP” for Insert Procedures “_AUP” for Update Procedures and “_ADP” for Delete Procedures.

greyBarrow AuditTrail Limitations

These are limitation of AuditTrail:

  • Your table should consist of maximum 240 columns
  • You cann’t use the column for audit trail whose data type is LONG, RAW, or LONG RAW
  • Your audit group must include all columns that make up the primary key for a table; these columns are added to your audit group automatically.
  • Once you have added a column to an audit group, you cannot remove it.
  • AuditTrail requires two database connections. If your operating platform does not automatically support two database connections
    (e.g., VMS or MPE/XL), then add the environment variable ‘FDATDB=<database connect string>’ to your environment file.
  • Because the structure of the audited table may change between product versions, AuditTrail does NOT support upgrading existing shadow tables or audited data. Before an upgrade, you should archive the shadow tables and perform all necessary reporting on the audited data.
  • Oracle recommended Disabling AuditTrail feature Prior to Upgrade to higher version.
  • If your plan is to use some auditTrail on table which name is bit longer(> 26 characters), you can’t achieve this. As there is Bug(#3872242
    ) reported by Oracle that restrict you from this, as AuditTrail Update Tables Errors out on audited tables that are > 26 characters.

Sometime back we found while enabling this on these tables.

  • PO_REQUISITION_HEADERS_ALL
  • PO_REQUISITION_LINES_ALL
  • PO_REQ_DISTRIBUTIONS_ALL

greyBarrowWhat are the primary Auditing Tables?

  • FND_AUDIT_COLUMNS
  • FND_AUDIT_GROUPS
  • FND_AUDIT_SCHEMAS
  • FND_AUDIT_TABLES

greyBarrowClient Dilema : HOW TO ENABLE AUDITING AT “FORMS” AND “USER” LEVEL TOGETHER

Customer has set the profile “Sign-on: Audit Level” to FORMS to collect information about the forms sessions at a particular time .
By default the value for this profile was USER.
Since he has set the value to Forms can he collect the User related information

Yes you can …
If the profile “Sign-on: Audit Level” is set to FORMS then it will collect Form sessions information in addition to user session information.
So you will get information related to User session as well as forms session. There is no harm in setting this profile value to FORMS.

Posted in AOL, Cash Management, EBS Suite, Oracle Application, Oracle Treasury, Tool | 1 Comment »

Search

Posted on May 10th, 2008 by Sanjit Anand |Print This Post Print This Post |Email This Post Email This Post

Advance Search(Google)

Custom Search


Posted in Oracle Application | No Comments »

Protected: White Papers

Posted on March 28th, 2008 by Sanjit Anand |Print This Post Print This Post |Email This Post Email This Post

This post is password protected. To view it please enter your password below:


Posted in Oracle Application | Comments Off

Subscribe

Posted on February 7th, 2008 by Sanjit Anand |Print This Post Print This Post |Email This Post Email This Post

Enter your e-mail address to receive notifications when there are new posts

Posted in Oracle Application | Comments Off

Highlights:Release 12 Oracle EBS Financials

Posted on February 4th, 2008 by Sanjit Anand |Print This Post Print This Post |Email This Post Email This Post

R12, Financial track is one of BEST release Ever. We have already seen some great functionality like:

  • A single responsibility to access and transact on multiple organizations
  • A single ledger to manage multiple currencies
  • Ledger sets to manage accounting processes across ledgers
  • Centralized rules engines for tax, accounting and inter company
  • A separate and simple payment creation and delivery solution
  • Centralized trading partners (suppliers, banks, first party legal entities)
  • Simplified reporting via XML Publisher and DBI
  • Netting across trading partners

Here are some of features old post :

double-arrowOracle Payable

Few Features like invoice Lines,Line level approvals,Matching to a PO shipment or receipt,Suppliers in TCA makes a complete new look. Read in details:

Read for more details

double-arrowLegal Entity & Legal Entity Architecture

Read for Details

For more from David’s blog

double-arrowMulti-Org Access Controls

Multi-Org Access Control feature allows you to enter, process data and generate reports from a single responsibility.

Read for More:

double-arrowAP-AR netting

This is used to offset Payable & Receivables and other functionlity like trading Partner Approval.

Read for More:

double-arrowGeneral Ledger

New Features like :

Eliminate Accounting Errors by providing Alternate Accounts Replace Disabled Accounts,Introduction for Definition Access Sets,Introducing Ledger Sets in place of SOB

Read for More:

double-arrowR12 Ledger

Read as partly covered

double-arrowSubledger Accounting

Rule based accounting engine, toolset & repository supporting ALL Oracle E-Business Suite modules.

Read for More:

double-arrowIntercompany

New featues centralized processing, a tight integration with Receivables & Payables along with nicly coupled with flexible approval rules makes a brand new A(advanced)GIS .New Reconciliation Tools is yet another that makes settlement progress easy.

Read for More details

double-arrowCash Managment
As bank Data Model has been changed and moved at a centralized place which get associated with legal entity association. Bank statement reconciliation become easier by more user friendly parameter.Other Features like centralized Balances & Interest,Interest Calculator,Bank Account Transfers makes a complete different look.

Read for More details

double-arrowPayment

Central Engine for Payment Disbursement and Funds Capture,Secure Repository for Credit Cards and Customer/Supplier Bank Accounts

Read for more details for technical coverage:

double-arrowBalancing

To Support Intercompany & Intracompany Transaction, the difference can be best understood as:

11i:
Balancing Journal Entries generated at posting time by the General Ledger Posting routine

In R12, the Balancing Routine:
Generates balancing accounting entries for subledger journal entries at time accounting is created
Generates balancing journal entries at posting time for all other journals Centralized Balancing Routine

Check out details from David’s blog

double-arrowOracle Receivables

double-arrowFixed Assets

Posted in Oracle Application, R12, Release12 | No Comments »

SAP-ORCL: “Security”

Posted on January 12th, 2008 by Sanjit Anand |Print This Post Print This Post |Email This Post Email This Post

sap oracle Over the coming weeks , I will feature a series(SAP-ORCL) of posts on some functionality gap among two great ERP product: SAP and Oracle.The posts will include comparative study ,answers in two product dimensions,the functionality gap and ofcourse end user/FinanceIT/ISD/IT department frustration with Oracle EBS which was replaced with SAP, as whole in term of initial acceptance.

Lets start with four question in ‘Security’ from end user prospective !

double arrowIs security defined by user, user group or a combination? Can this be set by Ledger/company/module or is it across the system?

port oracleIn oracle security is defined by user - Responsibility -menus ,request set , which can be easily customized or tailored able and can be reused so can use include/exclude functions.Menu Exclusion is also embedded to exclude from standard menu list.

Read the rest of this entry »

Posted in Oracle Application | 4 Comments »

« Previous Entries