DBA Data[Home] [Help]

APPS.PO_AUTOSOURCE_SV dependencies on PO_DISTRIBUTIONS_ALL

Line 5248: FROM po_Distributions_All d,

5244: SET po_Requisitions_InterFace.Prevent_Encumbrance_Flag = 'Y'
5245: WHERE po_Requisitions_InterFace.AutoSource_Doc_Header_Id IS NOT NULL
5246: AND po_Requisitions_Interface.request_id = x_request_id
5247: AND EXISTS (SELECT 'BPA Encumbered'
5248: FROM po_Distributions_All d,
5249: po_Headers_All h
5250: WHERE h.po_Header_Id = po_Requisitions_InterFace.AutoSource_Doc_Header_Id
5251: AND h.po_Header_Id = d.po_Header_Id
5252: AND h.Type_LookUp_Code = 'BLANKET'