
  PROCEDURE [XREF] fdp$get_number_of_occurrences
    (    form_identifier: fdt$form_identifier;
         variable_name: ost$name;
     VAR table_member: boolean;
     VAR occurrences: fdt$occurrence;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc fdt$form_identifier
*copyc ost$name
*copyc fdt$occurrence
*copyc ost$status
?? POP ??
