Siebel Connector for Oracle Applications > Developer Procedures > Understanding the Oracle Procedure Adapter >

Methods and Arguments


The Oracle Procedure Adapter uses a single method, ExecuteProcedure.

ExecuteProcedure

The ExecuteProcedure method runs a stored procedure on the Oracle Database through ODBC. The stored procedure takes two arguments, an input (first argument) and an output (second argument). The arguments are listed in Table 25.

Table 25. ExecuteProcedure Argument
Parameter Name
Description

ProcedureName

Name of the stored procedure being invoked.

ProcedureArgument

Input argument parameter value.

Status

Output parameter returned from the stored procedure.

Siebel Connector for Oracle Applications