DBA Data[Home] [Help]

APPS.INV_RCV_STD_DELIVER_APIS dependencies on PO_LINES_ALL

Line 2256: FROM po_lines_all pla

2252: g_rcvtxn_match_table_gross(g_rcvtxn_detail_index).item_desc IS NULL THEN
2253: BEGIN
2254: SELECT item_description
2255: INTO g_rcvtxn_match_table_gross(g_rcvtxn_detail_index).item_desc
2256: FROM po_lines_all pla
2257: WHERE pla.po_header_id =g_rcvtxn_match_table_gross(g_rcvtxn_detail_index).po_header_id
2258: AND pla.po_line_id =g_rcvtxn_match_table_gross(g_rcvtxn_detail_index).po_line_id;
2259: EXCEPTION
2260: WHEN NO_DATA_FOUND THEN