DBA Data[Home] [Help]

APPS.XLA_TB_AP_REPORT_PVT dependencies on XLA_SUBLEDGERS

Line 3092: l_application_id xla_subledgers.application_id%TYPE;

3088: l_start_date DATE;
3089: l_as_of_date DATE;
3090: l_security_info r_security_info;
3091:
3092: l_application_id xla_subledgers.application_id%TYPE;
3093:
3094: BEGIN
3095:
3096: IF g_log_enabled THEN

Line 3233: FROM xla_subledgers

3229: -- That is when the flag is 'Y', the journal source is not null.
3230: --
3231: SELECT application_id
3232: INTO l_application_id
3233: FROM xla_subledgers
3234: WHERE je_source_name = l_journal_source;
3235:
3236: print_logfile('>> set_security_context');
3237: