DBA Data[Home] [Help]

APPS.PA_PROJ_TASK_STRUC_PUB dependencies on PA_PM_FUNCTION_SECURITY_PUB

Line 14493: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

14489:
14490: */
14491:
14492: --IUP:getting the security function allowed into local variables.
14493: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
14494: (p_api_version_number => 1.0,
14495: p_responsibility_id => FND_GLOBAL.Resp_id,
14496: p_function_name => 'PA_PM_ADD_TASK',
14497: p_msg_count => x_msg_count,

Line 14510: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

14506: END IF;
14507: RAISE Invalid_Arg_Exc_WP;
14508: END IF;
14509:
14510: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
14511: (p_api_version_number => 1.0,
14512: p_responsibility_id => FND_GLOBAL.Resp_id,
14513: p_function_name => 'PA_PM_UPDATE_TASK',
14514: p_msg_count => x_msg_count,