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 8879637
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:59:33+00:00 2026-06-14T19:59:33+00:00

If I create the PL/SQL procedure in oracle SQl Developer, then how to access

  • 0

If I create the PL/SQL procedure in oracle SQl Developer, then how to access that PL/SQL procedure in Oracle Application. Also I need the steps to work with the concurrent program in oracle application so that when I run the executable file in the oracle Application, I should get the output in the oracle SQL developer for the executed procedure in the Oracle Application.

  • 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-14T19:59:34+00:00Added an answer on June 14, 2026 at 7:59 pm

    CREATE OR REPLACE PACKAGE sample AS

    procedure demo(errbuf out NOCOPY varchar2,
    retcode out NOCOPY varchar2);

    END sample;
    /

    CREATE OR REPLACE PACKAGE BODY sample AS

    procedure demo(errbuf out NOCOPY varchar2,
    retcode out NOCOPY varchar2)
    is
    begin
    —
    — If you want to write some output call:
    —
    FND_FILE.put_line(FND_FILE.output,’Starting processing:’);
    —
    — NOTE:
    — to write to log use FND_FILE.log instead of FND_FILE.output
    —

    —

    FND_FILE.put_line(FND_FILE.output,’Done!’);

    commit;

    — Return 0 for successful completion.
    errbuf := ”;
    retcode := ‘0’;

    exception
    when others then
    errbuf := sqlerrm;
    retcode := ‘2’;
    end demo;

    END sample;

    Login-to Oracle applications

    1. Define Executable

    NAVIGATE:
    Concurrent ->
    Program ->
    Executable:

    Executable: sample_demo
    Short name: asample_demo
    Application: Application Object Library —change to your requirement
    Description: Demonstration of APPS pl/sql concurrent program
    Exe Method: PL/SQL Procedure
    Exe File Name: sample.demo

    2. Define Program

    NAVIGATE:
    Concurrent ->
    Program ->
    Define:

    Program: Demonstration of APPS pl/sql concurrent program
    

    Short Name: PACKAGE_PROCEDURE
    Application: Application Object Library

    Executable: asample_demo

    3. Add Program to the SYSADMIN Responsibility REPORT Group

    NAVIGATE:
    Security ->
    Responsibility ->
    Requests

    Query for “System Administrator Reports” Group –using F11 and Ctrl+F11

    In the Requests detail-form add the following row:

    Type: Program
    Name: Demonstration of APPS pl/sql concurrent program

    You can now run this pl/sql package.procedure through APPS Concurrent Manager.

    4. Run Program from Standard Request Submission

    Go to SRS(Standard Request Submission) submit your program

    🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am trying to create sql procedure or function that need to find duplicate
Using Oracle SQL Developer I'm trying to access a given package that has been
I have an SQL CREATE PROCEDURE statement that runs perfectly in my local SQL
I want to create a stored procedure (on SQL Server 2005) that fetches a
I'm using Sql Developer and Oracle. I need to implement a system in a
When you create a procedure (or a function) in Oracle PL/SQL, you cannot specify
We have a function written in pl/sql(oracle) as below: CREATE OR REPLACE PROCEDURE folder_cycle_check
I'm attempting to create a procedure in Oracle Express Server (Application Express 2.1.0.00.39) using
I tried to create a SQL procedure on an Oracle server. Here is my
Can PL/SQL procedure in Oracle know it's own name? Let me explain: CREATE OR

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.