DBA Data[Home] [Help]

APPS.PER_SALADMIN_UTILITY dependencies on HR_CURRENCY_PKG

Line 1338: l_conversion_type := hr_currency_pkg.get_rate_type

1334: else
1335: l_conversion_date := sysdate;
1336: end if;
1337:
1338: l_conversion_type := hr_currency_pkg.get_rate_type
1339: (p_business_group_id,p_conversion_date,'P');
1340: if (l_conversion_type is not null) then
1341: l_currency_rate :=
1342: hr_currency_pkg.get_rate_sql

Line 1342: hr_currency_pkg.get_rate_sql

1338: l_conversion_type := hr_currency_pkg.get_rate_type
1339: (p_business_group_id,p_conversion_date,'P');
1340: if (l_conversion_type is not null) then
1341: l_currency_rate :=
1342: hr_currency_pkg.get_rate_sql
1343: (p_from_currency,
1344: p_to_currency ,
1345: l_conversion_date,
1346: l_conversion_type