GeekInterview.com
Series: Subject: Topic:

Oracle Apps FAQs

 
Sub Categories (+ View)
Subject Name
Questions
Answers
Last updated
44
37
Oct
20th,
2011
Showing Questions 1 - 20 of 208 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

What is revaluation in general ledger

Asked By: dileep | Asked On: Feb 23rd, 2006

Answered by: RAMESH BABU.R on: Apr 24th, 2013

What are the currencies will be used by the revaluation?

Answered by: Sandeep Pareek on: Sep 4th, 2012

Revaluation is used if, and only if, you have foreign currency transactions (i.e.Conversion of foreign currency transactions).

Revaluation uses the Period Rates Table. The Revaluation Rate is simply 1/Period End Rate.

Certification on Oracle service modules

Asked By: shivramk | Asked On: Jan 17th, 2013

I am a crm function consultant, is there any certifications available in Oracle for Oracle Apps service modules such as field service,teleservice,depot repair,service contract & even want to know if there any certifications available on Oracle Apps sales & marketing.

Real time question submitting two concurrent program from back end?

Asked By: santosh.rdg | Asked On: Nov 21st, 2012

How we submit two concurrent program from backend.If one program is got error out no need to stop the program u need to run second concurrent program..?

AP accounting entries

Asked By: sumathi.ch | Asked On: Sep 4th, 2010

What are the different types of accounting entries available in ap?

Answered by: Vinod on: Oct 5th, 2012

As you know there are three types of items: •Inventory Expense Item a) Create Receipt Inventory Receiving A/c Dr Accrual A/c Cr b) Receiving Transaction Expense A/c Dr Inventory Receiving...

Tar and meta link

Asked By: mihiroracle | Asked On: May 11th, 2008

What is tar? What is the processes to raise tar in detail? What is metal link?

Answered by: Bonthu Nagi Reddy on: Mar 8th, 2012

Metalink is the Oracle Corporation Website, Where any one can get all the Information about A-Z of Oracle , Oracle Products, User Guides, Technical Reference Manuals etc... To access metalink one nee...

Answered by: kparhi on: Dec 10th, 2008

 TAR stands for Technical Assistance Request from Oracle. This is wbbased support from to their Oracle Apps/E-business suit customers.This done thru their site metalink.oracle.com.

What is seeded invoice?

Asked By: arameshofc | Asked On: Dec 28th, 2007

Answered by: Lokesh M on: Feb 12th, 2012

It is a part of Oracle Order Management Implementation. Seeded meaning initial data or pre-defined data provided with the system. Order Management sends invoices and credit memos to Receivables via t...

Post journals

Asked By: roni_dutt | Asked On: Feb 24th, 2009

How to run the GL posting through custom program?

Answered by: Sarath on: Dec 14th, 2011

In two ways we can post the journals.

Journals> Post function will helps you to post specific journels or we have a request "Program - Automatic Posting", this program will post all the journals.

India localization setup

Asked By: mchitluri | Asked On: Mar 6th, 2008

How to create india localization setups?

Answered by: raju on: Dec 3rd, 2011

Hi,

Please share R12 Indian locailzation setup and Procedural documetns to me.

Regards
Raju

Answered by: raghu.nandana on: Oct 4th, 2008

For this there is a diff module called India localization in that there are separate setup is the based on the tax, local area its depend for ex. in standard when you create an organization in India l...

Need a query that can give me all the responsibilities that have a specific function.

Asked By: Vishal | Asked On: Jan 4th, 2007

The input param will be the "function name" and the output should be "all the responsibilities that use that function" irrespective of whether the function in under the menu or the sub-menu of that responsibility.

Answered by: fouzia on: Sep 13th, 2011

here is the query that give you all responsibilities having a specific function in menu or sub menus: "oracle8 replace yourFUNCTION_NAME by your function_name SELECT r.RESPONSIBI...

Answered by: fouz on: Sep 13th, 2011

but this query will list just the menu linked directely to responsibilities, not their sub menus also

PO module

Asked By: bramhi.86 | Asked On: Dec 13th, 2010

