DBA Data[Home] [Help]

APPS.OE_TOTALS_GRP dependencies on OE_TOTALS_GRP

Line 1: PACKAGE BODY OE_Totals_GRP AS

1: PACKAGE BODY OE_Totals_GRP AS
2: /* $Header: OEXGTOTB.pls 120.2 2005/10/26 17:39:07 lkxu noship $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Totals_GRP';

2: /* $Header: OEXGTOTB.pls 120.2 2005/10/26 17:39:07 lkxu noship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Totals_GRP';
7:
8:
9: -- Start of Comments
10: -- API name Get_Order_Total

Line 340: oe_debug_pub.add('ENTERING OE_TOTALS_GRP.GET_PAYNOW_TOTAL');

336: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
337:
338: BEGIN
339: IF l_debug_level > 0 THEN
340: oe_debug_pub.add('ENTERING OE_TOTALS_GRP.GET_PAYNOW_TOTAL');
341: END IF;
342: l_return_status := FND_API.G_RET_STS_SUCCESS;
343:
344:

Line 498: oe_debug_pub.add('EXITING OE_TOTALS_GRP.GET_PAYNOW_TOTAL');

494: oe_debug_pub.add('TOTAL AMOUNT -> ' ||nvl(l_pay_now_total_summary_rec.total_amount, 0));
495: oe_debug_pub.add('LINE AMOUNT -> ' ||nvl(l_pay_now_total_summary_rec.line_amount, 0));
496: oe_debug_pub.add('TAX AMOUNT -> ' ||nvl(l_pay_now_total_summary_rec.tax_amount, 0));
497: oe_debug_pub.add('FREIGHT AMOUNT -> ' ||nvl(l_pay_now_total_summary_rec.freight_amount, 0));
498: oe_debug_pub.add('EXITING OE_TOTALS_GRP.GET_PAYNOW_TOTAL');
499: END IF;
500:
501: IF p_total_type IS NULL OR
502: p_total_type = 'ALL' THEN

Line 533: END OE_Totals_GRP;

529: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
530:
531: END Get_PayNow_Total;
532:
533: END OE_Totals_GRP;