DBA Data[Home] [Help]

APPS.OE_PROCESS_REQUISITION_PVT dependencies on PO_REQUISITION_LINES_ALL

Line 709: , po_requisition_lines_all prl

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

Line 789: , po_requisition_lines_all prl

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