Registration Component
Fnd_Reg_GetLicenseInfo
Fnd_Reg_GetLicenseInfo ({feature code}) -> Text
Parameters
| Parameter | Type | Description |
|---|---|---|
| feature code | Text | A registration feature code or “” (optional) |
| Function result | Text | The feature’s license info |
Description
This function returns the license information that was included with the unlock code entered by the user. If the feature has not yet been registered, then a blank string is returned.
$licenseInfo_t:=Fnd_Reg_GetLicenseInfo ("INV")
Extracted source text
Fnd_Reg_GetLicenseInfo ({feature code}) ➔ Text
Parameter Type Description
feature code Text A registration feature code or “” (optional)
Function result Text The feature’s license info
This function returns the license information that was included with the unlock code entered by the user.
If the feature has not yet been registered, then a blank string is returned.
$licenseInfo_t:=Fnd_Reg_GetLicenseInfo ("INV")