IT Community - Software Programming, Web Development and Technical Support

Oracle Apps - Interview FAQ

This is a discussion on Oracle Apps - Interview FAQ within the Interview Questions & Answers and Tips forums, part of the DiscussWeb IT Curriculum category; Hi Techies, Let's start posting Oracle Apps based interview questions and answers in this thread. Thanks...


Go Back   IT Community - Software Programming, Web Development and Technical Support > DiscussWeb IT Curriculum > Interview Questions & Answers and Tips

Register FAQ Members List Calendar Mark Forums Read
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 08-26-2007, 11:10 PM
prasannavigneshr prasannavigneshr is offline
D-Web Incredible
 
Join Date: Feb 2007
Posts: 1,321
prasannavigneshr is on a distinguished road
Send a message via MSN to prasannavigneshr
Default Oracle Apps - Interview FAQ

Hi Techies,

Let's start posting Oracle Apps based interview questions and answers in this thread.

Thanks
__________________
Prasanna Vignesh
MCPD | Web Developer
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-26-2007, 11:15 PM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Re: Oracle Apps - Interview FAQ

1.What are the setup steps for AP, AR, GL?

Below are some of the Main Step in GL, AP, AR Module



GL: Account Flex field

Account Combinations

Period Types

Define Calendar

Define Currency

Define Set of Books

Assign Set of Books to Responsibility

Daily Conversion Rate Types

Rates

JE Sources

Categories

System Controls

Profile Options

Open and Close Accounting Period



AP: Define Payables Lookups.

Define Purchasing Lookups.

Define payment programs.

Define your payment terms.

Define bank accounts.

Define Suppliers.

Define invoice approval codes.

Open your Payables accounting period.



AR: Define Payment Terms

Open and Close Period

Auto Accounting

Transaction Types

Transaction Source

Collectors

Approval Limit

Remittance Bank

Payment Method

Receipt Source

Aging Bucket

Customer Profile Classes

Customers

Customer Sites

Uses of Customer Sites (Ship to /Bill to)

Remit-to Address

Regards

Kiruthika
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-26-2007, 11:20 PM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Re: Oracle Apps - Interview FAQ

1. What is the difference between cross-validation rules and security-rules?

Security rules are segment specific and enforce predefined restrictions of a particular segment. After defining a security rule, for the security rule to take affect it should be assigned to a responsibility.

Cross validation rules prohibit invalid account combinations being created, thus they are applicable to a combination of segment values. Cross validation rule once created, would immediately take affect with all the responsibilities that are using the accounting structure(chart of accounts) for which the rule is defined.

2.How many Flexfields are there in AR and what are they?

Hi,

there are 2 flex fields in AR.

1.SALES TAX LOCATION

2.TERRITORY

thx
Kiruthika
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 11-02-2007, 11:44 PM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Re: Oracle Apps - Interview FAQ

What limitations are there in UTL_FILE?How to create the file using the UTL_FILE option?

To create a file it is required to initially create a directory..

CREATE DIRECTORY temp AS "/user/test/"

this would create the directory inthe unix box with name temp under the path /user/test.

now using the UTL_FILE.FOPEN we can read or write to a file.

UTL_FILE.FOPEN(/user/test/temp,testfile01,W,50)

the above command will create a file by name testfile01 under the specified path in Write mode containing each line a max of 50 character.

A max of 50 files can be open simultaneaously and max line size is 50 char these are some of limitations of UTL_FILE

Thanks

Kiruthika
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 11-02-2007, 11:45 PM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Re: Oracle Apps - Interview FAQ

What is auto invoice?

Auto Invoices are also used in Service Contracts as a concurrent Program namely "Auto Invoice Import Program". This program is Owned by Oracle Receivables. It imports the billing transactions from the "Service Contracts Main Billing" Program (This Program Belongs to Oracle Service Contracts) into Oracle Receivables & generate the invoice details. You have to pass down certain parameters regarding the Service Contract while running this program.
Also this Program pass down the information regarding Invoice No. & Taxation from Oracle Receivables to update the Contracts Billing History, when "Service Contracts Fetch Receivables Info for Billing" Concurrent Program (This Program also belongs to Oracle Service Contracts) is run.

Thx
Kirthika
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 11-02-2007, 11:47 PM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Oracle Apps - Interview FAQ

Types of invoce in AP ?

Invoice types in AP :
---------------------
Standared invoice
Debit memo
Credit memo
PO Defult
Mixed Invoice
Withholding Tax
Expence Invoice
Prepayment Invoice

Prepayment is invoice u enter to pay an advance Payment to Expences to a supplier or Employee

