DBA Data[Home] [Help]

APPS.OE_VERIFY_PAYMENT_PUB dependencies on OE_OE_TOTALS_SUMMARY

Line 3863: p_outbound_total := OE_OE_TOTALS_SUMMARY.Outbound_Order_Total(p_header_rec.header_id);

3859: IF l_debug_level > 0 THEN
3860: oe_debug_pub.add( 'OEXPVPMB: FETCH OUTBOUND LINES TOTAL' ) ;
3861: END IF;
3862: --
3863: p_outbound_total := OE_OE_TOTALS_SUMMARY.Outbound_Order_Total(p_header_rec.header_id);
3864:
3865:
3866: IF l_debug_level > 0 THEN
3867: oe_debug_pub.add( 'OEXPVPMB: TOTAL VALUE OF OUTBOUND LINES : '||P_OUTBOUND_TOTAL ) ;

Line 3871: ** Fix Bug # 2554360: OE_OE_TOTALS_SUMMARY.Outbound_Order_Total will now exclude closed

3867: oe_debug_pub.add( 'OEXPVPMB: TOTAL VALUE OF OUTBOUND LINES : '||P_OUTBOUND_TOTAL ) ;
3868: END IF;
3869:
3870: /*
3871: ** Fix Bug # 2554360: OE_OE_TOTALS_SUMMARY.Outbound_Order_Total will now exclude closed
3872: ** lines. Following is not required as closed lines will be considered captured.
3873: -- Fetch the Captured Amount Total
3874: OE_DEBUG_PUB.ADD('OEXPVPMB: Fetch Captured Amount Total');
3875: --

Line 5533: -- l_outbound_total := OE_OE_TOTALS_SUMMARY.Outbound_Order_Total(p_header_rec.header_id);

5529:
5530: -- commitment applied amount has already been taken out from outbound total,
5531: -- no need to exclude commitment again here.
5532:
5533: -- l_outbound_total := OE_OE_TOTALS_SUMMARY.Outbound_Order_Total(p_header_rec.header_id);
5534:
5535: -- l_amount_to_authorize := l_outbound_total- nvl(l_prepaid_total,0) - nvl(l_line_total,0);
5536:
5537: --pnpl l_outbound_total_no_comt is not needed as the function Outbound_Order_Total takes care of returning the proper value based on the value in OE_PREPAYMENT_UTIL.Get_Installment_Options