DBA Data[Home] [Help]

APPS.PA_PROJ_TASK_STRUC_PUB dependencies on PA_PM_FUNCTION_SECURITY_PUB

Line 13988: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

13984:
13985: */
13986:
13987: --IUP:getting the security function allowed into local variables.
13988: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
13989: (p_api_version_number => 1.0,
13990: p_responsibility_id => FND_GLOBAL.Resp_id,
13991: p_function_name => 'PA_PM_ADD_TASK',
13992: p_msg_count => x_msg_count,

Line 14005: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

14001: END IF;
14002: RAISE Invalid_Arg_Exc_WP;
14003: END IF;
14004:
14005: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
14006: (p_api_version_number => 1.0,
14007: p_responsibility_id => FND_GLOBAL.Resp_id,
14008: p_function_name => 'PA_PM_UPDATE_TASK',
14009: p_msg_count => x_msg_count,