DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENT_UTILS dependencies on PA_SECURITY

Line 6504: -- need to call the pa_security package

6500: END IF;
6501:
6502: -- As part of enforcing project security, which would determine
6503: -- whether the user has the necessary privileges to update the project
6504: -- need to call the pa_security package
6505: IF l_debug_mode = 'Y' THEN
6506: Pa_Debug.g_err_stage:= 'PA_TASK_ASSIGNMENT_UTILS :CHECK_EDIT_OK: Checking Security: UPDATE_TASK_ASSIGNMENT';
6507: Pa_Debug.WRITE(g_module_name,Pa_Debug.g_err_stage,l_debug_level3);
6508: END IF;

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

6505: IF l_debug_mode = 'Y' THEN
6506: Pa_Debug.g_err_stage:= 'PA_TASK_ASSIGNMENT_UTILS :CHECK_EDIT_OK: Checking Security: UPDATE_TASK_ASSIGNMENT';
6507: Pa_Debug.WRITE(g_module_name,Pa_Debug.g_err_stage,l_debug_level3);
6508: END IF;
6509: pa_security.initialize (X_user_id => l_user_id,
6510: X_calling_module => l_module_name);
6511:
6512: -- Actions performed using the APIs would be subject to
6513: -- function security. If the responsibility does not allow

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

6564: Pa_Debug.g_err_stage:= 'PA_TASK_ASSIGNMENT_UTILS :CHECK_EDIT_OK: Checking Security: Update/Query Project';
6565: Pa_Debug.WRITE(g_module_name,Pa_Debug.g_err_stage,l_debug_level3);
6566: END IF;
6567:
6568: IF pa_security.allow_query(x_project_id => p_project_id ) = 'N'
6569: OR pa_security.allow_update(x_project_id => p_project_id ) = 'N'
6570: THEN
6571: -- The user does not have update privileges on this project
6572: -- Hence , raise error

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

6565: Pa_Debug.WRITE(g_module_name,Pa_Debug.g_err_stage,l_debug_level3);
6566: END IF;
6567:
6568: IF pa_security.allow_query(x_project_id => p_project_id ) = 'N'
6569: OR pa_security.allow_update(x_project_id => p_project_id ) = 'N'
6570: THEN
6571: -- The user does not have update privileges on this project
6572: -- Hence , raise error
6573: pa_interface_utils_pub.map_new_amg_msg