DBA Data[Home] [Help]

APPS.PA_EVENT_PVT dependencies on PA_PM_FUNCTION_SECURITY_PUB

Line 17: -- PA_PM_FUNCTION_SECURITY_PUB.check_function_security

13: -- 2.function security ,
14: -- 3.api compatibility.
15: --
16: --Called subprograms:FND_API.Compatible_API_Call
17: -- PA_PM_FUNCTION_SECURITY_PUB.check_function_security
18: --
19: --
20: --
21: --History:

Line 94: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

90: -- function security. If the responsibility does not allow
91: -- such functions to be executed, the API should not proceed further
92: -- since the user does not have access to such functions
93:
94: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
95: ( p_api_version_number => p_api_version_number
96: ,p_responsibility_id => l_resp_id
97: ,p_function_name => p_function_name
98: ,p_msg_count => x_msg_count