DBA Data[Home] [Help]

APPS.XLA_CONTROL_ACCOUNTS_PKG dependencies on XLA_SUBLEDGERS

Line 218: FROM xla_subledgers xsl

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

Line 227: ' in the table xla_subledgers'

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

Line 236: || ' in the table xla_subledgers'

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

Line 367: ,xla_subledgers xsb

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

Line 395: ,xla_subledgers xsb

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

Line 498: ,xla_subledgers xsb

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