DBA Data[Home] [Help]

APPS.OE_UPG_SO dependencies on OE_ORDER_LINES_HISTORY

Line 2855: insert into oe_order_lines_history

2851: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
2852: --
2853: begin
2854: G_ERROR_LOCATION := 14;
2855: insert into oe_order_lines_history
2856: (
2857: line_id,
2858: org_id,
2859: header_id,

Line 5461: insert into oe_order_lines_history

5457: , p_line_rec.commitment_id
5458: , p_upgraded_flag
5459: );
5460:
5461: insert into oe_order_lines_history
5462: (
5463: line_id,
5464: org_id,
5465: header_id,

Line 6045: from oe_order_lines_history

6041: model_remnant_flag,
6042: service_txn_reason_code,
6043: calculate_price_flag,
6044: revenue_amount
6045: from oe_order_lines_history
6046: where line_id = p_orig_line_id;
6047:
6048: /* Insert log record here */
6049: G_Log_Rec.Header_Id := p_line_rec.header_id;