Sunday, February 4, 2018

procedure

Use procedure in oracle forms :

CREATE  PROCEDURE PRC_BED_WARD (p_ADMISSION_NO IN  IP_ADMISSION.ADMISSION_NO%TYPE,
  p_COMPANY_NO   IN  SC_SYSTEM_CONTROL.COMPANY_NO%TYPE,
     p_BED_NAME     OUT IP_BED.BED_NAME%TYPE,
      p_WARD_NAME    OUT IP_WARD.WARD_NAME%TYPE)

used in oracle forms :
just type procedure name in any block:

PRC_BED_WARD( v_addmission, :GLOBAL.G_COMPANY_NO, :CTRL_PATIENTINFO.BED_NAME, :CTRL_PATIENTINFO.WARD_NAME);
description :  here input two parameter and output two parameter ..


Related Posts:

  • HPMS Read More
  • Doctor's Schedule Title: How can you set up your doctor's name for schedule. 1'st  Part 2'nd Part This part is for 4'th tab name: Doctor service schedule … Read More
  • Export and Input data from your database  For this i believe  you know your schema name and passward and your service name . ok next step. 1. Create a batch file in your desktop , like :  Click right buttom of your mouch in desktop , then new text … Read More
  • Oracle Forms Designer has stopped working When you install Oracle Developer Suite 10g Release 2 on windows 7 and try to open any form within the builder, you may face the following issues.. Oracle Forms Designer Has stopped WorkingWindows can check online for a sol… Read More
  • How can easily you change your computer drive name সহজেই পরিবর্তন করেন কম্পিউটারের ড্রাইভ লেটার।D ড্রাইভকে বানিয়ে ফেলুন Y Drive অথবা ইচ্ছামত যেকোন আমাদের সবার কম্পিউটারেই কয়েকটা ড্রাইভ থাকে।যেমন C: D: E: ড্রাইভ।মজার বিষয় হচ্ছে আমরা চাইলেই এই ড্রাইভ লেটারগুলি নিজের ইচ্ছা… Read More

0 comments:

Post a Comment