DBA Data[Home] [Help]

APPS.XLA_ACCT_SETUP_PKG dependencies on XLA_SUBLEDGERS_FVL

Line 536: FROM xla_subledgers_fvl

532: ,p_application_id IN NUMBER) IS
533: CURSOR csr_applications IS
534: SELECT application_id
535: ,application_name
536: FROM xla_subledgers_fvl
537: WHERE application_id = NVL(p_application_id,application_id);
538:
539: l_sysdate DATE;
540: BEGIN