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 3076: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (

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

Line 3432: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (

3428: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
3429: END IF; --org_forecast
3430:
3431: --Check function security
3432: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (
3433: p_api_version_number => p_api_version_number
3434: ,p_project_id => px_pa_project_id
3435: ,p_fin_plan_type_id => px_fin_plan_type_id
3436: ,p_calling_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_FIN_PLAN