DBA Data[Home] [Help]

APPS.OZF_QUOTA_PUB dependencies on OZF_FUNDS_ALL_VL

Line 2548: FROM ozf_funds_all_vl

2544: CURSOR c_quota_details (quota_id IN NUMBER) IS
2545: SELECT fund_number, short_name, custom_setup_id, description, status_code,
2546: user_status_id, start_period_name, end_period_name, original_budget,
2547: currency_code_tc, owner, threshold_id, product_spread_time_id, object_version_number
2548: FROM ozf_funds_all_vl
2549: WHERE fund_id = quota_id;
2550:
2551: BEGIN
2552: