DBA Data[Home] [Help]

APPS.IBE_ORDER_UTIL_PVT dependencies on OE_TOTALS_GRP

Line 36: IBE_Util.Debug('In Get_Ord_Recurring_totals : After Initializations. Calling OE_Totals_GRP.GET_RECURRING_TOTALS');

32: x_rec_charges := JTF_NUMBER_TABLE();
33: x_rec_total := JTF_NUMBER_TABLE();
34:
35: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
36: IBE_Util.Debug('In Get_Ord_Recurring_totals : After Initializations. Calling OE_Totals_GRP.GET_RECURRING_TOTALS');
37: END IF;
38:
39: OE_Totals_GRP.GET_RECURRING_TOTALS
40: (

Line 39: OE_Totals_GRP.GET_RECURRING_TOTALS

35: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
36: IBE_Util.Debug('In Get_Ord_Recurring_totals : After Initializations. Calling OE_Totals_GRP.GET_RECURRING_TOTALS');
37: END IF;
38:
39: OE_Totals_GRP.GET_RECURRING_TOTALS
40: (
41: p_header_id => p_header_id,
42: x_rec_charges_tbl => l_rec_charge_tbl
43: );

Line 46: IBE_Util.Debug('In Get_Ord_Recurring_totals : Returned from OE_Totals_GRP.GET_RECURRING_TOTALS');

42: x_rec_charges_tbl => l_rec_charge_tbl
43: );
44:
45: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
46: IBE_Util.Debug('In Get_Ord_Recurring_totals : Returned from OE_Totals_GRP.GET_RECURRING_TOTALS');
47: END IF;
48:
49: IF(l_rec_charge_tbl is not null) THEN
50: