Corporate Training
Request Demo
Click me
Menu
Let's Talk
Request Demo

Oracle Finance Interview Questions and Answers

by sonia, on May 24, 2017 3:40:54 PM

Oracle Finance Interview Questions and Answers

Q1. Create a new GL module in the same machine I need to create a new set of database Oracle Finance and program in the same machine having the Sun Solaris system.Can I just copy the volume of program and data?Or do I need to make a new installation?If I need to make a copy of the GL module set database, is it possible if I only copy the data, and make a new pointing map from the program?

Ans: In order to create a new set of database Oracle Finance and program in the same machine, you will need to create a new instance. You can create the new instance in the same machine.

Q2. Oracle Receivables – Interface

Can you tell me which tables get hit in the ‘Receivables’ module when the receivables interface is run from Order Entry?

Ans: We have the RA_INTERFACE_LINES_ALL table to be populated. From there, AR picks data for creating an invoice using “autoinvoice”.
While Autoinvoice gets data from ra_interface_lines_all, it also picks data from ra_interface_salescredits_all and ra_interface_distributions_all if it is present.

Q3. Oracle Financial problem

I have installed two instances (test, vision) of Oracle Financial 11i for vision instance and everything seems ok. But in testing an instance after logging using sysadmin/sysadmin ini IE5.0, an error comes after the applet has started.

I find this error:
“APP-FND-01516: invalid username or password or database
The tns80listnerAPP_TEST is not starting.”

How can I solve this?

Ans: You have just found out that database would not start correctly in getting the error in identifying control file;
Go to the COMMON_TOP/admin/install directory
/u202/train/d01/oracle/prodcomn/admin/create
To solve this, run “adcrdb.sh”. This created the control file.
Restart the database, and then try connecting to applications which will complete the connection.

Q4. Customer vs. Journal Entries Balances

This is the scenario I have:

When an invoice is created in AR AND the user changes to the AR (1070), it debits to something other than 1070.
The customer balance is increased to reflect that he owes us money but the Journal entries for 1070 remains at 0.
I assume the Aged VS and the journal entries for a customer should be equal. I am aware the invoice should have used 1070 but it didn’t, which means a user error.

Do you know how to undo this type of error?
Please note that it is too late to cancel the invoice. There are other types of user mistakes that can throw out the JE VS AGED as well.

Ans: The situation you mentioned is the reasons why you should not change invoices that are accounted for. This can also happen when the J/E is changed since the AR transfer to GL creates unnoted J/E. Changing the said invoices puts GLA and the sub ledger out of sync.
You need to set the journal source for receivables so that the update flag is not enabled.
In AR, don’t change invoices that are there. Instead use DM and CM functionality to adjust invoices or create new ones.

Q5. Oracle audit possibilities

I like to know if there are functionalities in Oracle Applications that will allow me to audit the access users to have certain forms.
Are there specific requests that will allow me to look up all the users that can define vendors, or do I have to define queries on the database tables?

Ans: You can select distinct user_id from fnd_user where user_id in (select created_by from po_vendor_sites_all).
Alternatively, you can play with the user and responsibility tables to see who has access to the responsibilities. You need to PO super user and PO user, and other responsibilities that have access to the form to enter vendors. If a user does not have access to a ‘responsibility used’ to enter vendors, he cannot enter vendors using his login.
Note that po_vendors is at a generic level (no_org_id) while po_vendor_sites is at org_id level.
created_by and Updated_by are who columns that allow you to see who created or updated the data.

 

Q6. Asset number generation

In our system, asset numbers are automatic generated one by one. But sometimes, it skips the sequence.

For example, we have closed a period with a last asset number 326, and when we open the next period, it is gives an asset number of 329. It means we missed asset number 327 & 328. Sometimes, it also happens even without closing the period.

How do I fix this?

Ans: You will need to check your Fa_distribution_history table to see if you are missing gaps there and then trace it to where assets where created, either in FA or in PA.

Q7. What is Flex field? What are different types of Flex field?

Ans: Flex field is used to capture information of your Organisations.

Q8. Difference between KFF and DFF.

