DBA Data[Home] [Help]

APPS.OE_TOTALS_GRP dependencies on OE_OE_TOTALS_SUMMARY

Line 42: x_rec_charges_tbl IN OUT NOCOPY OE_OE_TOTALS_SUMMARY.Rec_Charges_Tbl_Type);

38:
39: PROCEDURE GET_RECURRING_TOTALS
40: (
41: p_header_id IN NUMBER,
42: x_rec_charges_tbl IN OUT NOCOPY OE_OE_TOTALS_SUMMARY.Rec_Charges_Tbl_Type);
43:
44: --Pay Now Pay Later project
45: --group API which returns the pay now portion of an order or an order line. The pay now portion is broken up into subtotal, tax, charges and pay now total.
46: FUNCTION Get_PayNow_Total