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