DBA Data[Home] [Help]

APPS.CN_TRANSACTION_LOAD_PKG dependencies on CN_GENERAL_UTILS

Line 688: functionalcurrency := cn_general_utils.get_currency(p_org_id);

684:
685: /*****************************************/
686: /* Validation for multi-currency */
687: /*****************************************/
688: functionalcurrency := cn_general_utils.get_currency(p_org_id);
689:
690: -- If transaction currency = functional currency, then OK
691: -- if exch rate is NULL, fill in before rate check
692: -- Commented this query to fix bug# 1772128