DBA Data[Home] [Help]

APPS.FUN_NET_ARAP_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 134: FROM ap_system_parameters_all

130: l_exg_rate := l_exg_rate_1;
131: ELSIF l_exchange_rate_type IS NULL THEN
132: SELECT default_exchange_rate_type
133: INTO l_exchange_rate_type
134: FROM ap_system_parameters_all
135: WHERE org_id = l_org_id;
136: END IF;
137: IF ((l_exchange_rate_type IS NOT NULL) AND (l_exchange_rate_type<>'User'))THEN
138: IF gl_currency_api.rate_exists(

Line 3187: FROM ap_system_parameters_all

3183: l_exchange_rate_type := g_batch_details.exchange_rate_type;
3184: ELSE
3185: SELECT default_exchange_rate_type
3186: INTO l_exchange_rate_type
3187: FROM ap_system_parameters_all
3188: WHERE org_id = g_batch_details.org_id;
3189: END IF;
3190: IF l_exchange_rate_type IS NOT NULL THEN
3191: IF gl_currency_api.rate_exists(