DBA Data[Home] [Help]

APPS.OZF_SALES_TRANSACTIONS_PVT dependencies on OZF_SYS_PARAMETERS_ALL

Line 259: FROM ozf_sys_parameters_all

255: AND source_code = nvl(p_source_code,'OM')); --fix for bug 6808124
256: --Added for bug 7030415
257: CURSOR c_get_conversion_type( p_org_id IN NUMBER) IS
258: SELECT exchange_rate_type
259: FROM ozf_sys_parameters_all
260: WHERE org_id = p_org_id;
261:
262: l_exchange_rate_type VARCHAR2(30) := FND_API.G_MISS_CHAR;
263: l_rate NUMBER;