DBA Data[Home] [Help]

APPS.PSA_BC_XLA_PVT dependencies on FND_MSG_PUB

Line 262: FND_MSG_PUB.initialize;

258: psa_utils.debug_other_string(g_state_level,l_path_name, 'User Id = ' ||p_user_id);
259: psa_utils.debug_other_string(g_state_level,l_path_name, 'User Responsibility Id = ' ||p_user_resp_id);
260:
261: IF (FND_API.to_boolean(p_init_msg_list)) THEN
262: FND_MSG_PUB.initialize;
263: END IF;
264:
265:
266: --

Line 281: fnd_msg_pub.ADD;

277: --
278: IF p_application_id IS NULL THEN
279: fnd_message.set_name('PSA','PSA_BC_PARAMETERS_ERROR');
280: fnd_message.set_token('PARAM_NAME','Application Id');
281: fnd_msg_pub.ADD;
282: RAISE Fnd_Api.G_Exc_Error;
283: END IF;
284:
285: -- Currently the packetid is set to -1 , will change after SLA enhancement for PSA

Line 295: Fnd_Msg_Pub.ADD;

291: ELSE
292: IF (l_bc_mode NOT IN (C_FUNDS_CHECK,C_FUNDS_CHK_FULL,C_FUNDS_RESERVE,C_FUNDS_PARTIAL,C_FUNDS_FORCE_PASS,C_FUNDS_ADVISORY)) THEN
293: Fnd_message.set_name('PSA','PSA_BC_PARAMETERS_ERROR');
294: Fnd_Message.Set_Token('PARAM_NAME','Funds Mode');
295: Fnd_Msg_Pub.ADD;
296: psa_utils.debug_other_msg(p_level => g_error_level,
297: p_full_path => l_path_name,
298: p_remove_from_stack => FALSE);
299: Fnd_file.put_line(fnd_file.log, fnd_message.get);

Line 310: Fnd_Msg_Pub.ADD;

306: ELSE
307: IF (l_override_flag NOT IN (C_YES,C_NO)) THEN
308: Fnd_message.set_name('PSA','PSA_BC_PARAMETERS_ERROR');
309: Fnd_Message.Set_Token('PARAM_NAME','Override Flag');
310: Fnd_Msg_Pub.ADD;
311: psa_utils.debug_other_msg(p_level => g_error_level,
312: p_full_path => l_path_name,
313: p_remove_from_stack => FALSE);
314: Fnd_file.put_line(fnd_file.log, fnd_message.get);

Line 391: Fnd_Msg_Pub.ADD;

387:
388: x_status_code := 'FATAL';
389: Fnd_message.set_name('PSA','PSA_BC_XLA_ERROR');
390: Fnd_Message.Set_Token('PARAM_NAME','No Events to be processed');
391: Fnd_Msg_Pub.ADD;
392: Raise FND_API.G_EXC_ERROR;
393:
394: END IF;
395:

Line 488: Fnd_Msg_Pub.ADD;

484: psa_utils.debug_other_string(g_state_level,l_path_name, 'ERROR returned in SLA Accounting Engine API');
485: l_overall_success := FALSE;
486: Fnd_message.set_name('PSA','PSA_BC_XLA_ERROR');
487: Fnd_Message.Set_Token('PARAM_NAME',l_errbuf);
488: Fnd_Msg_Pub.ADD;
489: -- update the psa_bc_xla_events_gt event records to
490: -- XLA_ERROR status
491: UPDATE psa_bc_xla_events_gt
492: SET result_code = 'XLA_ERROR';

