DBA Data[Home] [Help]

APPS.PA_SECURITY_PVT dependencies on PA_PRODUCT_INSTALL_UTILS

Line 199: IF pa_product_install_utils.check_function_licensed(p_privilege) <> 'Y' THEN

195: x_return_status:=fnd_api.g_ret_sts_success;
196: x_ret_code:=fnd_api.g_true;
197:
198: ------- Check for License
199: IF pa_product_install_utils.check_function_licensed(p_privilege) <> 'Y' THEN
200: x_ret_code:= fnd_api.g_false;
201: x_return_status:=fnd_api.g_ret_sts_success;
202: RETURN;
203: END IF;

Line 606: IF pa_product_install_utils.check_function_licensed(p_privilege) <> 'Y' THEN

602: pa_debug.write_file( 'LOG', pa_debug.G_err_stage);
603: END IF;
604:
605: ------- Check for License
606: IF pa_product_install_utils.check_function_licensed(p_privilege) <> 'Y' THEN
607: x_ret_code:= fnd_api.g_false;
608: RETURN;
609: END IF;
610: ------- End check for License

Line 1981: IF pa_product_install_utils.check_function_licensed(p_privilege) <> 'Y' THEN

1977: x_msg_count := 0;
1978: x_msg_data := NULL;
1979:
1980: ------- Check for License
1981: IF pa_product_install_utils.check_function_licensed(p_privilege) <> 'Y' THEN
1982: x_ret_code:= fnd_api.g_false;
1983: x_return_status:=fnd_api.g_ret_sts_success;
1984: RETURN;
1985: END IF;