Input Parameters
Parameter | Type | Description |
---|---|---|
CUENTA |
CHAR(30) |
|
Output Parameters
Parameter | Type | Description |
---|---|---|
VALIDACION |
CHAR(10) |
|
Description
(There is no description for procedure APO_SEL_CUENTA)
Definition
CREATE PROCEDURE APO_SEL_CUENTA(
CUENTA CHAR(30))
RETURNS (
VALIDACION CHAR(10))
AS
begin
/* R.5.0.17 */
suspend;
end
![]() ![]() ![]() |