Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle Application 11

Status
Not open for further replies.

draganp

Programmer
Joined
May 29, 2000
Messages
8
Location
CA
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
 
I want to know about Oracle Application the ERP in france
some doccumentations
please on :haik_makavelly@yahoo.fr
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top