Ans:
KFF

  • Unique identifier
  • Stored in segment Column

DFF

  • Is used to capture additional information
  • Stored in attribute Column

Q9. How many KFF are in GL. AP , AR.

Ans:

  • Module KFF
  • GL Accounting FF
  • AP No KFF
  • AR Sales tax Location FF
  • Territory Flexfield.

Q10. What is symbol of DFF in the Forms?

Ans: Square Bracket [ ].

Q11. What is structure of KFF in the Accounting Flexfields.

Ans:

  • Company
  • Cost center
  • Account
  • Product
  • Future use.

Q12. How many segments are in AFF.

Ans: max 30 segments and min two.

Q13. What are flexfield Qualifiers.

Ans: Flexfield Qualifiers is used to identify the segments. Various types of flexfield qualifiers are listed below:

  1. a) Balancing Segment Qualifier.
    b) Cost Center segment Qualifier.
    c) Natural Account Segment Qualifier.
    d) Intercompany Segment Qualifier.

Q14. What is Dynamic Insertions?

Ans: You can create Code Combinations at run time.

Q15. In which table Code Cominations id is stored.

Ans: GL_CODE_COMBINATIONS.

Q16. In which table flex values are stored.

Ans: 1. fnd_ flex_Values
2. fnd_ flex_Values_tl

Q17. What is set of Books and in which table set of book is stored.

Ans: Set of Books is a Financial Reporting entity which Consist of three C.

  1. a) Chart Of Accounts
    b) Currency
    c) Calendar.

Set of Books is stored in GL_SETS_OF_BOOKS

Q18. In which table Currency and Period Type Nameare stored.

Ans: Currency – FND_CURRENCIES
Period – GL_PERIOD_STATUSES

Q19. In which table Segment Values are stored and concatenated values are stored.

Ans:

  • GL_CODE_COMBINATIONS
  •  GL_CODE_COMBINATIONS_KFV.

Q20. What are different types of Currency.

Ans:

  • Functional Currency
  • Foreign currency.

Q21. What are different types of Calendars.

Ans:
Different types of Calendars are listed below

  • Fiscal
  • Accounting

Q22. How will you attach set of Books to the Responsibility?

Ans: through Profile. GL SETS OF Books Name.

Q23. What is Profile and what are different types of Profiles.

Ans: Profile: Profile is the changeable option that affects the way your application runs. There are two types of profile.

  1. System defined
  2. User defined

Q24. What are different Profiles Level available in oracle apps.

Ans: Below are the Profiles Level available in oracle apps

  • Site(Lowest level)
  • Application
  • Responsibility
  • User

Q25. Write Name of some Profile options.

Ans:

  • GL Sets of Books Name
  • GL sets of Books id
  • MO:Operating unit (multi org).
  • HR:User type.

Q26. What is cycle of GL.?

Ans: In simple and layman words-

  • Open the period
  • Create Journal Enteries
  • Post the Journals.

Q27. In Which tables Journal entries created.

Ans: Important tables are-

  • Batch: GL_JE_BATCHES
  • Header: GL_JE_HEADERS
  • Lines : GL_JE_LINES

Q28. After Posting data goes in which tables.

Ans: GL_BALANCES.( Column Period_net_cr, period_net_dr).

Q29. What are Important tables in GL.

Ans:

  • GL_JE_BATCHES
  • GL_JE_HEADERS
  • GL_JE_LINES
  • GL_BALANCES
  • GL_SETS_OF_BOOKS
  • GL_CODE_COMBINATIONS
  • GL_PERIOD_STATUES
  • GL_INTERFACE

Q30. In which table Supplier information’s is stored.

Ans: Supplier information can be found in following tables

  • PO_VENDORS
  • PO_VENDOR_SITES_ALL
  • PO_VENDOR_CONTACTS.

Related Interview Questions...

Topics:Oracle Finance Interview Questions and AnswersInformation Technologies (IT)

Comments

Subscribe

Top Courses in Python

Top Courses in Python

We help you to choose the right Python career Path at myTectra. Here are the top courses in Python one can select. Learn More →

aathirai cut mango pickle

More...