Sequence Numbers Component
Fnd_SqNo_Enable
Fnd_SqNo_Enable (group name{; start number})
Parameters
| Parameter | Type | Description |
|---|---|---|
| group name | Text | Group name |
| start number | Longint | Starting 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)