DBA Data[Home] [Help]

APPS.POS_COMPARE_REVISIONS dependencies on POS_TOTALS_PO_SV

Line 1319: v_amount_from := POS_TOTALS_PO_SV.get_po_archive_total(

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

Line 1322: v_amount_to := POS_TOTALS_PO_SV.get_po_archive_total(

1318: */
1319: v_amount_from := POS_TOTALS_PO_SV.get_po_archive_total(
1320: c_po_header_id,
1321: p_po_from.revision_num, p_po_from.type_lookup_code );
1322: v_amount_to := POS_TOTALS_PO_SV.get_po_archive_total(
1323: c_po_header_id,
1324: p_po_to.revision_num, p_po_to.type_lookup_code );
1325:
1326: v_progress := '210';

Line 1991: v_amount_from := POS_TOTALS_PO_SV.get_release_archive_total(

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

Line 1994: v_amount_to := POS_TOTALS_PO_SV.get_release_archive_total(

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