73: -- Query the line information and build the line section
74:
75: IF l_line_id IS NOT NULL THEN
76:
77: Oe_line_util.Query_Row(p_line_id => l_line_id,
78: x_line_rec => l_line_rec);
79:
80: -- Set the org context
81:
121:
122: -- If the line is a part of the model, show the top model info as well
123: IF l_line_rec.top_model_line_id IS NOT NULL THEN
124:
125: Oe_line_util.Query_Row(p_line_id => l_line_rec.top_model_line_id,
126: x_line_rec => l_line_rec);
127:
128: BEGIN
129: SELECT item