DBA Data[Home] [Help]

APPS.OZF_FUND_UTILIZED_PVT dependencies on HZ_CUST_SITE_USES_ALL

Line 362: FROM hz_cust_site_uses_all

358:
359: -- Cursor to get the org_id for cust acct
360: CURSOR c_cust_acct_org_id (p_site_use_id IN NUMBER) IS
361: SELECT org_id
362: FROM hz_cust_site_uses_all
363: WHERE site_use_id = p_site_use_id;
364:
365:
366: CURSOR c_plan_curr_amount (p_utilization_id IN NUMBER) IS