DBA Data[Home] [Help]

APPS.PO_COMPARE_REVISIONS dependencies on PO_TOTALS_PO_SV

Line 1172: v_amount_from := po_totals_po_sv.get_po_archive_total(

1168: );
1169: END IF;
1170:
1171: /* Amount */
1172: v_amount_from := po_totals_po_sv.get_po_archive_total(
1173: c_po_header_id,
1174: p_po_from.revision_num );
1175: v_amount_to := po_totals_po_sv.get_po_archive_total(
1176: c_po_header_id,

Line 1175: v_amount_to := po_totals_po_sv.get_po_archive_total(

1171: /* Amount */
1172: v_amount_from := po_totals_po_sv.get_po_archive_total(
1173: c_po_header_id,
1174: p_po_from.revision_num );
1175: v_amount_to := po_totals_po_sv.get_po_archive_total(
1176: c_po_header_id,
1177: p_po_to.revision_num );
1178:
1179: v_progress := '210';