DBA Data[Home] [Help]

APPS.OE_PROCESS_REQUISITION_PVT dependencies on MTL_SYSTEM_ITEMS_B_KFV

Line 708: from mtl_system_items_b_kfv items

704: , prl.quantity
705: into g_inventory_item_name
706: , g_requisition_line_number
707: , g_requested_quantity
708: from mtl_system_items_b_kfv items
709: , po_requisition_lines_all prl
710: , financials_system_params_all fsp
711: where fsp.org_id = prl.org_id
712: and fsp.inventory_organization_id = items.organization_id

Line 788: from mtl_system_items_b_kfv items

784: , g_requisition_line_number
785: , g_requested_quantity
786: , g_need_by_date
787: , l_Req_Line_NeedByDate
788: from mtl_system_items_b_kfv items
789: , po_requisition_lines_all prl
790: , financials_system_params_all fsp
791: where fsp.org_id = prl.org_id
792: and fsp.inventory_organization_id = items.organization_id