DBA Data[Home] [Help]

APPS.OZF_QUOTA_ALLOCATIONS_PVT dependencies on OZF_ACCOUNT_ALLOCATIONS

Line 78: FROM OZF_ACCOUNT_ALLOCATIONS

74: AND NOT EXISTS(select 1 FROM ozf_funds_all_b WHERE parent_fund_id = p_quota_id);
75:
76: CURSOR c_unallocated_amt_leaf(p_quota_id NUMBER) IS
77: SELECT TARGET Unallocated_Fund
78: FROM OZF_ACCOUNT_ALLOCATIONS
79: WHERE ALLOCATION_FOR = 'FUND'
80: AND ALLOCATION_FOR_ID = p_quota_id
81: AND PARENT_PARTY_ID = -9999;
82: