DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PO_HEADERS_ALL

Line 412: PO_Headers_All h,

408: h.Vendor_Id
409: Into
410: X_Vendor_Id
411: from
412: PO_Headers_All h,
413: PO_Lines_All l
414: where
415: l.po_line_Id = P_Po_Line_Id
416: and l.po_header_id = h.po_header_Id;

Line 10492: PO_Headers_All h,

10488: Into
10489: l_Vendor_Id,
10490: l_Po_Header_Id
10491: from
10492: PO_Headers_All h,
10493: PO_Lines_All l
10494: where
10495: l.po_line_Id = P_Po_Line_Id
10496: and l.po_header_id = h.po_header_Id;