DBA Data[Home] [Help]

APPS.AP_RECURRING_INVOICES_PKG dependencies on FND_CURRENCIES

Line 849: -- Get the Min_unit and precision from fnd_currencies

845: NULL;
846: END;
847:
848: ---------------------------------------------------------------------
849: -- Get the Min_unit and precision from fnd_currencies
850: ---------------------------------------------------------------------
851: debug_info := 'Get min_unit and precision';
852: SELECT minimum_accountable_unit, nvl(precision,0)
853: INTO P_min_unit, P_precision

Line 854: FROM fnd_currencies

850: ---------------------------------------------------------------------
851: debug_info := 'Get min_unit and precision';
852: SELECT minimum_accountable_unit, nvl(precision,0)
853: INTO P_min_unit, P_precision
854: FROM fnd_currencies
855: WHERE currency_code = P_invoice_currency_code;
856:
857: ---------------------------------------------------------------------
858: -- Get the Payment Priority from po_vendor_site