DBA Data[Home] [Help]

APPS.OZF_RESALE_COMMON_PVT dependencies on OZF_OBJECT_FUND_SUMMARY

Line 6763: FROM ozf_object_fund_summary

6759: , univ_curr_earned_amt
6760: , paid_amt
6761: , plan_curr_paid_amt
6762: , univ_curr_paid_amt
6763: FROM ozf_object_fund_summary
6764: WHERE object_type = p_object_type
6765: AND object_id = p_object_id
6766: AND fund_id = p_fund_id;
6767: