Sequence Numbers Component

Fnd_SqNo_Enable

Fnd_SqNo_Enable (group name{; start number})

Legacy manual page 231

Parameters

ParameterTypeDescription
group nameTextGroup name
start numberLongintStarting number (optional)

Description

This method creates the sequence number group if it does not already exist. Optionally, it starts the numbering at the specified number. Otherwise, it starts at 1. The new group will be editable by the database administrator.

Fnd_SqNo_Enable ("Invoice Numbers";1001)
Extracted source text
            Fnd_SqNo_Enable (group name{; start number})

              Parameter               Type              Description
              group name              Text              Group name
              start number            Longint           Starting number (optional)

            This method creates the sequence number group if it does not already exist. Optionally, it starts the
            numbering at the specified number. Otherwise, it starts at 1.
            The new group will be editable by the database administrator.
              Fnd_SqNo_Enable ("Invoice Numbers";1001)