DBA Data[Home] [Help]

APPS.XLA_CONTROL_ACCOUNTS_PKG dependencies on XLA_SUBLEDGERS

Line 219: FROM xla_subledgers xsl

215: THEN
216: BEGIN
217: SELECT xsl.control_account_type_code
218: INTO l_je_source_name
219: FROM xla_subledgers xsl
220: WHERE xsl.application_id = p_application_id;
221: EXCEPTION
222: WHEN NO_DATA_FOUND THEN
223: IF (C_LEVEL_EXCEPTION >= g_log_level) THEN

Line 228: ' in the table xla_subledgers'

224: trace
225: ( p_module => l_log_module
226: ,p_msg => 'EXCEPTION: ' ||
227: 'Application id '|| p_application_id || ' not found.' ||
228: ' in the table xla_subledgers'
229: ,p_level => C_LEVEL_EXCEPTION
230: );
231: END IF;
232: xla_exceptions_pkg.raise_message

Line 237: || ' in the table xla_subledgers'

233: ('XLA'
234: ,'XLA_COMMON_ERROR'
235: ,'ERROR'
236: ,'Application id '||p_application_id || ' not found.'
237: || ' in the table xla_subledgers'
238: ,'LOCATION'
239: ,'xla_control_accounts_pkg.is_control_account');
240: WHEN OTHERS THEN
241: xla_exceptions_pkg.raise_message

Line 368: ,xla_subledgers xsb

364: WHERE xal.ROWID IN
365: ( SELECT ael.ROWID
366: FROM xla_ae_headers aeh
367: ,gl_ledgers xgl
368: ,xla_subledgers xsb
369: ,xla_ae_lines ael
370: ,gl_code_combinations gcc
371: WHERE aeh.ae_header_id = p_ae_header_id
372: AND aeh.application_id = p_application_id

Line 396: ,xla_subledgers xsb

392: WHERE xal.ROWID IN
393: ( SELECT ael.ROWID
394: FROM xla_ae_headers aeh
395: ,gl_ledgers xgl
396: ,xla_subledgers xsb
397: ,xla_ae_lines ael
398: ,gl_code_combinations gcc
399: WHERE aeh.ae_header_id = p_ae_header_id
400: AND aeh.application_id = p_application_id

Line 499: ,xla_subledgers xsb

495: WHERE xal.ROWID IN
496: ( SELECT ael.ROWID
497: FROM xla_ae_headers aeh
498: ,gl_ledgers xgl
499: ,xla_subledgers xsb
500: ,xla_ae_lines ael
501: ,gl_code_combinations gcc
502: WHERE aeh.event_id = p_event_id
503: AND aeh.entity_id = p_entity_id