DBA Data[Home] [Help]

APPS.OE_PROCESS_REQUISITION_PVT dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 710: , financials_system_params_all fsp

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
714: and prl.requisition_line_id = P_Req_Line_id;

Line 790: , financials_system_params_all fsp

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
794: and prl.requisition_line_id = P_Req_Line_id;