DBA Data[Home] [Help]

APPS.XLA_TB_AP_REPORT_PVT dependencies on XLA_SUBLEDGERS

Line 2448: l_application_id xla_subledgers.application_id%TYPE;

2444: l_start_date DATE;
2445: l_as_of_date DATE;
2446: l_security_info r_security_info;
2447:
2448: l_application_id xla_subledgers.application_id%TYPE;
2449:
2450: BEGIN
2451:
2452: IF g_log_enabled THEN

Line 2586: FROM xla_subledgers

2582: -- That is when the flag is 'Y', the journal source is not null.
2583: --
2584: SELECT application_id
2585: INTO l_application_id
2586: FROM xla_subledgers
2587: WHERE je_source_name = l_journal_source;
2588:
2589: print_logfile('>> set_security_context');
2590: