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
Build sitemap for website
How to use C# code in a VB.NET project
How to Disable all textboxes, command buttons, combo boxes etc.. on form:
Hosting multiple web sites on one physical server
Search to details ..From details tp search i should get the screen as earlier as
windows cannot access the specified drive, path, or file. You may not have the appropriate permissions to access the item
Replication errors on new Windows 2008 RC DC's
Error occurred while creating the transfer set
Can not wake PC which has no monitor, mouse or keypad
Administrator and Run as Administrator Windows 7 - the difference