Originally posted by mkalter:
Thank you!
TOraclePackage.SetVariable can be used to set the value of public global package variables. To set parameter values, pass the values in the Parameters array when using CallProcedure or Call...Function. To obtain the values of output parameters after a call, use TOraclePackage.GetParameter.