DBA Data[Home] [Help]

APPS.PA_BUDGET_PUB dependencies on PA_PM_FUNCTION_SECURITY_PUB

Line 3633: --PA_PM_FUNCTION_SECURITY_PUB.check_function_security

3629:
3630: --PA_INTERFACE_UTILS_PUB.G_PROJECT_ID := p_pa_project_id; Moved this to later part of code
3631:
3632:
3633: --PA_PM_FUNCTION_SECURITY_PUB.check_function_security
3634: --(p_api_version_number => p_api_version_number,
3635: -- p_responsibility_id => l_resp_id,
3636: -- p_function_name => 'PA_PM_BASELINE_BUDGET',
3637: -- p_msg_count => l_msg_count,

Line 3800: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (

3796: IF p_budget_type_code IS NOT NULL
3797: AND p_budget_type_code <> PA_INTERFACE_UTILS_PUB.G_PA_MISS_CHAR
3798: THEN
3799: -- This api adds the message to stack in case of error
3800: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (
3801: p_api_version_number => p_api_version_number
3802: ,p_project_id => l_project_id
3803: ,p_calling_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_BUDGET
3804: ,p_function_name => l_module_name

Line 3970: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (

3966:
3967: END IF;
3968:
3969:
3970: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (
3971: p_api_version_number => p_api_version_number
3972: ,p_project_id => l_project_id
3973: ,p_fin_plan_type_id => l_fin_plan_type_id /* Bug 3139924 */
3974: ,p_calling_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_FIN_PLAN

Line 6450: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (

6446: IF (p_budget_type_code IS NOT NULL AND
6447: p_budget_type_code <> PA_INTERFACE_UTILS_PUB.G_PA_MISS_CHAR) THEN
6448:
6449: --Check for the security
6450: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (
6451: p_api_version_number => p_api_version_number
6452: ,p_project_id => l_project_id
6453: ,p_calling_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_BUDGET
6454: ,p_function_name => 'PA_PM_DELETE_DRAFT_BUDGET'

Line 6754: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (

6750:
6751: END IF;
6752:
6753: --Check for the security
6754: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (
6755: p_api_version_number => p_api_version_number
6756: ,p_project_id => l_project_id
6757: ,p_fin_plan_type_id => l_fin_plan_type_id /* Bug 3139924 */
6758: ,p_calling_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_FIN_PLAN

Line 7116: -- PA_PM_FUNCTION_SECURITY_PUB.check_budget_security

7112: --
7113: --Called subprograms:
7114: -- FND_API.compatible_api_call
7115: -- PA_PROJECT_PVT.convert_pm_projref_to_id
7116: -- PA_PM_FUNCTION_SECURITY_PUB.check_budget_security
7117: -- PA_BUDGET_UTILS.delete_draft
7118: -- PA_FIN_PLAN_PVT.convert_plan_type_name_to_id
7119: -- PA_FIN_PLAN_UTILS.get_version_type
7120: -- PA_FIN_PLAN_UTILS.is_orgforecast_plan

Line 7563: PA_PM_FUNCTION_SECURITY_PUB.check_budget_security (

7559: --Budget (not approved cost or revenue)
7560: l_function_name:='PA_FP_DEL_BSLN_BDGT';
7561: END IF;
7562:
7563: PA_PM_FUNCTION_SECURITY_PUB.check_budget_security (
7564: p_api_version_number => p_api_version_number
7565: ,p_project_id => l_project_id
7566: ,p_calling_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_BUDGET
7567: ,p_function_name => l_function_name

Line 7756: PA_PM_FUNCTION_SECURITY_PUB.check_budget_security (

7752: END IF;
7753:
7754: --Check for the security
7755: l_function_name:='PA_PM_DELETE_BASELINE_BUDGET';
7756: PA_PM_FUNCTION_SECURITY_PUB.check_budget_security (
7757: p_api_version_number => p_api_version_number
7758: ,p_project_id => l_project_id
7759: ,p_fin_plan_type_id => ll_fin_plan_type_id
7760: ,p_calling_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_FIN_PLAN

Line 14718: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

14714:
14715: PA_INTERFACE_UTILS_PUB.G_PROJECT_ID := p_pa_project_id;
14716:
14717:
14718: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
14719: (p_api_version_number => p_api_version_number,
14720: p_responsibility_id => l_resp_id,
14721: p_function_name => 'PA_PM_UPDATE_BUDGET_LINE',
14722: p_msg_count => l_msg_count,

Line 15656: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (

15652: l_module_name := 'PA_PM_UPDATE_BUDGET_LINE'; --4615645.
15653:
15654: -- Bug 2863564 Check for the function security
15655:
15656: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (
15657: p_api_version_number => p_api_version_number
15658: ,p_project_id => l_project_id
15659: ,p_fin_plan_type_id => l_fin_plan_type_id /* Bug 3139924 */
15660: ,p_calling_context => l_context