DBA Data[Home] [Help]

APPS.XLA_CMP_EXTRACT_PKG dependencies on XLA_SUBLEDGERS

Line 680: g_application_id XLA_SUBLEDGERS.APPLICATION_ID%TYPE;

676: --
677: C_NOT_REF_OBJ CONSTANT VARCHAR2(1) := 'N';
678: --
679: g_chr_newline CONSTANT VARCHAR2(10):= xla_environment_pkg.g_chr_newline;
680: g_application_id XLA_SUBLEDGERS.APPLICATION_ID%TYPE;
681: --
682: --
683: --+==========================================================================+
684: --| |

Line 3691: from xla_subledgers

3687: C_LINE_NUMBER CONSTANT VARCHAR2(100) :=' , $tab$.LINE_NUMBER ';
3688: --
3689: cursor c_alc_enabled_flag is
3690: select alc_enabled_flag
3691: from xla_subledgers
3692: where application_id = p_application_id;
3693:
3694: l_alc_enabled_flag VARCHAR2(1);
3695: l_log_module VARCHAR2(240);

Line 5132: from xla_subledgers

5128: END IF;
5129: --
5130: select alc_enabled_flag
5131: into l_alc_enabled_flag
5132: from xla_subledgers
5133: where application_id = g_application_id;
5134:
5135: l_l_count := NVL(p_array_l_source_index.COUNT,0);
5136: l_l_mls_count := NVL(p_array_l_mls_source_index.COUNT,0);