DBA Data[Home] [Help]

APPS.POS_COMPARE_REVISIONS dependencies on POS_TOTALS_PO_SV

Line 1315: v_amount_from := POS_TOTALS_PO_SV.get_po_archive_total(

1311: v_amount_to := po_totals_po_sv.get_po_archive_total(
1312: c_po_header_id,
1313: p_po_to.revision_num );
1314: */
1315: v_amount_from := POS_TOTALS_PO_SV.get_po_archive_total(
1316: c_po_header_id,
1317: p_po_from.revision_num, p_po_from.type_lookup_code );
1318: v_amount_to := POS_TOTALS_PO_SV.get_po_archive_total(
1319: c_po_header_id,

Line 1318: v_amount_to := POS_TOTALS_PO_SV.get_po_archive_total(

1314: */
1315: v_amount_from := POS_TOTALS_PO_SV.get_po_archive_total(
1316: c_po_header_id,
1317: p_po_from.revision_num, p_po_from.type_lookup_code );
1318: v_amount_to := POS_TOTALS_PO_SV.get_po_archive_total(
1319: c_po_header_id,
1320: p_po_to.revision_num, p_po_to.type_lookup_code );
1321:
1322: v_progress := '210';

Line 1987: v_amount_from := POS_TOTALS_PO_SV.get_release_archive_total(

1983:
1984: v_progress := '360';
1985:
1986: /* Amount -- new code to compare amount - bug 5452301 */
1987: v_amount_from := POS_TOTALS_PO_SV.get_release_archive_total(
1988: c_release_id,
1989: p_release_from.revision_num);
1990: v_amount_to := POS_TOTALS_PO_SV.get_release_archive_total(
1991: c_release_id,

Line 1990: v_amount_to := POS_TOTALS_PO_SV.get_release_archive_total(

1986: /* Amount -- new code to compare amount - bug 5452301 */
1987: v_amount_from := POS_TOTALS_PO_SV.get_release_archive_total(
1988: c_release_id,
1989: p_release_from.revision_num);
1990: v_amount_to := POS_TOTALS_PO_SV.get_release_archive_total(
1991: c_release_id,
1992: p_release_to.revision_num );
1993:
1994: IF v_amount_from <> v_amount_to THEN