DBA Data[Home] [Help]

APPS.OE_PROCESS_REQUISITION_PVT dependencies on PO_REQUISITION_LINES_ALL

Line 780: , po_requisition_lines_all prl

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
784: and prl.item_id = items.inventory_item_id

Line 881: , po_requisition_lines_all prl

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
885: and prl.item_id = items.inventory_item_id