Line 621: FND_MSG_PUB.count_and_get(p_encoded => FND_API.G_FALSE

617: EXCEPTION
618:
619: WHEN FND_API.G_EXC_ERROR THEN
620: x_return_status := FND_API.G_RET_STS_ERROR ;
621: FND_MSG_PUB.count_and_get(p_encoded => FND_API.G_FALSE
622: ,p_count => x_msg_count
623: ,p_data => x_msg_data);
624: psa_utils.debug_other_string(g_error_level,l_path_name,'EXCEPTION: '|| SQLERRM(sqlcode));
625: psa_utils.debug_other_string(g_error_level,l_path_name,'Error in budgetary_control Procedure' );

Line 631: FND_MSG_PUB.count_and_get(p_encoded => FND_API.G_FALSE

627:
628: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
629: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
630: psa_utils.debug_other_string(g_unexp_level,l_path_name, 'Unexpected Error'|| sqlerrm);
631: FND_MSG_PUB.count_and_get(p_encoded => FND_API.G_FALSE
632: ,p_count => x_msg_count
633: ,p_data => x_msg_data);
634:
635: psa_utils.debug_other_string(g_unexp_level,l_path_name,'ERROR: Unexpected Error in budgetary_control Procedure' );

Line 639: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

635: psa_utils.debug_other_string(g_unexp_level,l_path_name,'ERROR: Unexpected Error in budgetary_control Procedure' );
636: pa_gms_tieback_api;
637: WHEN OTHERS THEN
638: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
639: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
640: FND_MSG_PUB.add_exc_msg(G_PKG_NAME, 'PSA_BC_XLA_PVT');
641: END IF;
642: psa_utils.debug_unexpected_msg(G_PKG_NAME);
643: FND_MSG_PUB.count_and_get(p_encoded => FND_API.G_FALSE

Line 640: FND_MSG_PUB.add_exc_msg(G_PKG_NAME, 'PSA_BC_XLA_PVT');

636: pa_gms_tieback_api;
637: WHEN OTHERS THEN
638: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
639: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
640: FND_MSG_PUB.add_exc_msg(G_PKG_NAME, 'PSA_BC_XLA_PVT');
641: END IF;
642: psa_utils.debug_unexpected_msg(G_PKG_NAME);
643: FND_MSG_PUB.count_and_get(p_encoded => FND_API.G_FALSE
644: ,p_count => x_msg_count

Line 643: FND_MSG_PUB.count_and_get(p_encoded => FND_API.G_FALSE

639: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
640: FND_MSG_PUB.add_exc_msg(G_PKG_NAME, 'PSA_BC_XLA_PVT');
641: END IF;
642: psa_utils.debug_unexpected_msg(G_PKG_NAME);
643: FND_MSG_PUB.count_and_get(p_encoded => FND_API.G_FALSE
644: ,p_count => x_msg_count
645: ,p_data => x_msg_data);
646: psa_utils.debug_other_string(g_excep_level,l_path_name,'EXCEPTION: '|| SQLERRM(sqlcode));
647: psa_utils.debug_other_string(g_excep_level,l_path_name,'Error in budgetary_control Procedure' );

Line 899: FND_MSG_PUB.ADD;

895: OUT l_ret_code;
896: IF (l_ret_code = 'F') THEN
897: psa_utils.debug_other_string(g_error_level,l_path_name, 'PA Integration API Failed');
898: FND_MESSAGE.SET_NAME('PA', 'PA_BC_FUND_CHK_FAIL');
899: FND_MSG_PUB.ADD;
900: RAISE FND_API.G_EXC_ERROR;
901: ELSE
902: psa_utils.debug_other_string(g_state_level,l_path_name, 'PA Integration API Successful');
903: END IF;

Line 946: FND_MSG_PUB.ADD;

942: OUT l_ret_code;
943: IF (l_ret_code = 'F') THEN
944: psa_utils.debug_other_string(g_state_level,l_path_name, 'GMS Integration API Failed');
945: FND_MESSAGE.SET_NAME('GMS', 'GMS_FUNDS_CHECK_FAILED');
946: FND_MSG_PUB.ADD;
947: RAISE FND_API.G_EXC_ERROR;
948: ELSE
949: psa_utils.debug_other_string(g_state_level,l_path_name, 'GMS Integration API Successful');
950: END IF;