DBA Data[Home] [Help]

APPS.OZF_SALES_TRANSACTIONS_PVT dependencies on OZF_SYS_PARAMETERS_ALL

Line 241: FROM ozf_sys_parameters_all

237: AND source_code = nvl(p_source_code,'OM')); --fix for bug 6808124
238: --Added for bug 7030415
239: CURSOR c_get_conversion_type( p_org_id IN NUMBER) IS
240: SELECT exchange_rate_type
241: FROM ozf_sys_parameters_all
242: WHERE org_id = p_org_id;
243:
244: l_exchange_rate_type VARCHAR2(30) := FND_API.G_MISS_CHAR;
245: l_rate NUMBER;