DBA Data[Home] [Help]

APPS.PO_POXPRRFP_XMLP_PKG dependencies on PO_RFQ_VENDORS

Line 120: UPDATE po_rfq_vendors

116: WHERE po_header_id = poh_po_header_id;
117:
118:
119: COMMIT;
120: UPDATE po_rfq_vendors
121: SET printed_date = sysdate
122: , print_count = nvl(print_count,0) + 1
123: , print_flag = 'N'
124: WHERE po_header_id = poh_po_header_id

Line 146: UPDATE po_rfq_vendors

142: WHERE po_header_id = poh_po_header_id;
143:
144:
145: COMMIT;
146: UPDATE po_rfq_vendors
147: SET printed_date = sysdate
148: , print_count = nvl(print_count,0) + 1
149: , print_flag = 'N'
150: WHERE po_header_id = poh_po_header_id