TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
FIROZ ANSARI
NA
52
5.6k
asp.net and Oracle
Aug 8 2016 2:14 AM
Hi,
Friends please help me.
I m Creating one Package (type Cursor) here i m create four different type of procedure i want to call this procedure into asp.net C# code behind .
my Procedure is given bellow.
package pandl_details
as
type t_pandl_cursor is ref cursor;
procedure get_pl_details (P_CMP_CODE IN VARCHAR2,P_LOC_CODE IN VARCHAR2,P_ASOF IN date,P_PINDX IN VARCHAR2,ddlDim1 IN VARCHAR2,ddlDim2 IN VARCHAR2,cur_pandl_details out t_pandl_cursor);
procedure get_bl_details (P_CMP_CODE IN VARCHAR2,P_LOC_CODE IN VARCHAR2,P_ASOF IN date,P_PINDX IN VARCHAR2,ddlDim1 IN VARCHAR2,ddlDim2 IN VARCHAR2,cur_pandl_details out t_pandl_cursor);
procedure get_tl_details (P_CMP_CODE IN VARCHAR2,P_LOC_CODE IN VARCHAR2,P_ASOF IN date,P_PINDX IN VARCHAR2,ddlDim1 IN VARCHAR2,ddlDim2 IN VARCHAR2,cur_pandl_details out t_pandl_cursor);
procedure get_cs_details (P_CMP_CODE IN VARCHAR2,P_LOC_CODE IN VARCHAR2,P_ASOF IN date,P_PINDX IN VARCHAR2,ddlDim1 IN VARCHAR2,ddlDim2 IN VARCHAR2,cur_pandl_details out t_pandl_cursor);
end pandl_details
Note :- This is my Procedure name which is given bellow
get_pl_details ,get_bl_details,get_tl_details,get_cs_details this following is my Procedure name
Reply
Answers (
3
)
how mnc company (accenture,tcs) write stored procedure for i
Query subquery Mysql