How to join the tables in PO modules?

Answered by: CP on: Sep 2nd, 2011

Following should work for standard POs "sql SELECT * FROM po_headers_all pha ,po_lines_all pla ,po_line_locations_all plla ,po_distributions_all pda WHER...

Oracle Apps error rep-0613 : value does not match

Asked By: syedrafi123 | Asked On: Nov 2nd, 2007

Hi,while running reports in Oracle applications ,i also defined a value set with parameters. Moreover I have defined the correct mask for the date field in the properties of report & I got the following errors:appllcsp environment variable set to:current nls_lang and nls_numeric_characters environment...

Answered by: Pullareddy Mukkamalla on: Aug 17th, 2011

Use the value set FND_STANDARD_DATE and in the user parameters defined in the report use the following as input mask against the date field.

RRRR/MM/DD HH24:MI:SS

GL - journal entry for reversal

Asked By: arameshofc | Asked On: Jan 6th, 2008

What is the journal entry for reversal?

Answered by: Shweta P on: Aug 17th, 2011

Journal entry used to reverse accruals, estimates, errors or temporary adjustments. You can reverse the journal by ‘assigning reversal period or reversal effective date to a journal entry which you...

Distinct value in value set

Asked By: bhushan.oracle | Asked On: Nov 27th, 2008

How to get distinct value for any column in value set.E.G table is emp, to type value set for job then in lov it has to display distinct job.

Answered by: Bhaskar Bethi on: Aug 12th, 2011

select PERIOD_YEAR
from gl_periods
where rowid in (select max(rowid) from gl_periods group by
PERIOD_YEAR )
order by PERIOD_YEAR

Follow the same with required table.

Answered by: sridutta on: Dec 8th, 2008

Use select distinct column name from table instead of table name

Project accounting module

Asked By: kreddy.vonteddu | Asked On: May 30th, 2010

What is pa module? What are its main use & what are its steps & navigations?

Answered by: Rajasekhar Reddy Adam on: Aug 1st, 2011

Oracle Projects is suite of modules which combines Project Costing Project Billing Project Foundation Project Management Project Resource Management and Project Portfolio Management Oracle ...

Open return orders conversion from 11i to Oracle r12

Asked By: Ravi dharsi | Asked On: Apr 29th, 2011

Whether any one worked on sales order conversion and I want to know the process to do this and I am having some concerns in data mapping...Please assist on this...Regards,ravindra.

Open return sales order conversion from 11i to r12

Asked By: Ravi dharsi | Asked On: Apr 26th, 2011

I am going to work on open return sales order conversion with line category is "awaiting return" and first time I am doing this conversions...Could you please any one tell me the process and if you guys having any sample codes,please mail me to raviApps84@gmail.Com...Thanks in advanceravi

GL - ers function

Asked By: arameshofc | Asked On: Jan 6th, 2008

What is ers? Use of this function?

Answered by: durga.polina on: Mar 23rd, 2011

ERS Belongs to AP Module.

Pay on Receipt also known as ERS(Evaluated Receipt Settlement) or Self-Billing, is an Oracle Purchasing Concurrent Program, which automatically creates invoices in Payables and matches them with purchase orders for the received amount.

Answered by: fighter83 on: Feb 27th, 2008

ERS is used in ap not in GL

Set org id

Asked By: shahnawaz.alam | Asked On: Apr 11th, 2010

How to set org id?

Answered by: abhi4apps on: Dec 3rd, 2010

By using fnd_clinet_info.set_org_context

begin
fnd_client_info.set_org_context(org_id)
end

What is the difference between conversion and interface

Asked By: prasanna | Asked On: Apr 26th, 2007

Answered by: ora.ram_481 on: Sep 24th, 2010

Conversion is one time process interface is scheduled process.

Answered by: shweta mishra on: May 15th, 2008

There is very major difference b/w conversion & interface.
data conversion is receiveing data from a legacy syatem ,validating it &  converting to our targat module using the import program.

Interface is used to transfer data from legacy system to oracle system.

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Question Categories

Oracle Apps Forms FAQ

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.