DBA Data[Home] [Help]

APPS.PA_PROJECT_PVT dependencies on PA_PM_FUNCTION_SECURITY_PUB

Line 5687: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

5683: IF PA_PROJECT_PUB.G_MASS_UPDATE_TASKS = 'Y' THEN
5684: IF PA_PROJECT_PUB.G_UPDATE_TASK_ALLOWED IS NULL THEN
5685:
5686:
5687: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
5688: (p_api_version_number => p_api_version_number,
5689: p_responsibility_id => l_resp_id,
5690: p_function_name => 'PA_PM_UPDATE_TASK',
5691: p_msg_count => l_msg_count,

Line 5711: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

5707: ELSE
5708: l_function_allowed := PA_PROJECT_PUB.G_UPDATE_TASK_ALLOWED;
5709: END IF;
5710: ELSE
5711: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
5712: (p_api_version_number => p_api_version_number,
5713: p_responsibility_id => l_resp_id,
5714: p_function_name => 'PA_PM_UPDATE_TASK',
5715: p_msg_count => l_msg_count,

Line 9706: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

9702: -- such functions to be executed, the API should not proceed further
9703: -- since the user does not have access to such functions
9704:
9705:
9706: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
9707: (p_api_version_number => p_api_version_number,
9708: p_responsibility_id => l_resp_id,
9709: p_function_name => 'PA_PM_DELETE_TASK',
9710: p_msg_count => l_msg_count,

Line 10397: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

10393: -- such functions to be executed, the API should not proceed further
10394: -- since the user does not have access to such functions
10395:
10396:
10397: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
10398: (p_api_version_number => p_api_version_number,
10399: p_responsibility_id => l_resp_id,
10400: p_function_name => 'PA_PM_DELETE_PROJECT',
10401: p_msg_count => l_msg_count,