DBA Data[Home] [Help]

APPS.OZF_CLAIM_ACCRUAL_PVT dependencies on OZF_FUNDS_ALL_VL

Line 8278: FROM ozf_funds_all_vl

8274: WHERE transfer_type = 'REQUEST'
8275: AND status_code = 'APPROVED' --ninarasi : fix for bug # 12611938
8276: AND act_budget_used_by_id = cv_offer_id
8277: AND EXISTS ( SELECT 1
8278: FROM ozf_funds_all_vl
8279: WHERE fund_id = budget_source_id
8280: AND CURRENCY_CODE_TC = a.approved_in_currency);
8281:
8282: -- Bugfix 4493735

Line 8292: FROM ozf_funds_all_vl

8288: WHERE transfer_type = 'REQUEST'
8289: AND status_code = 'APPROVED' --ninarasi : fix for bug # 12611938
8290: AND act_budget_used_by_id = cv_offer_id
8291: AND EXISTS ( SELECT 1
8292: FROM ozf_funds_all_vl
8293: WHERE fund_id = budget_source_id
8294: AND currency_code_tc = a.approved_in_currency);
8295:
8296: l_adj_util_id NUMBER := 0;