DBA Data[Home] [Help]

APPS.PO_DOC_NUMBERING_PKG dependencies on PON_BID_HEADERS

Line 5652: UPDATE PON_BID_HEADERS

5648: END IF;
5649:
5650: d_progress := 10;
5651:
5652: UPDATE PON_BID_HEADERS
5653: SET order_number = p_clm_document_number
5654: WHERE po_header_id = p_document_id;
5655:
5656: IF PO_LOG.d_stmt THEN

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

5653: SET order_number = p_clm_document_number
5654: WHERE po_header_id = p_document_id;
5655:
5656: IF PO_LOG.d_stmt THEN
5657: PO_LOG.stmt(d_module, d_progress, 'No. of records updated in PON_BID_HEADERS: ', SQL%ROWCOUNT);
5658: END IF;
5659:
5660: d_progress := 20;
5661: