DBA Data[Home] [Help]

APPS.OE_OE_HTML_LINE_EXT dependencies on OE_LINE_UTIL

Line 129: OE_Line_Util.Query_Row

125: l_line_tbl(i).operation:=OE_GLOBALS.G_OPR_UPDATE;
126:
127: -- PO would have already queried the record if the old record is missing.
128: -- So this is a redundant call. Commenting for performance reasons.
129: OE_Line_Util.Query_Row
130: ( p_line_id => l_line_tbl(i).line_id
131: , x_line_rec => l_old_line_tbl(i) );
132: ELSE
133: -- This needs to be changed once deletes are handled.