DBA Data[Home] [Help]

APPS.PON_SOURCING_OPENAPI_GRP dependencies on PO_LINES_ALL

Line 1531: select uda_template_id into l_src_template_id from po_lines_all where po_header_id = g_header_rec.source_doc_id and rownum<2;

1527:
1528: for i in 1..l_lineno_list.count
1529: loop
1530: if ( i = 1 ) Then
1531: select uda_template_id into l_src_template_id from po_lines_all where po_header_id = g_header_rec.source_doc_id and rownum<2;
1532: end if;
1533: select source_line_id into l_poline_id from pon_auc_items_interface where
1534: interface_auction_header_id = p_interface_id and interface_line_number = l_lineno_list(i);
1535: