Index: openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs-oracle.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs-oracle.xql 9 Oct 2001 04:57:37 -0000 1.1 +++ openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs-oracle.xql 11 Dec 2003 21:39:55 -0000 1.2 @@ -10,6 +10,32 @@ + + + select impl_alias, impl_pl + from acs_sc_impl_aliases + where impl_contract_name = :contract + and impl_operation_name = :operation + and impl_name = :impl + + + + + + + select + operation_desc, + operation_iscachable_p, + operation_nargs, + operation_inputtype_id, + operation_outputtype_id + from acs_sc_operations + where contract_name = :contract + and operation_name = :operation + + + + select