DBA Data[Home] [Help]

APPS.PO_APPROVAL_REMINDER_SV dependencies on PO_LINE_LOCATIONS_ALL

Line 3524: po_line_locations_all PLL,

3520:
3521: select PRL.requisition_header_id
3522: INTO l_req_header_id
3523: FROM po_lines POL,
3524: po_line_locations_all PLL,
3525: po_requisition_lines_all PRL
3526: WHERE POL.po_line_id = p_po_line_id
3527: AND POL.po_line_id = PLL.po_line_id
3528: AND PLL.line_location_id = PRL.line_location_id;