DBA Data[Home] [Help]

APPS.PA_SECURITY_PVT dependencies on PA_PRODUCT_INSTALL_UTILS

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

185: x_return_status:=fnd_api.g_ret_sts_success;
186: x_ret_code:=fnd_api.g_true;
187:
188: ------- Check for License
189: IF pa_product_install_utils.check_function_licensed(p_privilege) <> 'Y' THEN
190: x_ret_code:= fnd_api.g_false;
191: x_return_status:=fnd_api.g_ret_sts_success;
192: RETURN;
193: END IF;

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

591: pa_debug.write_file( 'LOG', pa_debug.G_err_stage);
592: END IF;
593:
594: ------- Check for License
595: IF pa_product_install_utils.check_function_licensed(p_privilege) <> 'Y' THEN
596: x_ret_code:= fnd_api.g_false;
597: RETURN;
598: END IF;
599: ------- End check for License

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

1966: x_msg_count := 0;
1967: x_msg_data := NULL;
1968:
1969: ------- Check for License
1970: IF pa_product_install_utils.check_function_licensed(p_privilege) <> 'Y' THEN
1971: x_ret_code:= fnd_api.g_false;
1972: x_return_status:=fnd_api.g_ret_sts_success;
1973: RETURN;
1974: END IF;