Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8699843
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T02:02:45+00:00 2026-06-13T02:02:45+00:00

I have a plsql function and I want to call an other function from

  • 0

I have a plsql function and I want to call an other function from my function. how can I do this?

FUNCTION ortak_icra_job(prm_dosya_id             dosya.id%TYPE,
                     prm_aciklama             icra_hareket.aciklama%TYPE,
                     prm_kullanici_id         kullanici.id%TYPE,
                     prm_ask_ind_kayit_sayisi OUT NUMBER,
                     prm_hata_metni           OUT VARCHAR2,
                     prm_hata_kodu            OUT hata_mesaji.id%TYPE) 
BEGIN

askidan_indir(prm_dosya_id ,
               prm_aciklama ,
               prm_kullanici_id ,
               prm_ask_ind_kayit_sayisi ,
               prm_hata_metni ,
               prm_hata_kodu )

END;

is this correct way to do this ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T02:02:46+00:00Added an answer on June 13, 2026 at 2:02 am

    Functions must return a value, else you should have an assignment target to the function.

    FUNCTION ortak_icra_job(prm_dosya_id             dosya.id%TYPE,
                         prm_aciklama             icra_hareket.aciklama%TYPE,
                         prm_kullanici_id         kullanici.id%TYPE,
                         prm_ask_ind_kayit_sayisi OUT NUMBER,
                         prm_hata_metni           OUT VARCHAR2,
                         prm_hata_kodu            OUT hata_mesaji.id%TYPE) 
      RETURNS VARCHAR2 IS
    v_result varchar2(200);
    BEGIN
    
    v_result := askidan_indir(prm_dosya_id ,
                   prm_aciklama ,
                   prm_kullanici_id ,
                   prm_ask_ind_kayit_sayisi ,
                   prm_hata_metni ,
                   prm_hata_kodu );
    RETURN v_result;
    END;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have discovered recently that's possible to call anoymous blocks from jdbc like this:
I have a PHP function that calls a PL/SQL package that can throw a
How can I get a procedure/function name where an exception occurs in PLSQL? I
I have PL/SQL function, which is programmed to sort a set of data. This
I have a two table. I want to get the below result out from
I wanted to have a function in PLSQL that would return an set of
I have created this type: create or replace type PRODTABLE as table of PROD_OBJ;
I have a string (with spaces) from which i want to separate the last
Suppose I have a PL/SQL function that selects one value from a table. If
I have to edit a PL/SQL function. I have come across this line which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.