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