in procedure how to return a value
Answers were Sorted based on User's Feedback
Answer / santhi
Using OUT parameter we can return any number of values.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sneha
declare the procedure with out variable, assign the value
to the out variable inside the procedure. out variable
should not be declared again inside the procedure.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suresh.somayajula
execute <procedure name> ( required val);
| Is This Answer Correct ? | 0 Yes | 0 No |
why r u transer the data base tables to flat file and what is use
What is Place holder Columns?
What is SET-OF-BOOKS?
Sys Admin Module?
In which tables receopt application form Appliy to field Value will come. I know one table i.e, ra_customer_trx.trx_number. Could U please any one tell me other than this except(ra_customer_trx and ar_payment_schedules_all tables). plz mentioned tables_name.Column_name.
IN GL,AP,PO,AR WHICH MODULE DOESNOT HAVE _ALL TABLES THEN WHY?
In oracle application how do you debug or trace errors?
difference b/w procedures&functions
what is pay run id ?
i have 3 parameters like p1,p2,p3.In p1 i have 2 parameters like a,b.if pass parameter 'a' p2 should be enable and p3 should be disable then if pass parameter 'b' the vice versa.
1 Answers IBM, Sierra Atlantica,
What r the validation done in ap inbound ?
Is PlaceHolderColumn Function or Procedure? Why we don't write any code in that?