DBA Data[Home] [Help]

APPS.OKC_XPRT_OM_INT_PVT dependencies on OE_OE_TOTALS_SUMMARY

Line 200: oe_oe_totals_summary.prt_order_total(oh.header_id) total,

196: decode(nvl(to_char(oh.end_customer_id),'X'),'X',l_expert_no,l_expert_yes) end_cust_exist,
197: oh.price_list_id,
198: oh.tax_exempt_flag,
199: oh.sales_channel_code,
200: oe_oe_totals_summary.prt_order_total(oh.header_id) total,
201: oe_oe_totals_summary.price_adjustments(oh.header_id) total_adjusted_amount,
202: oe_oe_totals_summary.get_order_amount(oh.header_id) total_list_price,
203: bh.header_id blanket_header_id,
204: -- XY

Line 201: oe_oe_totals_summary.price_adjustments(oh.header_id) total_adjusted_amount,

197: oh.price_list_id,
198: oh.tax_exempt_flag,
199: oh.sales_channel_code,
200: oe_oe_totals_summary.prt_order_total(oh.header_id) total,
201: oe_oe_totals_summary.price_adjustments(oh.header_id) total_adjusted_amount,
202: oe_oe_totals_summary.get_order_amount(oh.header_id) total_list_price,
203: bh.header_id blanket_header_id,
204: -- XY
205: oh.order_number,

Line 202: oe_oe_totals_summary.get_order_amount(oh.header_id) total_list_price,

198: oh.tax_exempt_flag,
199: oh.sales_channel_code,
200: oe_oe_totals_summary.prt_order_total(oh.header_id) total,
201: oe_oe_totals_summary.price_adjustments(oh.header_id) total_adjusted_amount,
202: oe_oe_totals_summary.get_order_amount(oh.header_id) total_list_price,
203: bh.header_id blanket_header_id,
204: -- XY
205: oh.order_number,
206: oh.quote_number,