DBA Data[Home] [Help]

APPS.XLA_AC_BALANCES_PKG dependencies on XLA_SUBLEDGERS

Line 1574: from xla_subledgers

1570: --
1571: --=============================================================================
1572: CURSOR c_is_valid_application(p_app_id xla_ac_balances_int.application_id%TYPE) IS
1573: select 1
1574: from xla_subledgers
1575: where application_id = p_app_id;
1576:
1577: --=============================================================================
1578: --