DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PO_HEADERS_ALL

Line 394: PO_Headers_All h,

390: h.Vendor_Id
391: Into
392: X_Vendor_Id
393: from
394: PO_Headers_All h,
395: PO_Lines_All l
396: where
397: l.po_line_Id = P_Po_Line_Id
398: and l.po_header_id = h.po_header_Id;

Line 9553: PO_Headers_All h,

9549: Into
9550: l_Vendor_Id,
9551: l_Po_Header_Id
9552: from
9553: PO_Headers_All h,
9554: PO_Lines_All l
9555: where
9556: l.po_line_Id = P_Po_Line_Id
9557: and l.po_header_id = h.po_header_Id;