Home » SQL & PL/SQL » SQL & PL/SQL » OAS - Web page issue
OAS - Web page issue [message #323330] Wed, 28 May 2008 04:05
RameshNaik75
Messages: 1
Registered: May 2008
Location: India
Junior Member
Any help on the below issue is much appreciated. Looks like an Oracle web server issue.
Issue : When I click on submit button from a page it throws below error. (Sanp shot of error page is attached)

Below is the code which performs submit button action.

htp.formOpen("SUBMIT_LOG_ADD",'POST',cattributes=>'target=''right_frame''');
htp.formSubmit(cvalue=>'Submit');
htp.br;
htp.br;
htp.formHidden('action' ,'process');
htp.formHidden('state' ,pState);
htp.formHidden('lda_state',pState);
htp.formHidden('session' ,pSession);
ndtt_lda_pkg.show_lda_and_jobs('edit', pLda, pJobs, pAction,pSession );
htp.br;
htp.formSubmit(cvalue=>'Submit');
htp.formClose;



Upon clicking submit button we are calling pocedure SUBMIT_LOG_ADD which is not able to call because of above error.
NOTE-There is Oracle web server which runs URL.Front end pages are developed using plsql packages there is no java.



  • Attachment: app2.JPG
    (Size: 144.39KB, Downloaded 462 times)
Previous Topic: job scheduling
Next Topic: how can i grant privilege to new user
Goto Forum:
  


Current Time: Mon Feb 17 22:21:28 CST 2025