Input Parameters
Parameter | Type | Description |
---|---|---|
SERIAL |
CHAR(20) |
|
Output Parameters
Parameter | Type | Description |
---|---|---|
REFERENCIA |
CHAR(20) |
|
Description
(There is no description for procedure FX_SERIAL_CASOS_PARCIAL)
Definition
CREATE PROCEDURE FX_SERIAL_CASOS_PARCIAL(
SERIAL CHAR(20))
RETURNS (
REFERENCIA CHAR(20))
AS
begin
/* R.5.0.17 */
suspend;
end
![]() ![]() ![]() |