Showing posts with label Conversion rate type table in oracle apps. Show all posts
Showing posts with label Conversion rate type table in oracle apps. Show all posts

Friday, 23 November 2018

Conversion Rate type table in oracle apps

Conversion Rate type table in oracle apps

In this post, We will be discuss about conversion rate type table in oracle apps. Conversion rate type uses to create different -different exchange rates for the same currencies but with different conversion types. For Example, there are Two BU’s (A & B) in Oracle. One Work for India and Second for Singapore and both refers different strategies to find the currencies exchange rate so it might be the case both have different -2 exchange rates for the same currency on same date so for this kind of cases we can create the Conversion Types Like Conversion for A and Conversion for B So with this we can create two different exchange rates for the same currency on same date with different conversion Types.  Conversion Rate type table Store this conversion type information’s and with the help of this we further find Currencies exchange rates from the system.
 
Conversion Rate type table in oracle apps
 

2 Important Conversion Rate type table in oracle apps

 
1.gl_daily_rates
 
2.gl_daily_conversion_types

SQL Query Using Conversion Rate type table in oracle apps

SELECT RATE_SOURCE_CODE,
typ.user_conversion_type "User Conversion Type"
,      rat.from_currency        "From Currency"
,      rat.to_currency          "To Currency"
,     CONVERSION_RATE
,    CONVERSION_DATE
FROM   gl_daily_conversion_types typ
,      gl_daily_rates            rat
WHERE  rat.conversion_type = typ.conversion_type
AND    rat.from_currency   < rat.to_currency
 

 

 

Monday, 10 September 2018

Conversion rate type table in oracle apps

Conversion rate type table in oracle apps

In this post , We will discuss about Conversion rate type table in oracle apps. Conversion Rate Types we do creates for Currencies exchange rates. We need to mentioned the Conversion rate type in the Exchange rate of the Currencies in the Oracle apps r12. Conversion rate type helps to distinguish the exchanges rates for the currencies for a specific periods. Here below I will share the Conversion rate type table in oracle apps.
 

Steps to Create the Conversion rate type in oracle apps

Go to the GL responsibility
Setup ==> Rates ==> Types
Conversion rate type table in oracle apps
 

Define Conversion rate type in oracle apps

 
 
Conversion rate type table in oracle apps
 
 
 

Conversion rate type table in oracle apps

GL_DAILY_CONVERSION_TYPES
 

Contact us for any Collaboration, Project Support & On Job Support Work

Name

Email *

Message *