DBA Data[Home] [Help]

APPS.PA_BUDGET_PVT dependencies on PA_PM_FUNCTION_SECURITY_PUB

Line 615: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

611:
612:
613:
614: /*
615: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
616: (p_api_version_number => p_api_version_number,
617: p_responsibility_id => l_resp_id,
618: p_function_name => 'PA_PM_CREATE_DRAFT_BUDGET',
619: p_msg_count => l_msg_count,

Line 758: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (

754: p_budget_type_code <> PA_INTERFACE_UTILS_PUB.G_PA_MISS_CHAR) THEN
755:
756: --dbms_output.put_line('About to call the security api');
757: --Check for the security
758: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (
759: p_api_version_number => p_api_version_number
760: ,p_project_id => px_pa_project_id
761: ,p_calling_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_BUDGET
762: ,p_function_name => p_calling_module

Line 1572: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (

1568: --dbms_output.put_line('Autobaseline error');
1569:
1570: END IF;
1571:
1572: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (
1573: p_api_version_number => p_api_version_number
1574: ,p_project_id => px_pa_project_id
1575: ,p_fin_plan_type_id => px_fin_plan_type_id /* Bug 3139924 */
1576: ,p_calling_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_FIN_PLAN

Line 3078: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (

3074: IF (px_budget_type_code IS NOT NULL) THEN
3075:
3076:
3077: --Check for the security
3078: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (
3079: p_api_version_number => p_api_version_number
3080: ,p_project_id => px_pa_project_id
3081: ,p_calling_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_BUDGET
3082: ,p_function_name => p_function_name

Line 3436: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (

3432: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
3433: END IF; --org_forecast
3434:
3435: --Check function security
3436: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (
3437: p_api_version_number => p_api_version_number
3438: ,p_project_id => px_pa_project_id
3439: ,p_fin_plan_type_id => px_fin_plan_type_id
3440: ,p_calling_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_FIN_PLAN