DBA Data[Home] [Help]

APPS.PSA_BC_XLA_PVT dependencies on IGC_CBC_GL_FC_PKG

Line 590: x_return_status := IGC_CBC_GL_FC_PKG.glzcbc(p_mode => p_bc_mode, p_conc_proc => FND_API.G_FALSE);

586: IF p_application_id = 201 AND IGI_GEN.is_req_installed('CBC') = TRUE THEN
587: psa_utils.debug_other_string(g_state_level,l_path_name, 'CBC Installed');
588:
589: IF (x_status_code IN('SUCCESS','ADVISORY')) THEN
590: x_return_status := IGC_CBC_GL_FC_PKG.glzcbc(p_mode => p_bc_mode, p_conc_proc => FND_API.G_FALSE);
591:
592: IF x_return_status <> 1 THEN
593: IF x_return_status = -1 THEN
594: x_status_code := 'XLA_ERROR';

Line 602: x_return_status := IGC_CBC_GL_FC_PKG.glzcbc(p_mode => 'M', p_conc_proc => FND_API.G_FALSE);

598: psa_funds_checker_pkg.sync_xla_errors(p_failed_ldgr_array => null, p_failed_evnt_array => l_failed_evnt_array);
599: END IF;
600:
601: ELSIF x_status_code IN('FAIL','PARTIAL') THEN
602: x_return_status := IGC_CBC_GL_FC_PKG.glzcbc(p_mode => 'M', p_conc_proc => FND_API.G_FALSE);
603: END IF;
604:
605: END IF;
606: