DBA Data[Home] [Help]

APPS.PO_CORE_S2 dependencies on FND_CURRENCY

Line 52: fnd_currency.get_info(x_currency_code,

48: x_progress VARCHAR2(3) := NULL;
49: BEGIN
50: x_progress := 10;
51:
52: fnd_currency.get_info(x_currency_code,
53: x_precision,
54: x_ext_precision,
55: x_min_unit );
56:

Line 74: fnd_currency.get_info(p_currency_code,

70: x_progress VARCHAR2(3) := NULL;
71: BEGIN
72: x_progress := 10;
73:
74: fnd_currency.get_info(p_currency_code,
75: x_precision,
76: x_ext_precision,
77: x_min_unit );
78: