DBA Data[Home] [Help]

APPS.OE_ORDER_UPGRADE_UTIL dependencies on OE_UPGRADE_LOG_V

Line 25: FROM OE_UPGRADE_LOG_V

21: -- Fetch original so_lines.line_id based on oe_order_lines.line_id
22:
23: SELECT NVL(MAX(old_line_id), -99)
24: INTO l_so_line_id
25: FROM OE_UPGRADE_LOG_V
26: WHERE new_line_ID = p_entity_key;
27:
28: IF (l_so_line_id = -99) THEN
29: raise NO_DATA_FOUND;