0% found this document useful (0 votes)
36 views2 pages

Procedure Reg Steps

PL / SQL Stored procedure can be created as a 'concurrent' Program. If we have any user defined parameters then we have to register these parameters at the time of Creating the concurrent Program. When we are registering the report as C.P then only we required Token Field. Because report builder bind variables may or may not be in the sequence that's w hy we have to map with TOKEN field.

Uploaded by

Vam Kee
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views2 pages

Procedure Reg Steps

PL / SQL Stored procedure can be created as a 'concurrent' Program. If we have any user defined parameters then we have to register these parameters at the time of Creating the concurrent Program. When we are registering the report as C.P then only we required Token Field. Because report builder bind variables may or may not be in the sequence that's w hy we have to map with TOKEN field.

Uploaded by

Vam Kee
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Procedure Registration Steps: 1)Develop the procedure and compile at SQL prompt 2)Connect application select system administrator

Responsbility create Executable by selecting the Execution Method as 'PL/SQL Stored Procedure' 3)Create Concurrent Program and attach Executable to the Program and add the Parameters and incompatible programs. 4)Create Request group attach concurrent Progrtam 5)Attach Request group to the reponsibility 6)Responsiboility will be added to the user. User will submit the request from SRS Window. Syntax: Create Or Replace Procedure <ProcedureName> (Errbuf OUT varchar2, Retcode OUT varchar2, P1 IN NUMBER, P2 IN VARCHAR2, P3 IN DATE) AS Local variable,Cursor,Collections Declare; Begin If statement For Loop Procedure Calling DBMS_OUTPUT.Put_Line - This will not be used instead of this Fnd_File API will b e used FND_FILE.PUT_LINE(Fnd_File.Log ,'Message'||Variable Name); FND_FILE.PUT_LINE(Fnd_File.Output,'Message'||Variable Name); Exception When Other then -Exception Statements; End <Procedure Name>; PL/SQL Procedure with Parameter: ================================ If we have any user defined Parameters then we have to register these parameters at the time of Creating the COncurrent Program by selecting the Parameter button enter the Seqno Parameter Name Value Set Note : Token Field will be disabled. Here First Parameter value will be passed to the first variable Second Parameter will be passed to the second variable and so on........ When we are registering the report as C.P then only we required TOKEN field. Because report builder bind variables may or may not be in the sequence that's w hy we have to map with Token field. Where as in Procedure variables position is fixed then TOKEN field will be disab led.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy