DBA Data[Home] [Help]

APPS.OE_PROCESS_REQUISITION_PVT dependencies on MTL_SYSTEM_ITEMS_B_KFV

Line 779: from mtl_system_items_b_kfv items

775: into g_inventory_item_name
776: , g_requisition_line_number
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

Line 880: from mtl_system_items_b_kfv items

876: , g_requested_quantity
877: , g_requested_quantity2 --Bug 14211120
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