IFS PL/SQL

Available templates

cc

$IF Component_[Module]_SYS.INSTALLED $THEN
   |
$ELSE
$END

proc

PROCEDURE [MethodName](
   |)
IS
BEGIN

END [MethodName];

func

FUNCTION [MethodName](
   |) RETURN [Datatype]
IS
BEGIN

END [MethodName];

This page is generated from IFS Developer Studio at 2025-03-23 11:16.