DBA Data[Home] [Help]

APPS.PO_AP_PURGE_PVT dependencies on RCV_SHIPMENT_LINES

Line 1431: -- Number of records in rcv_shipment_lines

1427: -- This parameter will be not null if an error happens
1428: --x_po_hdr_coun
1429: -- Number of records in po_headers
1430: --x_rcv_line_count
1431: -- Number of records in rcv_shipment_lines
1432: --x_req_hdr_count
1433: -- Number of records in po_requisition_headers
1434: --x_vendor_count
1435: -- Number of records in po_vendors

Line 1511: FROM rcv_shipment_lines;

1507: l_progress := '010';
1508:
1509: SELECT COUNT(1)
1510: INTO x_rcv_line_count
1511: FROM rcv_shipment_lines;
1512:
1513: l_progress := '020';
1514:
1515: SELECT COUNT(1)