DBA Data[Home] [Help]

APPS.OZF_FUND_ADJUSTMENT_PVT dependencies on OZF_REQUEST_LINES_ALL

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

3440: AND req.offer_id = off.qp_list_header_id;
3441:
3442: --get expense information.
3443: CURSOR c_req_expense (p_request_header_id IN NUMBER) IS
3444: select item_id, NVL(approved_amount,0),item_type from ozf_request_lines_all
3445: where request_header_id =p_request_header_id;
3446:
3447: --kdass 08-Jun-2005 Bug 4415878 SQL Repository Fix - changed the cursor query
3448: -- get committed budget information.