PL/SQL stored procedure parameters?

Answers were Sorted based on User's Feedback



PL/SQL stored procedure parameters?..

Answer / niranjan

Procedure/function (ERRBUF OUT
RETCODE OUT
???????.)
ERRBUF :- Used to write the error message to log
or request file.
RETCODE :- Populate log request file with program
submission details info.

Is This Answer Correct ?    16 Yes 2 No

PL/SQL stored procedure parameters?..

Answer / sreenivasula reddy.bhumireddy

errbuf----> it is used for displaing userdefined message
or system defined message
retcode----> to dispaly the status of the program whether
it is 0--normal
1-->warning
2-->error

Is This Answer Correct ?    9 Yes 2 No

PL/SQL stored procedure parameters?..

Answer / manju

Hi All,

we can use the PL/SQL stored procedure using the parameters
(in,out,in-out)and
suppose our stored procedure register into the Oracle apps
then we will using the 2 mandatory parameters those are
(errbuf ,retcode)

Errbut : error buffer will be used to get back to the error
message.
Retcode: give the error code & compilation status.
0- successful execution .
1- success with warning.
2- Error.

Is This Answer Correct ?    5 Yes 2 No

PL/SQL stored procedure parameters?..

Answer / ravi soma

Stored Procedure parameters are mainly 3 Types
They are IN
OUT
INOUT.

If we register the procedure in Oracle Apps as concurrent
Program then we have to pass above parameters and
additionally 2 more out parameters.

They Are-errbuf out varcher2
-retcode out Number or Varchar2

Is This Answer Correct ?    2 Yes 0 No

PL/SQL stored procedure parameters?..

Answer / tathagat

CREATE OR REPLACE Procedure/function
<Procedure/function_NAME) (ERRBUF OUT NUMBER,RETCODE OUT
VARCHAR2 number ,PARAMETER1 IN <DATATYPE>,..,) AS
BRGIN
........;
........;
END;

ERRBUF :- Used to write the error message to log
or request file.
RETCODE :- Populate log request file with program
submission details info.

Is This Answer Correct ?    4 Yes 7 No

PL/SQL stored procedure parameters?..

Answer / badari

Addition to above answer

Parameters will be classified as follow:

IN
OUT
IN OUT

Is This Answer Correct ?    7 Yes 11 No

PL/SQL stored procedure parameters?..

Answer / sreenivasula reddy.bhumireddy

Diifferent select statements can be associated in a single
cursorname based on one or more tables

syn: type <typename> is refcursor --weak refcurrsor
type <typename> is refcursor with return type ---strong

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More Oracle Apps Technical Interview Questions

After execution of a report we get parameter layout where we have enter From_date and To_date.After entering From_date and without entering To_date what happen a report will execute or not?

2 Answers   HCL,


what is aim methodolozy

1 Answers  


Can function be overload?

4 Answers  


What is invoice?

3 Answers   Murugappa Group,


what is instead of trigger. what is the use of that?

3 Answers  


Can you explain the difference between architecture followed in 10g & 11g?

0 Answers  


What is Formula Column?

4 Answers  


The Task is that to register a Form into Oracle Apps on a particular responsiblity. - First i moved the FMX & FMB file into the custom_top through FTP - Using Application Developer i registered the Form through Form menu then Function then Menu..... as we do regularly.. - When i get into the particular responsiblity i can see the Form name getting listed. But when i click that to open..... i cant able to see the form. I need any one your help in advicing me...what would be the problem.

7 Answers   SGS,


Can u attach Request set with in the Request set?

2 Answers   Satyam,


what is meant by anchoring?

3 Answers  


Can we customize a form with out template.fmb

5 Answers   Zensar,


What is an Index , Types od index why we are use index.

2 Answers   IBM,


Categories
  • Oracle Apps Technical Interview Questions Oracle Apps Technical (547)
  • Oracle Apps Financial Interview Questions Oracle Apps Financial (793)
  • Oracle Apps Manufacturing Interview Questions Oracle Apps Manufacturing (53)
  • Oracle Apps HRMS Interview Questions Oracle Apps HRMS (169)
  • Oracle Apps CRM Interview Questions Oracle Apps CRM (9)
  • Oracle Apps SCM Interview Questions Oracle Apps SCM (141)
  • Oracle Install Base Interview Questions Oracle Install Base (62)
  • Oracle Service Contracts Interview Questions Oracle Service Contracts (101)
  • Oracle Apps AllOther Interview Questions Oracle Apps AllOther (114)