DBA Data[Home] [Help]

APPS.OZF_FUND_ADJUSTMENT_PVT dependencies on OZF_REQUEST_LINES_ALL

Line 4122: select item_id, NVL(approved_amount,0),item_type from ozf_request_lines_all

4118: AND req.offer_id = off.qp_list_header_id;
4119:
4120: --get expense information.
4121: CURSOR c_req_expense (p_request_header_id IN NUMBER) IS
4122: select item_id, NVL(approved_amount,0),item_type from ozf_request_lines_all
4123: where request_header_id =p_request_header_id;
4124:
4125: --kdass 08-Jun-2005 Bug 4415878 SQL Repository Fix - changed the cursor query
4126: -- get committed budget information.