Hi,<br>In Oracle application, in OEXCPVAL module, exist this SELECT statement:<br>SELECT COUNT(*)<br>INTO issue_message<br>FROM SO_LINES l<br>WHERE l.link_to_line_id=n_line_id;<br><br>I need to know what is n_line_id. I think this is the variable where is stored one of the values from line_id column from SO_LINES_ALL table.These informations I get <br>with SELECT TEXT FROM ALL_SOURCE WHERE NAME='OEXCPVAL' statement. I don't know is the whole package available or not, but I need confirmation that n_line_id is the value from the line_id column from the so_lines (_all) table.<br>Thanks