Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to create flexable package
Message
De
23/09/2004 14:08:09
 
 
Information générale
Forum:
Oracle
Catégorie:
Paquets
Divers
Thread ID:
00940366
Message ID:
00945462
Vues:
28
Mark, we use the 'p' prefix in scoping for 'P'arameters. We never use 'Private' variables.
* These values are just for testing.
LOCAL lnEmpHireNo, lnTypeNo, ldCurrDate
lnEmpHireNo = 2       && This will be the value of an OptionGroup
lnTypeNo    = 3       && This will be the value of an OptionGroup
ldCurrDate  = DATE()  && This will be the value of a TextBox

lcSqlStatement = "{call Get_Emp_Combo_List.ReturnEmpComboList(?lnEmpHireNo, ?lnTypeNo, ?ldCurrDate)}"

lnConHndl = sqlexec(lnSatHandle, lcSqlStatement, 'test_cursor')
HTH
Mike
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform