DBA Data[Home] [Help]

APPS.PO_DOC_NUMBERING_PKG dependencies on PON_BID_ITEM_PRICES

Line 5662: UPDATE PON_BID_ITEM_PRICES

5658: END IF;
5659:
5660: d_progress := 20;
5661:
5662: UPDATE PON_BID_ITEM_PRICES
5663: SET order_number = p_clm_document_number
5664: WHERE po_header_id = p_document_id;
5665:
5666: IF PO_LOG.d_stmt THEN

Line 5667: PO_LOG.stmt(d_module, d_progress, 'No. of records updated in PON_BID_ITEM_PRICES: ', SQL%ROWCOUNT);

5663: SET order_number = p_clm_document_number
5664: WHERE po_header_id = p_document_id;
5665:
5666: IF PO_LOG.d_stmt THEN
5667: PO_LOG.stmt(d_module, d_progress, 'No. of records updated in PON_BID_ITEM_PRICES: ', SQL%ROWCOUNT);
5668: END IF;
5669:
5670: EXCEPTION
5671: WHEN OTHERS THEN