Microsoft
Software
Hardware
Network
Question : Oracle SQL Developer -- Run Package ?
How can I get something like Test #3 to run ?
Test #1
1. Open Oracle SQL Developer
2. Right mouse button on CONDITION_CODE_MANAGER_API
3. Left mouse button on RUN
4. Highlight GET_CONDITION_CODE
5. Enter below parameters
a. PART_NO_ := '411305';
b. SERIAL_NO_ := '*';
c. LOT_BATCH_NO_ := '0147072';
6. Click OK
7. Results display in LOG window
Test #2
1. Open Oracle SQL Developer
2. Open DBMS Output WINDOW
3. RUN below
a. DECLARE
b. PART_NO_ VARCHAR2(200);
c. SERIAL_NO_ VARCHAR2(200);
d. LOT_BATCH_NO_ VARCHAR2(200);
e. v_Return VARCHAR2(200);
f. BEGIN
g. PART_NO_ := '411305';
h. SERIAL_NO_ := '*';
i. LOT_BATCH_NO_ := '0147072';
j.
k. v_Return := CONDITION_CODE_MANAGER_API
.GET_CONDI
TION_CODE(
l. PART_NO_ => PART_NO_,
m. SERIAL_NO_ => SERIAL_NO_,
n. LOT_BATCH_NO_ => LOT_BATCH_NO_
o. );
p. DBMS_OUTPUT.PUT_LINE('v_Re
turn = ' || v_Return);
q. End;
Test #3
1. Open Oracle SQL Developer
2. Open DBMS Output WINDOW
3. RUN below
a. DBMS_OUTPUT.PUT_LINE(Condi
tion_Code_
Manager_Ap
i.Get_Cond
ition_Code
('411305','*','0147072'));
4. Get no results
Answer : Oracle SQL Developer -- Run Package ?
you can run it like this:
Exec DBMS_OUTPUT.PUT_LINE(Condi
tion_Code_
Manager_Ap
i.Get_Cond
ition_Code
('411305','*','0147072'));
Random Solutions
Copy database from 1 server to another
Write previous output to file
How can I include months with zero rows in a Sales By Month report
problem with internet connection on server2003
package execution
centralized calendar for all users to post vacation time??? How???
Weird Logitech Keyboard behavior
Joomla what is the difference between a Category List Layout and a Category Blog Layout
Contact form on website requires authentication
HP ProCurve Layer3 Switches