DBA Data[Home] [Help]

APPS.PO_CORE_S dependencies on FND_CURRENCY

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

3118: l_po_currency ); --OUT
3119:
3120: -- Get the Precision (never NULL), Extended Precision, Minimum Accountable Unit
3121: -- for the Set of Books' currency code...
3122: FND_CURRENCY.get_info( l_base_currency, -- IN
3123: l_base_precision, --OUT
3124: l_base_ext_precision, --OUT
3125: l_base_min_unit ); --OUT
3126:

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

3124: l_base_ext_precision, --OUT
3125: l_base_min_unit ); --OUT
3126:
3127: -- and for the PO's currency code...
3128: FND_CURRENCY.get_info( l_po_currency, -- IN
3129: l_po_precision, --OUT
3130: l_po_ext_precision, --OUT
3131: l_po_min_unit ); --OUT
3132:

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

3349: l_po_currency ); --OUT
3350:
3351: -- Get the Precision (never NULL), Extended Precision, Minimum Accountable Unit
3352: -- for the PO's currency code...
3353: FND_CURRENCY.get_info( l_po_currency, -- IN
3354: l_po_precision, --OUT
3355: l_po_ext_precision, --OUT
3356: l_po_min_unit ); --OUT
3357: