DBA Data[Home] [Help]

APPS.PA_BUDGET_FUND_PKG dependencies on PSA_BC_XLA_PUB

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

2988:
2989: -- --------------------------------------------------------------+
2990: -- ## 5.0: Call Budgetary Controls Funds check API
2991: -- --------------------------------------------------------------+
2992: log_message(' In Create_events_and_fundscheck: Calling PSA_BC_XLA_PUB.Budgetary_Control');
2993:
2994: Select decode(p_mode,'Force','F', -- 'Year End'
2995: 'Check_Baseline','C', -- 'Check funds'
2996: 'Reserve_Baseline','R') -- 'Baseline'

Line 3000: PSA_BC_XLA_PUB.Budgetary_Control

2996: 'Reserve_Baseline','R') -- 'Baseline'
2997: into l_bc_mode
2998: from dual;
2999:
3000: PSA_BC_XLA_PUB.Budgetary_Control
3001: (p_api_version => 1.0
3002: ,p_init_msg_list => FND_API.G_FALSE
3003: ,x_return_status => l_return_status
3004: ,x_msg_count => l_msg_count

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

3010: );
3011: -- Following paramters are optional and not used:
3012: --,P_override_flag,P_user_id,P_user_resp_Id
3013:
3014: log_message(' In Create_events_and_fundscheck: After Calling PSA_BC_XLA_PUB.Budgetary_Control');
3015: log_message(' In Create_events_and_fundscheck: l_return_status,l_result_status_code:'||
3016: l_return_status||';'||l_result_status_code);
3017:
3018: If l_return_status in ('E','U') then