Click here to Skip to main content
15,915,091 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Co-Browsing (Collaborative Browsing) Pin
alive9920-Jun-10 7:54
alive9920-Jun-10 7:54 
QuestionStrange Problem Pin
Azi Qaiser9-Sep-07 21:42
Azi Qaiser9-Sep-07 21:42 
AnswerRe: Strange Problem Pin
Guffa9-Sep-07 23:52
Guffa9-Sep-07 23:52 
GeneralRe: Strange Problem Pin
Azi Qaiser10-Sep-07 16:51
Azi Qaiser10-Sep-07 16:51 
AnswerRe: Strange Problem Pin
Guffa11-Sep-07 2:25
Guffa11-Sep-07 2:25 
QuestionURGENT HELP Pin
Azi Qaiser11-Sep-07 16:47
Azi Qaiser11-Sep-07 16:47 
AnswerRe: URGENT HELP Pin
Guffa11-Sep-07 21:42
Guffa11-Sep-07 21:42 
GeneralRe: URGENT HELP Pin
Azi Qaiser12-Sep-07 18:34
Azi Qaiser12-Sep-07 18:34 
thanks for your reply guffa..u were right i found the error after implementing proper error reporting module.

thanks.

a small request can u please send me a code block for calling the below mentioned stored procedure which is returning ref cursor.

PROCEDURE get_fin_approvers(p_user_id IN VARCHAR2,
p_ccc IN VARCHAR2,
o_cursor1 OUT NOCOPY REF_CURSOR)
AS

v_ccc VARCHAR2(100);
v_grade VARCHAR2(10);

BEGIN

select hou.attribute1 into v_ccc from apps.hr_all_organization_unitS hou,
apps.pay_cost_allocation_keyflex pcaf
where pcaf.COST_ALLOCATION_KEYFLEX_ID = hou.COST_ALLOCATION_KEYFLEX_ID
and pcaf.segment2 = p_ccc;

select grade into v_grade from hrr_t_emp_master
where staffnr = p_user_id and term_date is null;

ekg_lp_gen.get_approvers(p_user_id => p_user_id,
p_ccc => v_ccc,
p_grade => substr(v_grade,4),
o_cursor => o_cursor1 );

END get_fin_approvers;

thanks,



azeem
AnswerRe: URGENT HELP Pin
Guffa12-Sep-07 22:44
Guffa12-Sep-07 22:44 
QuestionPlacing flowplayer.swf in different folder than flv files folder [modified] Pin
harryforum9-Sep-07 20:45
harryforum9-Sep-07 20:45 
Questionmedia clips o0n web page Pin
raj4ranjit9-Sep-07 20:24
raj4ranjit9-Sep-07 20:24 
QuestionXMLHTTPRequest in FF [modified] Pin
JimmyRopes9-Sep-07 8:48
professionalJimmyRopes9-Sep-07 8:48 
AnswerRe: XMLHTTPRequest in FF Pin
Christian Graus9-Sep-07 9:38
protectorChristian Graus9-Sep-07 9:38 
GeneralRe: XMLHTTPRequest in FF Pin
JimmyRopes9-Sep-07 11:03
professionalJimmyRopes9-Sep-07 11:03 
GeneralRe: XMLHTTPRequest in FF Pin
Ed.Poore9-Sep-07 11:14
Ed.Poore9-Sep-07 11:14 
GeneralRe: XMLHTTPRequest in FF Pin
JimmyRopes9-Sep-07 11:36
professionalJimmyRopes9-Sep-07 11:36 
GeneralRe: XMLHTTPRequest in FF Pin
Ed.Poore9-Sep-07 11:42
Ed.Poore9-Sep-07 11:42 
GeneralRe: XMLHTTPRequest in FF Pin
JimmyRopes9-Sep-07 11:57
professionalJimmyRopes9-Sep-07 11:57 
GeneralRe: XMLHTTPRequest in FF Pin
Ed.Poore9-Sep-07 13:44
Ed.Poore9-Sep-07 13:44 
GeneralRe: XMLHTTPRequest in FF Pin
JimmyRopes9-Sep-07 18:51
professionalJimmyRopes9-Sep-07 18:51 
GeneralRe: XMLHTTPRequest in FF Pin
Shog99-Sep-07 20:46
sitebuilderShog99-Sep-07 20:46 
GeneralRe: XMLHTTPRequest in FF Pin
JimmyRopes10-Sep-07 3:15
professionalJimmyRopes10-Sep-07 3:15 
QuestionRepresentation of Polling Results in a Graph Pin
Dua Rehmaan8-Sep-07 18:42
Dua Rehmaan8-Sep-07 18:42 
AnswerRe: Representation of Polling Results in a Graph Pin
Christian Graus9-Sep-07 2:37
protectorChristian Graus9-Sep-07 2:37 
Questionjavascript submit form Pin
Eli Nurman8-Sep-07 15:58
Eli Nurman8-Sep-07 15:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.