DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PO_LINES_ALL

Line 395: PO_Lines_All l

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;
399:

Line 9554: PO_Lines_All l

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;
9558: