DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENT_UTILS dependencies on PA_SECURITY

Line 6379: -- need to call the pa_security package

6375: END IF;
6376:
6377: -- As part of enforcing project security, which would determine
6378: -- whether the user has the necessary privileges to update the project
6379: -- need to call the pa_security package
6380: IF l_debug_mode = 'Y' THEN
6381: Pa_Debug.g_err_stage:= 'PA_TASK_ASSIGNMENT_UTILS :CHECK_EDIT_OK: Checking Security: UPDATE_TASK_ASSIGNMENT';
6382: Pa_Debug.WRITE(g_module_name,Pa_Debug.g_err_stage,l_debug_level3);
6383: END IF;

Line 6384: pa_security.initialize (X_user_id => l_user_id,

6380: IF l_debug_mode = 'Y' THEN
6381: Pa_Debug.g_err_stage:= 'PA_TASK_ASSIGNMENT_UTILS :CHECK_EDIT_OK: Checking Security: UPDATE_TASK_ASSIGNMENT';
6382: Pa_Debug.WRITE(g_module_name,Pa_Debug.g_err_stage,l_debug_level3);
6383: END IF;
6384: pa_security.initialize (X_user_id => l_user_id,
6385: X_calling_module => l_module_name);
6386:
6387: -- Actions performed using the APIs would be subject to
6388: -- function security. If the responsibility does not allow

Line 6443: IF pa_security.allow_query(x_project_id => p_project_id ) = 'N'

6439: Pa_Debug.g_err_stage:= 'PA_TASK_ASSIGNMENT_UTILS :CHECK_EDIT_OK: Checking Security: Update/Query Project';
6440: Pa_Debug.WRITE(g_module_name,Pa_Debug.g_err_stage,l_debug_level3);
6441: END IF;
6442:
6443: IF pa_security.allow_query(x_project_id => p_project_id ) = 'N'
6444: OR pa_security.allow_update(x_project_id => p_project_id ) = 'N'
6445: THEN
6446: -- The user does not have update privileges on this project
6447: -- Hence , raise error

Line 6444: OR pa_security.allow_update(x_project_id => p_project_id ) = 'N'

6440: Pa_Debug.WRITE(g_module_name,Pa_Debug.g_err_stage,l_debug_level3);
6441: END IF;
6442:
6443: IF pa_security.allow_query(x_project_id => p_project_id ) = 'N'
6444: OR pa_security.allow_update(x_project_id => p_project_id ) = 'N'
6445: THEN
6446: -- The user does not have update privileges on this project
6447: -- Hence , raise error
6448: pa_interface_utils_pub.map_new_amg_msg