DBA Data[Home] [Help]

APPS.PA_BUDGET_FUND_PKG dependencies on PSA_BC_XLA_PUB

Line 3100: log_message(' In Create_events_and_fundscheck: Calling PSA_BC_XLA_PUB.Budgetary_Control');

3096:
3097: -- --------------------------------------------------------------+
3098: -- ## 5.0: Call Budgetary Controls Funds check API
3099: -- --------------------------------------------------------------+
3100: log_message(' In Create_events_and_fundscheck: Calling PSA_BC_XLA_PUB.Budgetary_Control');
3101:
3102: Select decode(p_mode,'Force','F', -- 'Year End'
3103: 'Check_Baseline','C', -- 'Check funds'
3104: 'Reserve_Baseline','R') -- 'Baseline'

Line 3108: PSA_BC_XLA_PUB.Budgetary_Control

3104: 'Reserve_Baseline','R') -- 'Baseline'
3105: into l_bc_mode
3106: from dual;
3107:
3108: PSA_BC_XLA_PUB.Budgetary_Control
3109: (p_api_version => 1.0
3110: ,p_init_msg_list => FND_API.G_FALSE
3111: ,x_return_status => l_return_status
3112: ,x_msg_count => l_msg_count

Line 3122: log_message(' In Create_events_and_fundscheck: After Calling PSA_BC_XLA_PUB.Budgetary_Control');

3118: );
3119: -- Following paramters are optional and not used:
3120: --,P_override_flag,P_user_id,P_user_resp_Id
3121:
3122: log_message(' In Create_events_and_fundscheck: After Calling PSA_BC_XLA_PUB.Budgetary_Control');
3123: log_message(' In Create_events_and_fundscheck: l_return_status,l_result_status_code:'||
3124: l_return_status||';'||l_result_status_code);
3125:
3126: If l_return_status in ('E','U') then