DBA Data[Home] [Help]

APPS.CSI_UTL_PKG dependencies on OE_LINE_UTIL

Line 6805: oe_line_util.query_row(

6801: LOOP
6802:
6803: IF op_rec.line_id <> p_parent_line_id THEN
6804:
6805: oe_line_util.query_row(
6806: p_line_id => op_rec.line_id,
6807: x_line_rec => l_line_rec );
6808:
6809: x_line_tbl(x_line_tbl.COUNT + 1) := l_line_rec;