DBA Data[Home] [Help]

APPS.ONT_FREIGHT_UTIL dependencies on OE_LINE_UTIL

Line 264: oe_line_util.query_row(p_line_id,l_line_rec);

260: End;
261:
262: --query line and header record
263: --Set org?
264: oe_line_util.query_row(p_line_id,l_line_rec);
265:
266: If l_line_rec.line_id is null Then
267: DBMS_DEBUG('Invalid line id or incorrect org_id');
268: Return;