DBA Data[Home] [Help]

APPS.XLA_AC_BALANCES_PKG dependencies on XLA_SUBLEDGERS

Line 1582: from xla_subledgers

1578: --
1579: --=============================================================================
1580: CURSOR c_is_valid_application(p_app_id xla_ac_balances_int.application_id%TYPE) IS
1581: select 1
1582: from xla_subledgers
1583: where application_id = p_app_id;
1584:
1585: --=============================================================================
1586: --