DBA Data[Home] [Help]

APPS.OE_PROCESS_REQUISITION_PVT dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 781: , financials_system_params_all fsp

777: , g_requested_quantity
778: , g_requested_quantity2 --Bug 14211120
779: from mtl_system_items_b_kfv items
780: , po_requisition_lines_all prl
781: , financials_system_params_all fsp
782: where fsp.org_id = prl.org_id
783: and fsp.inventory_organization_id = items.organization_id
784: and prl.item_id = items.inventory_item_id
785: and prl.requisition_line_id = P_Req_Line_id;

Line 882: , financials_system_params_all fsp

878: , g_need_by_date
879: , l_Req_Line_NeedByDate
880: from mtl_system_items_b_kfv items
881: , po_requisition_lines_all prl
882: , financials_system_params_all fsp
883: where fsp.org_id = prl.org_id
884: and fsp.inventory_organization_id = items.organization_id
885: and prl.item_id = items.inventory_item_id
886: and prl.requisition_line_id = P_Req_Line_id;