Steps for Prepayment :
----------------------------
1.we have to check Payable options.
2.Create Prepayment Invoice.
a.Temporary
b.Permanet.
3.we have to apply to Invoice.
4.Pay the Prepayment Amount.
5.Cash Clearing at Cash Management Module.

Thx
Kirthika
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 11-19-2007, 06:46 AM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Re: Oracle Apps - Interview FAQ

How many key flex fields in HRMS?
There are 6 Key Fields, Namely

1. Job KeyFlexFields.
2. Position KeyFlexFields.
3. Grade KeyFlexFields.
4. Cost Allocation FlexFields.
5. Competence FlexFields.
6. People Group FlexFields.

ThankQ
KiruthikaSambandam
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 11-19-2007, 06:47 AM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Re: Oracle Apps - Interview FAQ

What is Costing sub module in Oracle HRMS?

There is no such module in HRMS. But the expenses incurred because of HR activities such as Recruitment expenses, Learning Expenses (Training, Training facilities etc) and Time & Labor expenses (Project related expenses) and other misc expenses are Budgeted through providing the Costing information trhough the Cost Allocatiion Flex Field details in respective windows.

Even the employee pay and facilities are also been costed and allocated through the same Cost Allocation Flexfield information.

All these expenses are later transferred to General Ledger, to have an overall accounting at one particular point.

ThankQ
KiruthikaSambandam
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 11-19-2007, 06:47 AM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Re: Oracle Apps - Interview FAQ

What is date tracking, how it is used in HRMS ?

Well date tracking isa feature in Oracle HRMS esp with all tables whose name send with _F eger_all_people_f .Now what happens here is we cannont purge a record what we can do is endate a record and if we need to create an extension eg: of an assignment then we end-date the assignment and on a new record that is appended to the table we create a new record with starting date after the eend date and can restate the assignment, used in cases of Re-hire after end of assignment or in the extension of assignment beyond the end date. It helps Oracle maintain historical data and hence the tables are data trackable

ThankQ

KiruthikaSambandam
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 11-19-2007, 06:48 AM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Re: Oracle Apps - Interview FAQ

What are the system administration tasks in Oracle HRMS?

Following are the tasks for system administrator
-- Set Profile Options
-- Create Menu and Request Group for Custom Responsibilities
-- Create Responsibilities
-- Create Users
-- Attached Responsibilities with User


ThankQ

KiruthikaSambandam
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 11-19-2007, 06:49 AM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Re: Oracle Apps - Interview FAQ

How is employment information maintained in Oracle HRMS?

At table level, employee records are stored with effective start date and end date. Whenever you change any record in the Employee record in UPDATE mode, a new row is created at back-end. Hence history get stored in system.
At front end you have option to select effective date to get effective record on that date.

Enter and Maintain contains most of the required information related to employee. If you have some more information to cover, you can use Extra Information or Special Information to store details.


ThankQ
KiruthikaSambandam
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 11-19-2007, 06:50 AM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Re: Oracle Apps - Interview FAQ

What are the key flexfields present in Oracle HRMS?

There are 8 Key Fields, Namely

1. Job KeyFlexFields.
2. Position KeyFlexFields.
3. Grade KeyFlexFields.
4. Cost Allocation FlexFields.
5. Competence FlexFields.
6. People Group FlexFields.
7. personal analysis flex field
8. banking flex fields

ThankQ

KiruthikaSambandam
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 11-19-2007, 06:51 AM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Re: Oracle Apps - Interview FAQ

What are the steps involved in implementation of Oracle HRMS?

Following are the steps to implement Oracle HRMS,

-- Define Key Flexfields
-- Define Descriptive Flexfields
-- Define Business Group
-- Set required Profile Options
-- Define Location
-- Define Organization
-- Define Grades
-- Define Jobs
-- Define Positions
-- Set required Lookup values
-- Set person type and Assignments type as per requirement
-- Associate Special Informationa with your Responsibility
-- Register Extra Information and associate with your Responsibility

ThankQ
KiruthikaSambandam
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 11-19-2007, 06:52 AM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Re: Oracle Apps - Interview FAQ

What are the tools used with Oracle HRMS?

Discoverer -- To develop reports
Web ADI -- Either to upload or down load the data from Oracle to legacy system or viceversa
RDF Reports -- Standard reports developed by Report Builder
TOAD -- Testing Tool
Data Loader -- To upload different data into oracle data base
XML Publisher -- Integrated Oracle Reports with the help of Microsoft Template Builder

ThankQ
KiruthikaSambandam
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 11-19-2007, 06:53 AM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Re: Oracle Apps - Interview FAQ

