DBA Data[Home] [Help]

APPS.PO_CORE_S dependencies on FND_CURRENCY

Line 2990: FND_CURRENCY.get_info( l_base_currency, -- IN

2986: l_po_currency ); --OUT
2987:
2988: -- Get the Precision (never NULL), Extended Precision, Minimum Accountable Unit
2989: -- for the Set of Books' currency code...
2990: FND_CURRENCY.get_info( l_base_currency, -- IN
2991: l_base_precision, --OUT
2992: l_base_ext_precision, --OUT
2993: l_base_min_unit ); --OUT
2994:

Line 2996: FND_CURRENCY.get_info( l_po_currency, -- IN

2992: l_base_ext_precision, --OUT
2993: l_base_min_unit ); --OUT
2994:
2995: -- and for the PO's currency code...
2996: FND_CURRENCY.get_info( l_po_currency, -- IN
2997: l_po_precision, --OUT
2998: l_po_ext_precision, --OUT
2999: l_po_min_unit ); --OUT
3000:

Line 3221: FND_CURRENCY.get_info( l_po_currency, -- IN

3217: l_po_currency ); --OUT
3218:
3219: -- Get the Precision (never NULL), Extended Precision, Minimum Accountable Unit
3220: -- for the PO's currency code...
3221: FND_CURRENCY.get_info( l_po_currency, -- IN
3222: l_po_precision, --OUT
3223: l_po_ext_precision, --OUT
3224: l_po_min_unit ); --OUT
3225: