DBA Data[Home] [Help]

APPS.FPA_PROCESS_PVT dependencies on PA_PRODUCT_INSTALL_UTILS

Line 5355: IF pa_product_install_utils.check_function_licensed(p_function_name) <> 'Y' then

5351: -- Check for Licensing profile option
5352: -- If the function returned 'N', Licensing is TURNED OFF.
5353: -- Scorelink should not be enabled. No need to check for active planning cycles.
5354: -- Raise an Exception, return 'F', and exit the program
5355: IF pa_product_install_utils.check_function_licensed(p_function_name) <> 'Y' then
5356: l_enabled_flag := 'F';
5357:
5358: IF FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
5359: FND_LOG.String