DBA Data[Home] [Help]

APPS.FUN_NET_ARAP_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 2492: FROM ap_system_parameters_all

2488: l_exchange_rate_type := g_batch_details.exchange_rate_type;
2489: ELSE
2490: SELECT default_exchange_rate_type
2491: INTO l_exchange_rate_type
2492: FROM ap_system_parameters_all
2493: WHERE org_id = g_batch_details.org_id;
2494:
2495: END IF;
2496: