DBA Data[Home] [Help]

APPS.PER_SALADMIN_UTILITY dependencies on HR_CURRENCY_PKG

Line 1563: l_conversion_type := hr_currency_pkg.get_rate_type

1559: else
1560: l_conversion_date := sysdate;
1561: end if;
1562:
1563: l_conversion_type := hr_currency_pkg.get_rate_type
1564: (p_business_group_id,p_conversion_date,'P');
1565: if (l_conversion_type is not null) then
1566: l_currency_rate :=
1567: hr_currency_pkg.get_rate_sql

Line 1567: hr_currency_pkg.get_rate_sql

1563: l_conversion_type := hr_currency_pkg.get_rate_type
1564: (p_business_group_id,p_conversion_date,'P');
1565: if (l_conversion_type is not null) then
1566: l_currency_rate :=
1567: hr_currency_pkg.get_rate_sql
1568: (p_from_currency,
1569: p_to_currency ,
1570: l_conversion_date,
1571: l_conversion_type