Input Parameters
Parameter | Type | Description |
---|---|---|
ORIGEN |
CHAR(5) |
|
DESTINO |
CHAR(5) |
|
Output Parameters
(There are no output parameters)
Description
(There is no description for procedure FX_GEN_LINEAS_LISTA)
Definition
CREATE PROCEDURE FX_GEN_LINEAS_LISTA(
ORIGEN CHAR(5),
DESTINO CHAR(5))
AS
begin
/* R.5.0.17 */
exit;
end
![]() ![]() ![]() |