DBA Data[Home] [Help]

APPS.OE_ORDER_CACHE dependencies on OE_LINE_UTIL

Line 1440: OE_Line_Util.Query_Row(p_line_id => p_key,

1436: THEN
1437: if l_debug_level > 0 then
1438: oe_debug_pub.add('no cached model record', 3);
1439: end if;
1440: OE_Line_Util.Query_Row(p_line_id => p_key,
1441: x_line_rec => g_top_model_line_rec);
1442: ELSE
1443: if l_debug_level > 0 then
1444: oe_debug_pub.add('returning cached model record: '|| p_key, 3);