DBA Data[Home] [Help]

APPS.PA_PROJECT_ASSETS_PUB dependencies on PA_PM_FUNCTION_SECURITY_PUB

Line 452: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

448: -- privilege to add project asset or not
449:
450: PA_INTERFACE_UTILS_PUB.G_PROJECT_ID := l_project_id;
451:
452: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
453: (p_api_version_number => p_api_version_number,
454: p_responsibility_id => l_resp_id,
455: p_function_name => 'PA_PM_ADD_PROJECT_ASSET',
456: p_msg_count => l_msg_count,

Line 2187: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

2183: -- privilege to add asset assignment or not
2184:
2185: PA_INTERFACE_UTILS_PUB.G_PROJECT_ID := l_project_id;
2186:
2187: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
2188: (p_api_version_number => p_api_version_number,
2189: p_responsibility_id => l_resp_id,
2190: p_function_name => 'PA_PM_ADD_ASSET_ASSIGNMENT',
2191: p_msg_count => l_msg_count,

Line 3297: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

3293: -- privilege to update project asset or not
3294:
3295: PA_INTERFACE_UTILS_PUB.G_PROJECT_ID := l_project_id;
3296:
3297: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
3298: (p_api_version_number => p_api_version_number,
3299: p_responsibility_id => l_resp_id,
3300: p_function_name => 'PA_PM_UPDATE_PROJECT_ASSET',
3301: p_msg_count => l_msg_count,

Line 6873: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

6869: -- privilege to delete project asset or not
6870:
6871: PA_INTERFACE_UTILS_PUB.G_PROJECT_ID := l_project_id;
6872:
6873: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
6874: (p_api_version_number => p_api_version_number,
6875: p_responsibility_id => l_resp_id,
6876: p_function_name => 'PA_PM_DELETE_PROJECT_ASSET',
6877: p_msg_count => l_msg_count,

Line 7281: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

7277: -- privilege to delete asset assignment or not
7278:
7279: PA_INTERFACE_UTILS_PUB.G_PROJECT_ID := l_project_id;
7280:
7281: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
7282: (p_api_version_number => p_api_version_number,
7283: p_responsibility_id => l_resp_id,
7284: p_function_name => 'PA_PM_DELETE_ASSET_ASSIGNMENT',
7285: p_msg_count => l_msg_count,