What is the difference between key flexfield and Descriptive flexfield?

Key Flexfield is used to describe unique identifiers that will have a better meaning than using number IDs. e.g a part number, a cost centre etc
Desc Flex is used to just capture extra information.
Key Flexfields have qualifiers whereas Desc Flexfields do not.
Desc Flexfields can have context sensitive segments while Key flexfields cannot.


ThankQ
KiruthikaSambandam
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 12-18-2007, 04:10 AM
srikumar_l srikumar_l is offline
D-Web Sr.Programmer
 
Join Date: Aug 2007
Posts: 196
srikumar_l is on a distinguished road
Default Re: Oracle Apps - Interview FAQ

What is difference between ICM, Standard Managers & CRM in Concurrent Manager ?

ICM stand for Internal Concurrent Manager, which controls other managers. If it finds other managers down , it checks & try to restart them. You can say it as administrator to other concurrent managers. It has other tasks as well.

Standard Manager These are normal managers which control/action on the requests & does batch or single request processing.

CRM acronym for Conflict Resolution Manager is used to resolve conflicts between managers & request. If a request is submitted whose execution is clashing or it is defined not to run while a particular type of request is running then such requests are actioned/assigned to CRM for Incompatibilities & Conflict resolution.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 12-18-2007, 04:13 AM
srikumar_l srikumar_l is offline
D-Web Sr.Programmer
 
Join Date: Aug 2007
Posts: 196
srikumar_l is on a distinguished road
Default Re: Oracle Apps - Interview FAQ

How many ORACLE HOME are Oracle Apps and whats significance of each ?

There are three $ORACLE_HOME in Oracle Apps, Two for Application Tier (Middle Tier) and One in Database Tier.

ORACLE_HOME 1 : On Application Tier used to store 8.0.6 techstack software. This is used by forms, reports & discoverer. ORACLE_HOME should point to this ORACLE_HOME which applying Apps Patch.

ORACLE_HOME 2: On Application Tier used by iAS (Web Server) techstack software. This is used by Web Listener & contains Apache.

ORACLE_HOME 3: On Database Tier used by Database Software usually 8i,9i or 10g database.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 12-18-2007, 05:19 AM
sathian sathian is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 252
sathian is on a distinguished road
Default Re: Oracle Apps - Interview FAQ

What are Summary Accounts and Rollup groups ?

Summary Account: An account whose balance represents the sum of other account balances. We can use summary accounts for faster reporting and inquiry as well as in formulas and allocations.

Rollup Groups:
A collection of parent segment values for a given segment. We use rollup groups to define summary accounts based on parents in the group. We can use letters as well as numbers to name the rollup groups.


Thanks

Sathian.K
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 12-18-2007, 05:21 AM
sathian sathian is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 252
sathian is on a distinguished road
Default Re: Oracle Apps - Interview FAQ

What are different types of Journal entries ?

A Debit or Credit to a General Ledger Account is called Journal Entry...

Types of Journal Entries:-

1) General Journal Entry.

2)Recurrning Journal Entry.

3)Mass Allocation Journal Entry.

4)Reversing Journal Entry.

Thanks
Sathian.K
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 12-18-2007, 05:28 AM
sathian sathian is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 252
sathian is on a distinguished road
Default Re: Oracle Apps - Interview FAQ

When you are moving a cursor on a form what are the possible triggers that are going to be fired?

If you are moving from a item of first block to the item of another block in a form then following trigger will be fired.

post-text
when-validate-item (fired only when the status of the textitem has been changed)
post-block
pre-block
when-new-block-instance
pre-text
when-new-item-instance

If you are moving from a item to another item in same form then following trigger will be fired.

post-text
when-validate-item (fired only when the status of the textitem has been changed)
pre-text
when-new-item-instance

Thanks
Sathian.K
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/interview-questions-answers-tips/3512-oracle-apps-interview-faq.html
Posted By For Type Date
DiscussWeb IT Community - Technical Support and Technology Discussions This thread Refback 12-18-2007 05:17 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Google Apps Team Edition Emulates Social Networking Model Shanthi Technology BUZZzzzzz 1 03-04-2008 08:48 AM
Oracle Interview Questions & Answers arjkhanna Interview Questions & Answers and Tips 75 02-20-2008 09:27 AM
Run an exe from an oracle trigger H2o Database Support 5 08-09-2007 11:55 AM
Developing J2ME CDC apps for windows Mobile itbarota J2ME 1 07-23-2007 07:08 AM
oracle VS mysql jegan Database Support 0 07-20-2007 06:17 AM


All times are GMT -7. The time now is 06:13 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.