ALTER PACKAGE BODY
Alters a package body
DSQL
ALTER PACKAGE BODY name
AS
BEGIN
[ <package_item> ... ]
[ <package_body_item> ... ]
END
!! See syntax of CREATE PACKAGE BODY
for further rules !!
The ALTER PACKAGE BODY
statement modifies the package body.It can be used to change the definition and implementation of procedures and functions of the package body.
See [fblangref50-ddl-pkg-body-create] for more details.