DBA Data[Home] [Help]

APPS.OZF_ADJUSTMENT_EXT_PVT dependencies on OZF_SYS_PARAMETERS_ALL

Line 541: FROM ozf_sys_parameters_all

537:
538: -- get conversion type
539: CURSOR c_get_conversion_type( p_org_id IN NUMBER) IS
540: SELECT exchange_rate_type
541: FROM ozf_sys_parameters_all
542: WHERE org_id = p_org_id;
543:
544: -- get sites org id type
545: CURSOR c_org_id (p_site_use_id IN NUMBER) IS

Line 3133: FROM ozf_sys_parameters_all

3129:
3130: -- Added for bug 7030415, cursor for currency conversion type.
3131: CURSOR c_get_conversion_type( p_org_id IN NUMBER) IS
3132: SELECT exchange_rate_type
3133: FROM ozf_sys_parameters_all
3134: WHERE org_id = p_org_id;
3135:
3136: l_exchange_rate_type VARCHAR2(30) := FND_API.G_MISS_CHAR;
3137: