DBA Data[Home] [Help]

APPS.PSA_BC_XLA_PVT dependencies on IGI_GEN

Line 586: IF p_application_id = 201 AND IGI_GEN.is_req_installed('CBC') = TRUE THEN

582: -- based on value of x_status_code. If call to CBC API
583: -- fails in reserve mode, SBC funds check changes
584: -- will also be rolled back.
585: -----------------------------------------------------
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);