DBA Data[Home] [Help]

APPS.PO_AUTOSOURCE_SV dependencies on PO_DISTRIBUTIONS_ALL

Line 5325: FROM po_Distributions_All d,

5321: SET po_Requisitions_InterFace.Prevent_Encumbrance_Flag = 'Y'
5322: WHERE po_Requisitions_InterFace.AutoSource_Doc_Header_Id IS NOT NULL
5323: AND po_Requisitions_Interface.request_id = x_request_id
5324: AND EXISTS (SELECT 'BPA Encumbered'
5325: FROM po_Distributions_All d,
5326: po_Headers_All h
5327: WHERE h.po_Header_Id = po_Requisitions_InterFace.AutoSource_Doc_Header_Id
5328: AND h.po_Header_Id = d.po_Header_Id
5329: AND h.Type_LookUp_Code = 'BLANKET'