DBA Data[Home] [Help]

APPS.OE_COMMITMENT_PVT dependencies on OE_OE_TOTALS_SUMMARY

Line 702: l_outbound_total := OE_OE_TOTALS_SUMMARY.OUTBOUND_ORDER_TOTAL(l_header_id);

698: IF l_payment_type_code = 'CREDIT_CARD' THEN
699:
700: -- Get the Outbound Lines Total
701: --
702: l_outbound_total := OE_OE_TOTALS_SUMMARY.OUTBOUND_ORDER_TOTAL(l_header_id);
703:
704: -- Log a Delayed Request only if previously authorized
705: -- amount is less than the current outbound total.
706: --