DBA Data[Home] [Help]

APPS.OTA_OTARPBUD_XMLP_PKG dependencies on HR_CURRENCY_PKG

Line 121: result:=hr_currency_pkg.convert_amount_sql(currency_code1,

117: if currency_code1=p_delegate_display_currency or currency_code1 is null or p_delegate_display_currency is null
118: then
119: cp_conv:= money_amount;
120: else
121: result:=hr_currency_pkg.convert_amount_sql(currency_code1,
122: p_delegate_display_currency,
123: cf_eff_date,
124: money_amount,
125: cf_currency_type);

Line 147: result:=hr_currency_pkg.convert_amount_sql(currency_code3,

143: if currency_code3=p_delegate_display_currency
144: then
145: cp_conv1:= money_amount2;
146: else
147: result:=hr_currency_pkg.convert_amount_sql(currency_code3,
148: nvl(p_delegate_display_currency,currency_code3),
149: cf_eff_date,
150: money_amount2,
151: cf_currency_type);

Line 163: return hr_currency_pkg.get_rate_type(

159: end;
160:
161: function cf_currency_typeformula(cf_eff_date in date) return varchar2 is
162: begin
163: return hr_currency_pkg.get_rate_type(
164: p_business_group_id,
165: cf_eff_date,
166: 'R');
167: