DBA Data[Home] [Help]

APPS.PSA_BC_XLA_PUB dependencies on PSA_BC_XLA_PVT

Line 136: psa_utils.debug_other_string(g_state_level,l_api_name,'Calling the Private API psa_bc_xla_pvt.Budgetary_control..');

132:
133: --
134: -- call the private function
135: --
136: psa_utils.debug_other_string(g_state_level,l_api_name,'Calling the Private API psa_bc_xla_pvt.Budgetary_control..');
137:
138: PSA_BC_XLA_PVT.Budgetary_control(p_init_msg_list => NVl(p_init_msg_list,FND_API.G_FALSE)
139: ,x_return_status => x_return_status
140: ,x_msg_count => x_msg_count

Line 138: PSA_BC_XLA_PVT.Budgetary_control(p_init_msg_list => NVl(p_init_msg_list,FND_API.G_FALSE)

134: -- call the private function
135: --
136: psa_utils.debug_other_string(g_state_level,l_api_name,'Calling the Private API psa_bc_xla_pvt.Budgetary_control..');
137:
138: PSA_BC_XLA_PVT.Budgetary_control(p_init_msg_list => NVl(p_init_msg_list,FND_API.G_FALSE)
139: ,x_return_status => x_return_status
140: ,x_msg_count => x_msg_count
141: ,x_msg_data => x_msg_data
142: ,p_application_id => p_application_id

Line 151: psa_utils.debug_other_string(g_state_level,l_api_name,'Call to Private API PSA_BC_XLA_PVT.Budgetary_control successful') ;

147: ,x_status_code => x_status_code
148: ,x_Packet_ID => x_Packet_ID );
149:
150:
151: psa_utils.debug_other_string(g_state_level,l_api_name,'Call to Private API PSA_BC_XLA_PVT.Budgetary_control successful') ;
152:
153: EXCEPTION
154:
155: WHEN FND_API.G_EXC_ERROR THEN

Line 236: l_return_val := PSA_BC_XLA_PVT.get_sla_notupgraded_flag (p_application_id ,

232:
233: l_path_name := g_path_name || '.get_sla_notupgraded_flag';
234: psa_utils.debug_other_string(g_state_level,l_path_name,'BEGIN of ' || l_path_name);
235:
236: l_return_val := PSA_BC_XLA_PVT.get_sla_notupgraded_flag (p_application_id ,
237: p_entity_code,
238: p_source_id_int_1,
239: p_dist_link_type,
240: p_distribution_id);