DBA Data[Home] [Help]

APPS.PA_BUDGET_PUB dependencies on PA_PM_FUNCTION_SECURITY_PUB

Line 3561: --PA_PM_FUNCTION_SECURITY_PUB.check_function_security

3557:
3558: --PA_INTERFACE_UTILS_PUB.G_PROJECT_ID := p_pa_project_id; Moved this to later part of code
3559:
3560:
3561: --PA_PM_FUNCTION_SECURITY_PUB.check_function_security
3562: --(p_api_version_number => p_api_version_number,
3563: -- p_responsibility_id => l_resp_id,
3564: -- p_function_name => 'PA_PM_BASELINE_BUDGET',
3565: -- p_msg_count => l_msg_count,

Line 3728: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (

3724: IF p_budget_type_code IS NOT NULL
3725: AND p_budget_type_code <> PA_INTERFACE_UTILS_PUB.G_PA_MISS_CHAR
3726: THEN
3727: -- This api adds the message to stack in case of error
3728: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (
3729: p_api_version_number => p_api_version_number
3730: ,p_project_id => l_project_id
3731: ,p_calling_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_BUDGET
3732: ,p_function_name => l_module_name

Line 3898: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (

3894:
3895: END IF;
3896:
3897:
3898: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (
3899: p_api_version_number => p_api_version_number
3900: ,p_project_id => l_project_id
3901: ,p_fin_plan_type_id => l_fin_plan_type_id /* Bug 3139924 */
3902: ,p_calling_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_FIN_PLAN

Line 6298: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (

6294: IF (p_budget_type_code IS NOT NULL AND
6295: p_budget_type_code <> PA_INTERFACE_UTILS_PUB.G_PA_MISS_CHAR) THEN
6296:
6297: --Check for the security
6298: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (
6299: p_api_version_number => p_api_version_number
6300: ,p_project_id => l_project_id
6301: ,p_calling_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_BUDGET
6302: ,p_function_name => 'PA_PM_DELETE_DRAFT_BUDGET'

Line 6602: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (

6598:
6599: END IF;
6600:
6601: --Check for the security
6602: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (
6603: p_api_version_number => p_api_version_number
6604: ,p_project_id => l_project_id
6605: ,p_fin_plan_type_id => l_fin_plan_type_id /* Bug 3139924 */
6606: ,p_calling_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_FIN_PLAN

Line 6964: -- PA_PM_FUNCTION_SECURITY_PUB.check_budget_security

6960: --
6961: --Called subprograms:
6962: -- FND_API.compatible_api_call
6963: -- PA_PROJECT_PVT.convert_pm_projref_to_id
6964: -- PA_PM_FUNCTION_SECURITY_PUB.check_budget_security
6965: -- PA_BUDGET_UTILS.delete_draft
6966: -- PA_FIN_PLAN_PVT.convert_plan_type_name_to_id
6967: -- PA_FIN_PLAN_UTILS.get_version_type
6968: -- PA_FIN_PLAN_UTILS.is_orgforecast_plan

Line 7409: PA_PM_FUNCTION_SECURITY_PUB.check_budget_security (

7405: --Budget (not approved cost or revenue)
7406: l_function_name:='PA_FP_DEL_BSLN_BDGT';
7407: END IF;
7408:
7409: PA_PM_FUNCTION_SECURITY_PUB.check_budget_security (
7410: p_api_version_number => p_api_version_number
7411: ,p_project_id => l_project_id
7412: ,p_calling_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_BUDGET
7413: ,p_function_name => l_function_name

Line 7602: PA_PM_FUNCTION_SECURITY_PUB.check_budget_security (

7598: END IF;
7599:
7600: --Check for the security
7601: l_function_name:='PA_PM_DELETE_BASELINE_BUDGET';
7602: PA_PM_FUNCTION_SECURITY_PUB.check_budget_security (
7603: p_api_version_number => p_api_version_number
7604: ,p_project_id => l_project_id
7605: ,p_fin_plan_type_id => l_fin_plan_type_id
7606: ,p_calling_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_FIN_PLAN

Line 14472: PA_PM_FUNCTION_SECURITY_PUB.check_function_security

14468:
14469: PA_INTERFACE_UTILS_PUB.G_PROJECT_ID := p_pa_project_id;
14470:
14471:
14472: PA_PM_FUNCTION_SECURITY_PUB.check_function_security
14473: (p_api_version_number => p_api_version_number,
14474: p_responsibility_id => l_resp_id,
14475: p_function_name => 'PA_PM_UPDATE_BUDGET_LINE',
14476: p_msg_count => l_msg_count,

Line 15410: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (

15406: l_module_name := 'PA_PM_UPDATE_BUDGET_LINE'; --4615645.
15407:
15408: -- Bug 2863564 Check for the function security
15409:
15410: PA_PM_FUNCTION_SECURITY_PUB.CHECK_BUDGET_SECURITY (
15411: p_api_version_number => p_api_version_number
15412: ,p_project_id => l_project_id
15413: ,p_fin_plan_type_id => l_fin_plan_type_id /* Bug 3139924 */
15414: ,p_calling_context => l_context