DBA Data[Home] [Help]

APPS.CN_TRANSACTION_LOAD_PKG dependencies on CN_GENERAL_UTILS

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

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