DBA Data[Home] [Help]

APPS.CSI_UTL_PKG dependencies on OE_LINE_UTIL

Line 6717: oe_line_util.query_row(

6713: LOOP
6714:
6715: IF op_rec.line_id <> p_parent_line_id THEN
6716:
6717: oe_line_util.query_row(
6718: p_line_id => op_rec.line_id,
6719: x_line_rec => l_line_rec );
6720:
6721: x_line_tbl(x_line_tbl.COUNT + 1) := l_line_rec;