DBA Data[Home] [Help]

APPS.CN_COLLECTION_AIA_OM_PUB dependencies on CN_GLOBAL_VAR

Line 94: l_to_currency := cn_global_var.get_currency_code(p_org_id);

90: BEGIN
91: debugmsg('CN_COLLECTION_AIA_OM_PUB.get_exchange_rate: p_curr_code, org_id: ' || p_from_currency || ' , ' || p_org_id);
92: debugmsg('CN_COLLECTION_AIA_OM_PUB.get_exchange_rate:p_conversion_date: ' || p_conversion_date);
93: --
94: l_to_currency := cn_global_var.get_currency_code(p_org_id);
95: debugmsg('CN_COLLECTION_AIA_OM_PUB.get_exchange_rate: l_to_currency: ' || l_to_currency);
96: --
97: if( p_from_currency = l_to_currency) Then
98: return 1;