DBA Data[Home] [Help]

APPS.HRI_OLTP_VIEW_CURRENCY dependencies on HRI_BPL_CURRENCY

Line 17: RETURN hri_bpl_currency.convert_currency_amount

13: RETURN NUMBER IS
14:
15: BEGIN
16:
17: RETURN hri_bpl_currency.convert_currency_amount
18: (p_from_currency => p_from_currency,
19: p_to_currency => p_to_currency,
20: p_conversion_date => p_conversion_date,
21: p_amount => p_amount,

Line 35: RETURN hri_bpl_currency.convert_to_primary_crnc

31: RETURN NUMBER IS
32:
33: BEGIN
34:
35: RETURN hri_bpl_currency.convert_to_primary_crnc
36: (p_from_currency => p_from_currency,
37: p_amount => p_amount);
38:
39: EXCEPTION WHEN OTHERS THEN

Line 51: RETURN hri_bpl_currency.convert_to_secondary_crnc

47: RETURN NUMBER IS
48:
49: BEGIN
50:
51: RETURN hri_bpl_currency.convert_to_secondary_crnc
52: (p_from_currency => p_from_currency,
53: p_amount => p_amount);
54:
55: EXCEPTION WHEN OTHERS THEN