DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENTS_PUB dependencies on PA_PM_FUNCTION_SECURITY_PUB

Line 1691: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

1687: -- privilege to add task or not
1688: --dbms_output.put_line('Security Initialize successful.');
1689: PA_INTERFACE_UTILS_PUB.G_PROJECT_ID := l_project_id; --bug 2471668 ( in the project context )
1690:
1691: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
1692: (p_api_version_number => p_api_version_number,
1693: p_responsibility_id => l_resp_id,
1694: p_function_name => 'PA_PM_ADD_TASK_ASSIGNMENT',
1695: p_msg_count => l_msg_count,

Line 4106: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

4102: -- privilege to UPDATE task or not
4103:
4104: PA_INTERFACE_UTILS_PUB.G_PROJECT_ID := l_project_id; --bug 2471668 ( in the project context )
4105:
4106: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
4107: (p_api_version_number => p_api_version_number,
4108: p_responsibility_id => l_resp_id,
4109: p_function_name => 'PA_PM_UPDATE_TASK_ASSIGNMENT',
4110: p_msg_count => l_msg_count,