DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on OE_ORDER_LINES_HISTORY

Line 8580: FROM oe_order_lines_history

8576: OE_Debug_Pub.Add('Getting the data from history for '|| p_model_line_rec.split_from_line_id, 3);
8577: END IF;
8578: SELECT creation_date
8579: INTO l_creation_date
8580: FROM oe_order_lines_history
8581: WHERE header_id = l_header_id
8582: AND line_set_id = p_model_line_rec.line_set_id
8583: AND split_from_line_id is NULL
8584: AND ROWNUM = 1;

Line 8644: FROM oe_order_lines_history

8640: OE_Debug_Pub.Add('Getting the data from history for '|| l_split_from_line_id, 3);
8641: END IF;
8642: SELECT creation_date
8643: INTO l_creation_date
8644: FROM oe_order_lines_history
8645: WHERE header_id = l_header_id
8646: AND line_set_id = l_line_set_id
8647: AND split_from_line_id is NULL
8648: AND ROWNUM = 1;