DBA Data[Home] [Help]

APPS.INV_RCV_STD_DELIVER_APIS dependencies on PO_LINES_ALL

Line 2222: FROM po_lines_all pla

2218: g_rcvtxn_match_table_gross(g_rcvtxn_detail_index).item_desc IS NULL THEN
2219: BEGIN
2220: SELECT item_description
2221: INTO g_rcvtxn_match_table_gross(g_rcvtxn_detail_index).item_desc
2222: FROM po_lines_all pla
2223: WHERE pla.po_header_id =g_rcvtxn_match_table_gross(g_rcvtxn_detail_index).po_header_id
2224: AND pla.po_line_id =g_rcvtxn_match_table_gross(g_rcvtxn_detail_index).po_line_id;
2225: EXCEPTION
2226: WHEN NO_DATA_FOUND THEN